COLOR #F4D04F

HEX: #F4D04F
RGB: (244,208,79)

Color info

#F4D04F contains mainly red and green colors. Web safe color of #F4D04F is #FFCC66 (or #FC6).

RGB color model

#F4D04F color RGB value is (244,208,79).

  • red value is 244;
  • green value is 208;
  • blue value is 79.
RGB:
(244,208,79)
(96%,82%,31%)

RGB channels and saturation

R 244 of 255 = 96%
G 208 of 255 = 82%
B 79 of 255 = 31%

244
208
79

R + G + B ~ 70%. #F4D04F is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 208 + 79 = 531 (100%)
R 244 of 531 ~ 45.95%
G 208 of 531 ~ 39.17%
B 79 of 531 ~ 14.88%

%45.95
%39.17
%14.88

CMYK color model

#F4D04F color CMYK value is (0,15,68,4).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 67.62%
  • key color value is 4.31%
CMYK:
(0,15,68,4)
C0M15Y68K4 
(0%,15%,68%,4%)
(0.00/0.15/0.68/0.04)	

CMYK percentages

%0
%14.75
%67.62
%4.31

Codes

Color #F4D04F in popluar color models

F4D04F
RGB24420879
HSL47°88.24%63.33%
HSB/HSV47°67.62%95.69%
CMYK0.00%14.75%67.62%
4.31%

Color #F4D04F in popluar number systems.

HEXF4D04F
Decimal24420879
Binary11110100110100001001111
Octal364320117

Shades and tints

Shades of #F4D04F

#F4D04F
(244,208,79)
#DEBE48
(222,190,72)
#C8AC41
(200,172,65)
#B29A3A
(178,154,58)
#9C8833
(156,136,51)
#86762C
(134,118,44)
#706425
(112,100,37)
#5A521E
(90,82,30)
#444017
(68,64,23)
#2E2E10
(46,46,16)
#181C09
(24,28,9)
#000000
(0,0,0)

Tints of #F4D04F

#F4D04F
(244,208,79)
#F5D45F
(245,212,95)
#F6D86F
(246,216,111)
#F7DC7F
(247,220,127)
#F8E08F
(248,224,143)
#F9E49F
(249,228,159)
#FAE8AF
(250,232,175)
#FBECBF
(251,236,191)
#FCF0CF
(252,240,207)
#FDF4DF
(253,244,223)
#FEF8EF
(254,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D04F color. Also use rgb(244,208,79) instead hex code.

Text Font Color

.myTextColor { color: #F4D04F; }

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

This text font color is #F4D04F.


Background Color

.myBgColor { background-color: #F4D04F; }

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

This div background color is #F4D04F.


Border color

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

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

This div border color is #F4D04F.


Opacity

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

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

Text with #F4D04F 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 #F4D04F;}

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

This text has shadow with #F4D04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D04F on black background.


Color preview on white background

This text has color #F4D04F on white background.



Black color preview on #F4D04F background

This text has black color on #F4D04F background.


White color preview on #F4D04F background

This text has white color on #F4D04F background.