COLOR #F0E18E

HEX: #F0E18E
RGB: (240,225,142)

Color info

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

RGB color model

#F0E18E color RGB value is (240,225,142).

  • red value is 240;
  • green value is 225;
  • blue value is 142.
RGB:
(240,225,142)
(94%,88%,56%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 142 of 255 = 56%

240
225
142

R + G + B ~ 79%. #F0E18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 142 = 607 (100%)
R 240 of 607 ~ 39.54%
G 225 of 607 ~ 37.07%
B 142 of 607 ~ 23.39%

%39.54
%37.07
%23.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 40.83%
  • key color value is 5.88%
CMYK:
(0,6,41,6)
C0M6Y41K6 
(0%,6%,41%,6%)
(0.00/0.06/0.41/0.06)	

CMYK percentages

%0
%6.25
%40.83
%5.88

Codes

Color #F0E18E in popluar color models

F0E18E
RGB240225142
HSL51°76.56%74.90%
HSB/HSV51°40.83%94.12%
CMYK0.00%6.25%40.83%
5.88%

Color #F0E18E in popluar number systems.

HEXF0E18E
Decimal240225142
Binary111100001110000110001110
Octal360341216

Shades and tints

Shades of #F0E18E

#F0E18E
(240,225,142)
#DBCD82
(219,205,130)
#C6B976
(198,185,118)
#B1A56A
(177,165,106)
#9C915E
(156,145,94)
#877D52
(135,125,82)
#726946
(114,105,70)
#5D553A
(93,85,58)
#48412E
(72,65,46)
#332D22
(51,45,34)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0E18E

#F0E18E
(240,225,142)
#F1E398
(241,227,152)
#F2E5A2
(242,229,162)
#F3E7AC
(243,231,172)
#F4E9B6
(244,233,182)
#F5EBC0
(245,235,192)
#F6EDCA
(246,237,202)
#F7EFD4
(247,239,212)
#F8F1DE
(248,241,222)
#F9F3E8
(249,243,232)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E18E color. Also use rgb(240,225,142) instead hex code.

Text Font Color

.myTextColor { color: #F0E18E; }

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

This text font color is #F0E18E.


Background Color

.myBgColor { background-color: #F0E18E; }

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

This div background color is #F0E18E.


Border color

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

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

This div border color is #F0E18E.


Opacity

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

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

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

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

This text has shadow with #F0E18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E18E on black background.


Color preview on white background

This text has color #F0E18E on white background.



Black color preview on #F0E18E background

This text has black color on #F0E18E background.


White color preview on #F0E18E background

This text has white color on #F0E18E background.