COLOR #F4E08C

HEX: #F4E08C
RGB: (244,224,140)

Color info

#F4E08C contains mainly red and green colors. Web safe color of #F4E08C is #FFCC99 (or #FC9).

RGB color model

#F4E08C color RGB value is (244,224,140).

  • red value is 244;
  • green value is 224;
  • blue value is 140.
RGB:
(244,224,140)
(96%,88%,55%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 140 of 255 = 55%

244
224
140

R + G + B ~ 80%. #F4E08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 140 = 608 (100%)
R 244 of 608 ~ 40.13%
G 224 of 608 ~ 36.84%
B 140 of 608 ~ 23.03%

%40.13
%36.84
%23.03

CMYK color model

#F4E08C color CMYK value is (0,8,43,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 42.62%
  • key color value is 4.31%
CMYK:
(0,8,43,4)
C0M8Y43K4 
(0%,8%,43%,4%)
(0.00/0.08/0.43/0.04)	

CMYK percentages

%0
%8.2
%42.62
%4.31

Codes

Color #F4E08C in popluar color models

F4E08C
RGB244224140
HSL48°82.54%75.29%
HSB/HSV48°42.62%95.69%
CMYK0.00%8.20%42.62%
4.31%

Color #F4E08C in popluar number systems.

HEXF4E08C
Decimal244224140
Binary111101001110000010001100
Octal364340214

Shades and tints

Shades of #F4E08C

#F4E08C
(244,224,140)
#DECC80
(222,204,128)
#C8B874
(200,184,116)
#B2A468
(178,164,104)
#9C905C
(156,144,92)
#867C50
(134,124,80)
#706844
(112,104,68)
#5A5438
(90,84,56)
#44402C
(68,64,44)
#2E2C20
(46,44,32)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4E08C

#F4E08C
(244,224,140)
#F5E296
(245,226,150)
#F6E4A0
(246,228,160)
#F7E6AA
(247,230,170)
#F8E8B4
(248,232,180)
#F9EABE
(249,234,190)
#FAECC8
(250,236,200)
#FBEED2
(251,238,210)
#FCF0DC
(252,240,220)
#FDF2E6
(253,242,230)
#FEF4F0
(254,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E08C color. Also use rgb(244,224,140) instead hex code.

Text Font Color

.myTextColor { color: #F4E08C; }

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

This text font color is #F4E08C.


Background Color

.myBgColor { background-color: #F4E08C; }

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

This div background color is #F4E08C.


Border color

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

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

This div border color is #F4E08C.


Opacity

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

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

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

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

This text has shadow with #F4E08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E08C on black background.


Color preview on white background

This text has color #F4E08C on white background.



Black color preview on #F4E08C background

This text has black color on #F4E08C background.


White color preview on #F4E08C background

This text has white color on #F4E08C background.