COLOR #F1E08E

HEX: #F1E08E
RGB: (241,224,142)

Color info

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

RGB color model

#F1E08E color RGB value is (241,224,142).

  • red value is 241;
  • green value is 224;
  • blue value is 142.
RGB:
(241,224,142)
(95%,88%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 142 of 255 = 56%

241
224
142

R + G + B ~ 80%. #F1E08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 224 + 142 = 607 (100%)
R 241 of 607 ~ 39.7%
G 224 of 607 ~ 36.9%
B 142 of 607 ~ 23.39%

%39.7
%36.9
%23.39

CMYK color model

#F1E08E color CMYK value is (0,7,41,5).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 41.08%
  • key color value is 5.49%
CMYK:
(0,7,41,5)
C0M7Y41K5 
(0%,7%,41%,5%)
(0.00/0.07/0.41/0.05)	

CMYK percentages

%0
%7.05
%41.08
%5.49

Codes

Color #F1E08E in popluar color models

F1E08E
RGB241224142
HSL50°77.95%75.10%
HSB/HSV50°41.08%94.51%
CMYK0.00%7.05%41.08%
5.49%

Color #F1E08E in popluar number systems.

HEXF1E08E
Decimal241224142
Binary111100011110000010001110
Octal361340216

Shades and tints

Shades of #F1E08E

#F1E08E
(241,224,142)
#DCCC82
(220,204,130)
#C7B876
(199,184,118)
#B2A46A
(178,164,106)
#9D905E
(157,144,94)
#887C52
(136,124,82)
#736846
(115,104,70)
#5E543A
(94,84,58)
#49402E
(73,64,46)
#342C22
(52,44,34)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #F1E08E

#F1E08E
(241,224,142)
#F2E298
(242,226,152)
#F3E4A2
(243,228,162)
#F4E6AC
(244,230,172)
#F5E8B6
(245,232,182)
#F6EAC0
(246,234,192)
#F7ECCA
(247,236,202)
#F8EED4
(248,238,212)
#F9F0DE
(249,240,222)
#FAF2E8
(250,242,232)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E08E color. Also use rgb(241,224,142) instead hex code.

Text Font Color

.myTextColor { color: #F1E08E; }

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

This text font color is #F1E08E.


Background Color

.myBgColor { background-color: #F1E08E; }

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

This div background color is #F1E08E.


Border color

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

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

This div border color is #F1E08E.


Opacity

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

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

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

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

This text has shadow with #F1E08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E08E on black background.


Color preview on white background

This text has color #F1E08E on white background.



Black color preview on #F1E08E background

This text has black color on #F1E08E background.


White color preview on #F1E08E background

This text has white color on #F1E08E background.