COLOR #F4D570

HEX: #F4D570
RGB: (244,213,112)

Color info

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

RGB color model

#F4D570 color RGB value is (244,213,112).

  • red value is 244;
  • green value is 213;
  • blue value is 112.
RGB:
(244,213,112)
(96%,84%,44%)

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 112 of 255 = 44%

244
213
112

R + G + B ~ 75%. #F4D570 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 112 = 569 (100%)
R 244 of 569 ~ 42.88%
G 213 of 569 ~ 37.43%
B 112 of 569 ~ 19.68%

%42.88
%37.43
%19.68

CMYK color model

#F4D570 color CMYK value is (0,13,54,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 54.10%
  • key color value is 4.31%
CMYK:
(0,13,54,4)
C0M13Y54K4 
(0%,13%,54%,4%)
(0.00/0.13/0.54/0.04)	

CMYK percentages

%0
%12.7
%54.1
%4.31

Codes

Color #F4D570 in popluar color models

F4D570
RGB244213112
HSL46°85.71%69.80%
HSB/HSV46°54.10%95.69%
CMYK0.00%12.70%54.10%
4.31%

Color #F4D570 in popluar number systems.

HEXF4D570
Decimal244213112
Binary11110100110101011110000
Octal364325160

Shades and tints

Shades of #F4D570

#F4D570
(244,213,112)
#DEC266
(222,194,102)
#C8AF5C
(200,175,92)
#B29C52
(178,156,82)
#9C8948
(156,137,72)
#86763E
(134,118,62)
#706334
(112,99,52)
#5A502A
(90,80,42)
#443D20
(68,61,32)
#2E2A16
(46,42,22)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #F4D570

#F4D570
(244,213,112)
#F5D87D
(245,216,125)
#F6DB8A
(246,219,138)
#F7DE97
(247,222,151)
#F8E1A4
(248,225,164)
#F9E4B1
(249,228,177)
#FAE7BE
(250,231,190)
#FBEACB
(251,234,203)
#FCEDD8
(252,237,216)
#FDF0E5
(253,240,229)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D570 color. Also use rgb(244,213,112) instead hex code.

Text Font Color

.myTextColor { color: #F4D570; }

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

This text font color is #F4D570.


Background Color

.myBgColor { background-color: #F4D570; }

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

This div background color is #F4D570.


Border color

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

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

This div border color is #F4D570.


Opacity

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

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

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

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

This text has shadow with #F4D570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D570 on black background.


Color preview on white background

This text has color #F4D570 on white background.



Black color preview on #F4D570 background

This text has black color on #F4D570 background.


White color preview on #F4D570 background

This text has white color on #F4D570 background.