COLOR #F4D56C

HEX: #F4D56C
RGB: (244,213,108)

Color info

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

RGB color model

#F4D56C color RGB value is (244,213,108).

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

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 108 of 255 = 42%

244
213
108

R + G + B ~ 74%. #F4D56C is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 108 = 565 (100%)
R 244 of 565 ~ 43.19%
G 213 of 565 ~ 37.7%
B 108 of 565 ~ 19.12%

%43.19
%37.7
%19.12

CMYK color model

#F4D56C color CMYK value is (0,13,56,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 55.74%
  • key color value is 4.31%
CMYK:
(0,13,56,4)
C0M13Y56K4 
(0%,13%,56%,4%)
(0.00/0.13/0.56/0.04)	

CMYK percentages

%0
%12.7
%55.74
%4.31

Codes

Color #F4D56C in popluar color models

F4D56C
RGB244213108
HSL46°86.08%69.02%
HSB/HSV46°55.74%95.69%
CMYK0.00%12.70%55.74%
4.31%

Color #F4D56C in popluar number systems.

HEXF4D56C
Decimal244213108
Binary11110100110101011101100
Octal364325154

Shades and tints

Shades of #F4D56C

#F4D56C
(244,213,108)
#DEC263
(222,194,99)
#C8AF5A
(200,175,90)
#B29C51
(178,156,81)
#9C8948
(156,137,72)
#86763F
(134,118,63)
#706336
(112,99,54)
#5A502D
(90,80,45)
#443D24
(68,61,36)
#2E2A1B
(46,42,27)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #F4D56C

#F4D56C
(244,213,108)
#F5D879
(245,216,121)
#F6DB86
(246,219,134)
#F7DE93
(247,222,147)
#F8E1A0
(248,225,160)
#F9E4AD
(249,228,173)
#FAE7BA
(250,231,186)
#FBEAC7
(251,234,199)
#FCEDD4
(252,237,212)
#FDF0E1
(253,240,225)
#FEF3EE
(254,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D56C; }

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

This text font color is #F4D56C.


Background Color

.myBgColor { background-color: #F4D56C; }

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

This div background color is #F4D56C.


Border color

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

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

This div border color is #F4D56C.


Opacity

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

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

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

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

This text has shadow with #F4D56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D56C on black background.


Color preview on white background

This text has color #F4D56C on white background.



Black color preview on #F4D56C background

This text has black color on #F4D56C background.


White color preview on #F4D56C background

This text has white color on #F4D56C background.