COLOR #F2E07E

HEX: #F2E07E
RGB: (242,224,126)

Color info

#F2E07E contains mainly red and green colors. Web safe color of #F2E07E is #FFCC66 (or #FC6).

RGB color model

#F2E07E color RGB value is (242,224,126).

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

RGB channels and saturation

R 242 of 255 = 95%
G 224 of 255 = 88%
B 126 of 255 = 49%

242
224
126

R + G + B ~ 77%. #F2E07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 224 + 126 = 592 (100%)
R 242 of 592 ~ 40.88%
G 224 of 592 ~ 37.84%
B 126 of 592 ~ 21.28%

%40.88
%37.84
%21.28

CMYK color model

#F2E07E color CMYK value is (0,7,48,5).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 47.93%
  • key color value is 5.10%
CMYK:
(0,7,48,5)
C0M7Y48K5 
(0%,7%,48%,5%)
(0.00/0.07/0.48/0.05)	

CMYK percentages

%0
%7.44
%47.93
%5.1

Codes

Color #F2E07E in popluar color models

F2E07E
RGB242224126
HSL51°81.69%72.16%
HSB/HSV51°47.93%94.90%
CMYK0.00%7.44%47.93%
5.10%

Color #F2E07E in popluar number systems.

HEXF2E07E
Decimal242224126
Binary11110010111000001111110
Octal362340176

Shades and tints

Shades of #F2E07E

#F2E07E
(242,224,126)
#DCCC73
(220,204,115)
#C6B868
(198,184,104)
#B0A45D
(176,164,93)
#9A9052
(154,144,82)
#847C47
(132,124,71)
#6E683C
(110,104,60)
#585431
(88,84,49)
#424026
(66,64,38)
#2C2C1B
(44,44,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #F2E07E

#F2E07E
(242,224,126)
#F3E289
(243,226,137)
#F4E494
(244,228,148)
#F5E69F
(245,230,159)
#F6E8AA
(246,232,170)
#F7EAB5
(247,234,181)
#F8ECC0
(248,236,192)
#F9EECB
(249,238,203)
#FAF0D6
(250,240,214)
#FBF2E1
(251,242,225)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E07E; }

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

This text font color is #F2E07E.


Background Color

.myBgColor { background-color: #F2E07E; }

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

This div background color is #F2E07E.


Border color

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

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

This div border color is #F2E07E.


Opacity

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

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

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

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

This text has shadow with #F2E07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E07E on black background.


Color preview on white background

This text has color #F2E07E on white background.



Black color preview on #F2E07E background

This text has black color on #F2E07E background.


White color preview on #F2E07E background

This text has white color on #F2E07E background.