COLOR #F0E49F

HEX: #F0E49F
RGB: (240,228,159)

Color info

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

RGB color model

#F0E49F color RGB value is (240,228,159).

  • red value is 240;
  • green value is 228;
  • blue value is 159.
RGB:
(240,228,159)
(94%,89%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 159 of 255 = 62%

240
228
159

R + G + B ~ 82%. #F0E49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 228 + 159 = 627 (100%)
R 240 of 627 ~ 38.28%
G 228 of 627 ~ 36.36%
B 159 of 627 ~ 25.36%

%38.28
%36.36
%25.36

CMYK color model

#F0E49F color CMYK value is (0,5,34,6).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 33.75%
  • key color value is 5.88%
CMYK:
(0,5,34,6)
C0M5Y34K6 
(0%,5%,34%,6%)
(0.00/0.05/0.34/0.06)	

CMYK percentages

%0
%5
%33.75
%5.88

Codes

Color #F0E49F in popluar color models

F0E49F
RGB240228159
HSL51°72.97%78.24%
HSB/HSV51°33.75%94.12%
CMYK0.00%5.00%33.75%
5.88%

Color #F0E49F in popluar number systems.

HEXF0E49F
Decimal240228159
Binary111100001110010010011111
Octal360344237

Shades and tints

Shades of #F0E49F

#F0E49F
(240,228,159)
#DBD091
(219,208,145)
#C6BC83
(198,188,131)
#B1A875
(177,168,117)
#9C9467
(156,148,103)
#878059
(135,128,89)
#726C4B
(114,108,75)
#5D583D
(93,88,61)
#48442F
(72,68,47)
#333021
(51,48,33)
#1E1C13
(30,28,19)
#000000
(0,0,0)

Tints of #F0E49F

#F0E49F
(240,228,159)
#F1E6A7
(241,230,167)
#F2E8AF
(242,232,175)
#F3EAB7
(243,234,183)
#F4ECBF
(244,236,191)
#F5EEC7
(245,238,199)
#F6F0CF
(246,240,207)
#F7F2D7
(247,242,215)
#F8F4DF
(248,244,223)
#F9F6E7
(249,246,231)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E49F color. Also use rgb(240,228,159) instead hex code.

Text Font Color

.myTextColor { color: #F0E49F; }

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

This text font color is #F0E49F.


Background Color

.myBgColor { background-color: #F0E49F; }

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

This div background color is #F0E49F.


Border color

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

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

This div border color is #F0E49F.


Opacity

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

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

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

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

This text has shadow with #F0E49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E49F on black background.


Color preview on white background

This text has color #F0E49F on white background.



Black color preview on #F0E49F background

This text has black color on #F0E49F background.


White color preview on #F0E49F background

This text has white color on #F0E49F background.