COLOR #F0E586

HEX: #F0E586
RGB: (240,229,134)

Color info

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

RGB color model

#F0E586 color RGB value is (240,229,134).

  • red value is 240;
  • green value is 229;
  • blue value is 134.
RGB:
(240,229,134)
(94%,90%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 134 of 255 = 53%

240
229
134

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

Portions of RGB colors in percentages

R + G + B =
240 + 229 + 134 = 603 (100%)
R 240 of 603 ~ 39.8%
G 229 of 603 ~ 37.98%
B 134 of 603 ~ 22.22%

%39.8
%37.98
%22.22

CMYK color model

#F0E586 color CMYK value is (0,5,44,6).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 44.17%
  • key color value is 5.88%
CMYK:
(0,5,44,6)
C0M5Y44K6 
(0%,5%,44%,6%)
(0.00/0.05/0.44/0.06)	

CMYK percentages

%0
%4.58
%44.17
%5.88

Codes

Color #F0E586 in popluar color models

F0E586
RGB240229134
HSL54°77.94%73.33%
HSB/HSV54°44.17%94.12%
CMYK0.00%4.58%44.17%
5.88%

Color #F0E586 in popluar number systems.

HEXF0E586
Decimal240229134
Binary111100001110010110000110
Octal360345206

Shades and tints

Shades of #F0E586

#F0E586
(240,229,134)
#DBD17A
(219,209,122)
#C6BD6E
(198,189,110)
#B1A962
(177,169,98)
#9C9556
(156,149,86)
#87814A
(135,129,74)
#726D3E
(114,109,62)
#5D5932
(93,89,50)
#484526
(72,69,38)
#33311A
(51,49,26)
#1E1D0E
(30,29,14)
#000000
(0,0,0)

Tints of #F0E586

#F0E586
(240,229,134)
#F1E791
(241,231,145)
#F2E99C
(242,233,156)
#F3EBA7
(243,235,167)
#F4EDB2
(244,237,178)
#F5EFBD
(245,239,189)
#F6F1C8
(246,241,200)
#F7F3D3
(247,243,211)
#F8F5DE
(248,245,222)
#F9F7E9
(249,247,233)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E586 color. Also use rgb(240,229,134) instead hex code.

Text Font Color

.myTextColor { color: #F0E586; }

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

This text font color is #F0E586.


Background Color

.myBgColor { background-color: #F0E586; }

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

This div background color is #F0E586.


Border color

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

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

This div border color is #F0E586.


Opacity

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

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

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

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

This text has shadow with #F0E586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E586 on black background.


Color preview on white background

This text has color #F0E586 on white background.



Black color preview on #F0E586 background

This text has black color on #F0E586 background.


White color preview on #F0E586 background

This text has white color on #F0E586 background.