COLOR #F4E495

HEX: #F4E495
RGB: (244,228,149)

Color info

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

RGB color model

#F4E495 color RGB value is (244,228,149).

  • red value is 244;
  • green value is 228;
  • blue value is 149.
RGB:
(244,228,149)
(96%,89%,58%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 149 of 255 = 58%

244
228
149

R + G + B ~ 81%. #F4E495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 228 + 149 = 621 (100%)
R 244 of 621 ~ 39.29%
G 228 of 621 ~ 36.71%
B 149 of 621 ~ 23.99%

%39.29
%36.71
%23.99

CMYK color model

#F4E495 color CMYK value is (0,7,39,4).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 38.93%
  • key color value is 4.31%
CMYK:
(0,7,39,4)
C0M7Y39K4 
(0%,7%,39%,4%)
(0.00/0.07/0.39/0.04)	

CMYK percentages

%0
%6.56
%38.93
%4.31

Codes

Color #F4E495 in popluar color models

F4E495
RGB244228149
HSL50°81.20%77.06%
HSB/HSV50°38.93%95.69%
CMYK0.00%6.56%38.93%
4.31%

Color #F4E495 in popluar number systems.

HEXF4E495
Decimal244228149
Binary111101001110010010010101
Octal364344225

Shades and tints

Shades of #F4E495

#F4E495
(244,228,149)
#DED088
(222,208,136)
#C8BC7B
(200,188,123)
#B2A86E
(178,168,110)
#9C9461
(156,148,97)
#868054
(134,128,84)
#706C47
(112,108,71)
#5A583A
(90,88,58)
#44442D
(68,68,45)
#2E3020
(46,48,32)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #F4E495

#F4E495
(244,228,149)
#F5E69E
(245,230,158)
#F6E8A7
(246,232,167)
#F7EAB0
(247,234,176)
#F8ECB9
(248,236,185)
#F9EEC2
(249,238,194)
#FAF0CB
(250,240,203)
#FBF2D4
(251,242,212)
#FCF4DD
(252,244,221)
#FDF6E6
(253,246,230)
#FEF8EF
(254,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E495 color. Also use rgb(244,228,149) instead hex code.

Text Font Color

.myTextColor { color: #F4E495; }

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

This text font color is #F4E495.


Background Color

.myBgColor { background-color: #F4E495; }

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

This div background color is #F4E495.


Border color

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

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

This div border color is #F4E495.


Opacity

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

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

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

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

This text has shadow with #F4E495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E495 on black background.


Color preview on white background

This text has color #F4E495 on white background.



Black color preview on #F4E495 background

This text has black color on #F4E495 background.


White color preview on #F4E495 background

This text has white color on #F4E495 background.