COLOR #F0E88E

HEX: #F0E88E
RGB: (240,232,142)

Color info

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

RGB color model

#F0E88E color RGB value is (240,232,142).

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

RGB channels and saturation

R 240 of 255 = 94%
G 232 of 255 = 91%
B 142 of 255 = 56%

240
232
142

R + G + B ~ 80%. #F0E88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 232 + 142 = 614 (100%)
R 240 of 614 ~ 39.09%
G 232 of 614 ~ 37.79%
B 142 of 614 ~ 23.13%

%39.09
%37.79
%23.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 40.83%
  • key color value is 5.88%
CMYK:
(0,3,41,6)
C0M3Y41K6 
(0%,3%,41%,6%)
(0.00/0.03/0.41/0.06)	

CMYK percentages

%0
%3.33
%40.83
%5.88

Codes

Color #F0E88E in popluar color models

F0E88E
RGB240232142
HSL55°76.56%74.90%
HSB/HSV55°40.83%94.12%
CMYK0.00%3.33%40.83%
5.88%

Color #F0E88E in popluar number systems.

HEXF0E88E
Decimal240232142
Binary111100001110100010001110
Octal360350216

Shades and tints

Shades of #F0E88E

#F0E88E
(240,232,142)
#DBD382
(219,211,130)
#C6BE76
(198,190,118)
#B1A96A
(177,169,106)
#9C945E
(156,148,94)
#877F52
(135,127,82)
#726A46
(114,106,70)
#5D553A
(93,85,58)
#48402E
(72,64,46)
#332B22
(51,43,34)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0E88E

#F0E88E
(240,232,142)
#F1EA98
(241,234,152)
#F2ECA2
(242,236,162)
#F3EEAC
(243,238,172)
#F4F0B6
(244,240,182)
#F5F2C0
(245,242,192)
#F6F4CA
(246,244,202)
#F7F6D4
(247,246,212)
#F8F8DE
(248,248,222)
#F9FAE8
(249,250,232)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E88E; }

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

This text font color is #F0E88E.


Background Color

.myBgColor { background-color: #F0E88E; }

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

This div background color is #F0E88E.


Border color

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

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

This div border color is #F0E88E.


Opacity

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

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

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

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

This text has shadow with #F0E88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E88E on black background.


Color preview on white background

This text has color #F0E88E on white background.



Black color preview on #F0E88E background

This text has black color on #F0E88E background.


White color preview on #F0E88E background

This text has white color on #F0E88E background.