COLOR #F4D552

HEX: #F4D552
RGB: (244,213,82)

Color info

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

RGB color model

#F4D552 color RGB value is (244,213,82).

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

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 82 of 255 = 32%

244
213
82

R + G + B ~ 71%. #F4D552 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 82 = 539 (100%)
R 244 of 539 ~ 45.27%
G 213 of 539 ~ 39.52%
B 82 of 539 ~ 15.21%

%45.27
%39.52
%15.21

CMYK color model

#F4D552 color CMYK value is (0,13,66,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 66.39%
  • key color value is 4.31%
CMYK:
(0,13,66,4)
C0M13Y66K4 
(0%,13%,66%,4%)
(0.00/0.13/0.66/0.04)	

CMYK percentages

%0
%12.7
%66.39
%4.31

Codes

Color #F4D552 in popluar color models

F4D552
RGB24421382
HSL49°88.04%63.92%
HSB/HSV49°66.39%95.69%
CMYK0.00%12.70%66.39%
4.31%

Color #F4D552 in popluar number systems.

HEXF4D552
Decimal24421382
Binary11110100110101011010010
Octal364325122

Shades and tints

Shades of #F4D552

#F4D552
(244,213,82)
#DEC24B
(222,194,75)
#C8AF44
(200,175,68)
#B29C3D
(178,156,61)
#9C8936
(156,137,54)
#86762F
(134,118,47)
#706328
(112,99,40)
#5A5021
(90,80,33)
#443D1A
(68,61,26)
#2E2A13
(46,42,19)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #F4D552

#F4D552
(244,213,82)
#F5D861
(245,216,97)
#F6DB70
(246,219,112)
#F7DE7F
(247,222,127)
#F8E18E
(248,225,142)
#F9E49D
(249,228,157)
#FAE7AC
(250,231,172)
#FBEABB
(251,234,187)
#FCEDCA
(252,237,202)
#FDF0D9
(253,240,217)
#FEF3E8
(254,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D552; }

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

This text font color is #F4D552.


Background Color

.myBgColor { background-color: #F4D552; }

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

This div background color is #F4D552.


Border color

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

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

This div border color is #F4D552.


Opacity

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

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

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

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

This text has shadow with #F4D552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D552 on black background.


Color preview on white background

This text has color #F4D552 on white background.



Black color preview on #F4D552 background

This text has black color on #F4D552 background.


White color preview on #F4D552 background

This text has white color on #F4D552 background.