COLOR #F2E59A

HEX: #F2E59A
RGB: (242,229,154)

Color info

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

RGB color model

#F2E59A color RGB value is (242,229,154).

  • red value is 242;
  • green value is 229;
  • blue value is 154.
RGB:
(242,229,154)
(95%,90%,60%)

RGB channels and saturation

R 242 of 255 = 95%
G 229 of 255 = 90%
B 154 of 255 = 60%

242
229
154

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

Portions of RGB colors in percentages

R + G + B =
242 + 229 + 154 = 625 (100%)
R 242 of 625 ~ 38.72%
G 229 of 625 ~ 36.64%
B 154 of 625 ~ 24.64%

%38.72
%36.64
%24.64

CMYK color model

#F2E59A color CMYK value is (0,5,36,5).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 36.36%
  • key color value is 5.10%
CMYK:
(0,5,36,5)
C0M5Y36K5 
(0%,5%,36%,5%)
(0.00/0.05/0.36/0.05)	

CMYK percentages

%0
%5.37
%36.36
%5.1

Codes

Color #F2E59A in popluar color models

F2E59A
RGB242229154
HSL51°77.19%77.65%
HSB/HSV51°36.36%94.90%
CMYK0.00%5.37%36.36%
5.10%

Color #F2E59A in popluar number systems.

HEXF2E59A
Decimal242229154
Binary111100101110010110011010
Octal362345232

Shades and tints

Shades of #F2E59A

#F2E59A
(242,229,154)
#DCD18C
(220,209,140)
#C6BD7E
(198,189,126)
#B0A970
(176,169,112)
#9A9562
(154,149,98)
#848154
(132,129,84)
#6E6D46
(110,109,70)
#585938
(88,89,56)
#42452A
(66,69,42)
#2C311C
(44,49,28)
#161D0E
(22,29,14)
#000000
(0,0,0)

Tints of #F2E59A

#F2E59A
(242,229,154)
#F3E7A3
(243,231,163)
#F4E9AC
(244,233,172)
#F5EBB5
(245,235,181)
#F6EDBE
(246,237,190)
#F7EFC7
(247,239,199)
#F8F1D0
(248,241,208)
#F9F3D9
(249,243,217)
#FAF5E2
(250,245,226)
#FBF7EB
(251,247,235)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E59A color. Also use rgb(242,229,154) instead hex code.

Text Font Color

.myTextColor { color: #F2E59A; }

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

This text font color is #F2E59A.


Background Color

.myBgColor { background-color: #F2E59A; }

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

This div background color is #F2E59A.


Border color

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

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

This div border color is #F2E59A.


Opacity

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

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

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

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

This text has shadow with #F2E59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E59A on black background.


Color preview on white background

This text has color #F2E59A on white background.



Black color preview on #F2E59A background

This text has black color on #F2E59A background.


White color preview on #F2E59A background

This text has white color on #F2E59A background.