COLOR #F6DE84

HEX: #F6DE84
RGB: (246,222,132)

Renk bilgisi

#F6DE84 contains mainly red and green colors. #F6DE84 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F6DE84 color RGB value is (246,222,132).

  • kırmız ton 246;
  • yeşil ton 222;
  • mavi ton 132.
RGB:
(246,222,132)
(96%,87%,52%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 222 of 255 = 87%
B 132 of 255 = 52%

246
222
132

R + G + B ~ 78%. #F6DE84 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 222 + 132 = 600 (100%)
R 246 of 600 ~ 41%
G 222 of 600 ~ 37%
B 132 of 600 ~ 22%

%41
%37
%22

CMYK RENK MODELİ

#F6DE84 rengi CMYK tonu (0,10,46,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.76%
  • sarı tonu 46.34%
  • ana renk tonu 3.53%
CMYK:
(0,10,46,4)
C0M10Y46K4 
(0%,10%,46%,4%)
(0.00/0.10/0.46/0.04)	

CMYK yüzdeleri

%0
%9.76
%46.34
%3.53

Codes

Color #F6DE84 in popluar color models

F6DE84
RGB246222132
HSL47°86.36%74.12%
HSB/HSV47°46.34%96.47%
CMYK0.00%9.76%46.34%
3.53%

Color #F6DE84 in popluar number systems.

HEXF6DE84
Decimal246222132
Binary111101101101111010000100
Octal366336204

Shades and tints

Shades of #F6DE84

#F6DE84
(246,222,132)
#E0CA78
(224,202,120)
#CAB66C
(202,182,108)
#B4A260
(180,162,96)
#9E8E54
(158,142,84)
#887A48
(136,122,72)
#72663C
(114,102,60)
#5C5230
(92,82,48)
#463E24
(70,62,36)
#302A18
(48,42,24)
#1A160C
(26,22,12)
#000000
(0,0,0)

Tints of #F6DE84

#F6DE84
(246,222,132)
#F6E18F
(246,225,143)
#F6E49A
(246,228,154)
#F6E7A5
(246,231,165)
#F6EAB0
(246,234,176)
#F6EDBB
(246,237,187)
#F6F0C6
(246,240,198)
#F6F3D1
(246,243,209)
#F6F6DC
(246,246,220)
#F6F9E7
(246,249,231)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DE84 color. Also use rgb(246,222,132) instead hex code.

Text Font Color

.myTextColor { color: #F6DE84; }

<p style="color:#F6DE84">This sample text font color is #F6DE84.</p>

This text font color is #F6DE84.


Background Color

.myBgColor { background-color: #F6DE84; }

<div style="background-color:#F6DE84">Inner text</div>

This div background color is #F6DE84.


Border color

.myBorderColor { border: 1px solid #F6DE84; }

<div style="border:3px solid #F6DE84">Div</div>

This div border color is #F6DE84.


Opacity

.myOpacity80 { color: #F6DE84; opacity: 0.8; }

<p style="color:#F6DE84;opacity:0.8;">80%</p>

Text with #F6DE84 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F6DE84;}

<p style="text-shadow: 3px 3px 1px #F6DE84">Text here.</p>

This text has shadow with #F6DE84 color.

.textShadow {text-shadow: 3px 3px 1px #F6DE84, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6DE84, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6DE84 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6DE84, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6DE84, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6DE84 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F6DE84;
  -webkit-box-shadow:	1px 1px 3px 2px #F6DE84;
  box-shadow:		1px 1px 3px 2px #F6DE84;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6DE84;
-webkit-box-shadow: 1px 1px 3px 2px #F6DE84;
box-shadow:1px 1px 3px 2px #F6DE84;">
Div content here</div>
This div box has shadow with color #F6DE84.

Preview

Color preview on black background

This text has color #F6DE84 on black background.


Color preview on white background

This text has color #F6DE84 on white background.



Black color preview on #F6DE84 background

This text has black color on #F6DE84 background.


White color preview on #F6DE84 background

This text has white color on #F6DE84 background.