COLOR #F1E9A2

HEX: #F1E9A2 RGB: (241,233,162)

Color info

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

RGB color model

#F1E9A2 color RGB value is (241,233,162).

RGB: (241,233,162) (95%, 91%, 64%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 162 of 255 = 64%

241
233
162

R + G + B ~ 83%. #F1E9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 162 = 636 (100%)
R 241 of 636 ~ 37.89%
G 233 of 636 ~ 36.64%
B 162 of 636 ~ 25.47'%

%37.89
%36.64
%25.47

CMYK color model

#F1E9A2 color CMYK value is (0,3,33,5).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 32.78%
  • key color value is 5.49%

CMYK: (0,3,33,5)
C0M3Y33K5 (0%, 3%, 33%, 5%)
(0.00 / 0.03 / 0.33 / 0.05)

CMYK percentages

%0
%3.32
%32.78
%5.49

Codes

Color #F1E9A2 in popluar color models

F1 E9 A2
RGB 241 233 162
HSL 54° 73.83% 79.02%
HSB/HSV 54° 32.78% 94.51%
CMYK 0.00% 3.32% 32.78%
5.49%

Color #F1E9A2 in popluar number systems.

HEX F1 E9 A2
Decimal 241 233 162
Binary 11110001 11101001 10100010
Octal 361 351 242

Shades and tints

Shades of #F1E9A2

#F1E9A2
(241,233,162)
#DCD494
(220,212,148)
#C7BF86
(199,191,134)
#B2AA78
(178,170,120)
#9D956A
(157,149,106)
#88805C
(136,128,92)
#736B4E
(115,107,78)
#5E5640
(94,86,64)
#494132
(73,65,50)
#342C24
(52,44,36)
#1F1716
(31,23,22)
#000000
(0,0,0)

Tints of #F1E9A2

#F1E9A2
(241,233,162)
#F2EBAA
(242,235,170)
#F3EDB2
(243,237,178)
#F4EFBA
(244,239,186)
#F5F1C2
(245,241,194)
#F6F3CA
(246,243,202)
#F7F5D2
(247,245,210)
#F8F7DA
(248,247,218)
#F9F9E2
(249,249,226)
#FAFBEA
(250,251,234)
#FBFDF2
(251,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E9A2 color. Also use rgb(241,233,162) instead hex code.

Text Font Color

.myTextColor { color: #F1E9A2; }

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

This text font color is #F1E9A2.

Background Color

.myBgColor { background-color: #F1E9A2; }

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

This div background color is #F1E9A2.

Border color

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

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

This div border color is #F1E9A2.

Opacity

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

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

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

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

This text has shadow with #F1E9A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E9A2.

Preview

Color preview on black background

This text has color #F1E9A2 on black background.


Color preview on white background

This text has color #F1E9A2 on white background.


Black color preview on #F1E9A2 background

This text has black color on #F1E9A2 background.


White color preview on #F1E9A2 background

This text has white color on #F1E9A2 background.


Related colors

Complementary color

Complementary color for #hex is #0E165D.


I love getcolorcode.com

Triadic colors

1 #A2F1E9 and #E9A2F1 with #F1E9A2 are triadic colors.

2 #A2E9F1 and #E9F1A2 with #F1E9A2 are triadic colors.