COLOR #F0EF9D

HEX: #F0EF9D
RGB: (240,239,157)

Color info

#F0EF9D contains mainly red and green colors. Web safe color of #F0EF9D is #FFFF99 (or #FF9).

RGB color model

#F0EF9D color RGB value is (240,239,157).

  • red value is 240;
  • green value is 239;
  • blue value is 157.
RGB:
(240,239,157)
(94%,94%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 157 of 255 = 62%

240
239
157

R + G + B ~ 83%. #F0EF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 157 = 636 (100%)
R 240 of 636 ~ 37.74%
G 239 of 636 ~ 37.58%
B 157 of 636 ~ 24.69%

%37.74
%37.58
%24.69

CMYK color model

#F0EF9D color CMYK value is (0,0,35,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 34.58%
  • key color value is 5.88%
CMYK:
(0,0,35,6)
C0M0Y35K6 
(0%,0%,35%,6%)
(0.00/0.00/0.35/0.06)	

CMYK percentages

%0
%0.42
%34.58
%5.88

Codes

Color #F0EF9D in popluar color models

F0EF9D
RGB240239157
HSL59°73.45%77.84%
HSB/HSV59°34.58%94.12%
CMYK0.00%0.42%34.58%
5.88%

Color #F0EF9D in popluar number systems.

HEXF0EF9D
Decimal240239157
Binary111100001110111110011101
Octal360357235

Shades and tints

Shades of #F0EF9D

#F0EF9D
(240,239,157)
#DBDA8F
(219,218,143)
#C6C581
(198,197,129)
#B1B073
(177,176,115)
#9C9B65
(156,155,101)
#878657
(135,134,87)
#727149
(114,113,73)
#5D5C3B
(93,92,59)
#48472D
(72,71,45)
#33321F
(51,50,31)
#1E1D11
(30,29,17)
#000000
(0,0,0)

Tints of #F0EF9D

#F0EF9D
(240,239,157)
#F1F0A5
(241,240,165)
#F2F1AD
(242,241,173)
#F3F2B5
(243,242,181)
#F4F3BD
(244,243,189)
#F5F4C5
(245,244,197)
#F6F5CD
(246,245,205)
#F7F6D5
(247,246,213)
#F8F7DD
(248,247,221)
#F9F8E5
(249,248,229)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EF9D color. Also use rgb(240,239,157) instead hex code.

Text Font Color

.myTextColor { color: #F0EF9D; }

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

This text font color is #F0EF9D.


Background Color

.myBgColor { background-color: #F0EF9D; }

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

This div background color is #F0EF9D.


Border color

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

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

This div border color is #F0EF9D.


Opacity

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

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

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

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

This text has shadow with #F0EF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EF9D on black background.


Color preview on white background

This text has color #F0EF9D on white background.



Black color preview on #F0EF9D background

This text has black color on #F0EF9D background.


White color preview on #F0EF9D background

This text has white color on #F0EF9D background.