COLOR #F2E0A0

HEX: #F2E0A0
RGB: (242,224,160)

Color info

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

RGB color model

#F2E0A0 color RGB value is (242,224,160).

  • red value is 242;
  • green value is 224;
  • blue value is 160.
RGB:
(242,224,160)
(95%,88%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 224 of 255 = 88%
B 160 of 255 = 63%

242
224
160

R + G + B ~ 82%. #F2E0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 224 + 160 = 626 (100%)
R 242 of 626 ~ 38.66%
G 224 of 626 ~ 35.78%
B 160 of 626 ~ 25.56%

%38.66
%35.78
%25.56

CMYK color model

#F2E0A0 color CMYK value is (0,7,34,5).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(0,7,34,5)
C0M7Y34K5 
(0%,7%,34%,5%)
(0.00/0.07/0.34/0.05)	

CMYK percentages

%0
%7.44
%33.88
%5.1

Codes

Color #F2E0A0 in popluar color models

F2E0A0
RGB242224160
HSL47°75.93%78.82%
HSB/HSV47°33.88%94.90%
CMYK0.00%7.44%33.88%
5.10%

Color #F2E0A0 in popluar number systems.

HEXF2E0A0
Decimal242224160
Binary111100101110000010100000
Octal362340240

Shades and tints

Shades of #F2E0A0

#F2E0A0
(242,224,160)
#DCCC92
(220,204,146)
#C6B884
(198,184,132)
#B0A476
(176,164,118)
#9A9068
(154,144,104)
#847C5A
(132,124,90)
#6E684C
(110,104,76)
#58543E
(88,84,62)
#424030
(66,64,48)
#2C2C22
(44,44,34)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #F2E0A0

#F2E0A0
(242,224,160)
#F3E2A8
(243,226,168)
#F4E4B0
(244,228,176)
#F5E6B8
(245,230,184)
#F6E8C0
(246,232,192)
#F7EAC8
(247,234,200)
#F8ECD0
(248,236,208)
#F9EED8
(249,238,216)
#FAF0E0
(250,240,224)
#FBF2E8
(251,242,232)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E0A0 color. Also use rgb(242,224,160) instead hex code.

Text Font Color

.myTextColor { color: #F2E0A0; }

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

This text font color is #F2E0A0.


Background Color

.myBgColor { background-color: #F2E0A0; }

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

This div background color is #F2E0A0.


Border color

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

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

This div border color is #F2E0A0.


Opacity

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

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

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

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

This text has shadow with #F2E0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E0A0 on black background.


Color preview on white background

This text has color #F2E0A0 on white background.



Black color preview on #F2E0A0 background

This text has black color on #F2E0A0 background.


White color preview on #F2E0A0 background

This text has white color on #F2E0A0 background.