COLOR #F0EF8B

HEX: #F0EF8B
RGB: (240,239,139)

Color info

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

RGB color model

#F0EF8B color RGB value is (240,239,139).

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

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 139 of 255 = 55%

240
239
139

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

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 139 = 618 (100%)
R 240 of 618 ~ 38.83%
G 239 of 618 ~ 38.67%
B 139 of 618 ~ 22.49%

%38.83
%38.67
%22.49

CMYK color model

#F0EF8B color CMYK value is (0,0,42,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 42.08%
  • key color value is 5.88%
CMYK:
(0,0,42,6)
C0M0Y42K6 
(0%,0%,42%,6%)
(0.00/0.00/0.42/0.06)	

CMYK percentages

%0
%0.42
%42.08
%5.88

Codes

Color #F0EF8B in popluar color models

F0EF8B
RGB240239139
HSL59°77.10%74.31%
HSB/HSV59°42.08%94.12%
CMYK0.00%0.42%42.08%
5.88%

Color #F0EF8B in popluar number systems.

HEXF0EF8B
Decimal240239139
Binary111100001110111110001011
Octal360357213

Shades and tints

Shades of #F0EF8B

#F0EF8B
(240,239,139)
#DBDA7F
(219,218,127)
#C6C573
(198,197,115)
#B1B067
(177,176,103)
#9C9B5B
(156,155,91)
#87864F
(135,134,79)
#727143
(114,113,67)
#5D5C37
(93,92,55)
#48472B
(72,71,43)
#33321F
(51,50,31)
#1E1D13
(30,29,19)
#000000
(0,0,0)

Tints of #F0EF8B

#F0EF8B
(240,239,139)
#F1F095
(241,240,149)
#F2F19F
(242,241,159)
#F3F2A9
(243,242,169)
#F4F3B3
(244,243,179)
#F5F4BD
(245,244,189)
#F6F5C7
(246,245,199)
#F7F6D1
(247,246,209)
#F8F7DB
(248,247,219)
#F9F8E5
(249,248,229)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EF8B; }

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

This text font color is #F0EF8B.


Background Color

.myBgColor { background-color: #F0EF8B; }

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

This div background color is #F0EF8B.


Border color

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

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

This div border color is #F0EF8B.


Opacity

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

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

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

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

This text has shadow with #F0EF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EF8B on black background.


Color preview on white background

This text has color #F0EF8B on white background.



Black color preview on #F0EF8B background

This text has black color on #F0EF8B background.


White color preview on #F0EF8B background

This text has white color on #F0EF8B background.