COLOR #F0ED8D

HEX: #F0ED8D
RGB: (240,237,141)

Color info

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

RGB color model

#F0ED8D color RGB value is (240,237,141).

  • red value is 240;
  • green value is 237;
  • blue value is 141.
RGB:
(240,237,141)
(94%,93%,55%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 141 of 255 = 55%

240
237
141

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 141 = 618 (100%)
R 240 of 618 ~ 38.83%
G 237 of 618 ~ 38.35%
B 141 of 618 ~ 22.82%

%38.83
%38.35
%22.82

CMYK color model

#F0ED8D color CMYK value is (0,1,41,6).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 41.25%
  • key color value is 5.88%
CMYK:
(0,1,41,6)
C0M1Y41K6 
(0%,1%,41%,6%)
(0.00/0.01/0.41/0.06)	

CMYK percentages

%0
%1.25
%41.25
%5.88

Codes

Color #F0ED8D in popluar color models

F0ED8D
RGB240237141
HSL58°76.74%74.71%
HSB/HSV58°41.25%94.12%
CMYK0.00%1.25%41.25%
5.88%

Color #F0ED8D in popluar number systems.

HEXF0ED8D
Decimal240237141
Binary111100001110110110001101
Octal360355215

Shades and tints

Shades of #F0ED8D

#F0ED8D
(240,237,141)
#DBD881
(219,216,129)
#C6C375
(198,195,117)
#B1AE69
(177,174,105)
#9C995D
(156,153,93)
#878451
(135,132,81)
#726F45
(114,111,69)
#5D5A39
(93,90,57)
#48452D
(72,69,45)
#333021
(51,48,33)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #F0ED8D

#F0ED8D
(240,237,141)
#F1EE97
(241,238,151)
#F2EFA1
(242,239,161)
#F3F0AB
(243,240,171)
#F4F1B5
(244,241,181)
#F5F2BF
(245,242,191)
#F6F3C9
(246,243,201)
#F7F4D3
(247,244,211)
#F8F5DD
(248,245,221)
#F9F6E7
(249,246,231)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ED8D color. Also use rgb(240,237,141) instead hex code.

Text Font Color

.myTextColor { color: #F0ED8D; }

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

This text font color is #F0ED8D.


Background Color

.myBgColor { background-color: #F0ED8D; }

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

This div background color is #F0ED8D.


Border color

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

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

This div border color is #F0ED8D.


Opacity

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

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

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

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

This text has shadow with #F0ED8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ED8D on black background.


Color preview on white background

This text has color #F0ED8D on white background.



Black color preview on #F0ED8D background

This text has black color on #F0ED8D background.


White color preview on #F0ED8D background

This text has white color on #F0ED8D background.