COLOR #F1E07E

HEX: #F1E07E
RGB: (241,224,126)

Color info

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

RGB color model

#F1E07E color RGB value is (241,224,126).

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

RGB channels and saturation

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

241
224
126

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

Portions of RGB colors in percentages

R + G + B =
241 + 224 + 126 = 591 (100%)
R 241 of 591 ~ 40.78%
G 224 of 591 ~ 37.9%
B 126 of 591 ~ 21.32%

%40.78
%37.9
%21.32

CMYK color model

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

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

CMYK percentages

%0
%7.05
%47.72
%5.49

Codes

Color #F1E07E in popluar color models

F1E07E
RGB241224126
HSL51°80.42%71.96%
HSB/HSV51°47.72%94.51%
CMYK0.00%7.05%47.72%
5.49%

Color #F1E07E in popluar number systems.

HEXF1E07E
Decimal241224126
Binary11110001111000001111110
Octal361340176

Shades and tints

Shades of #F1E07E

#F1E07E
(241,224,126)
#DCCC73
(220,204,115)
#C7B868
(199,184,104)
#B2A45D
(178,164,93)
#9D9052
(157,144,82)
#887C47
(136,124,71)
#73683C
(115,104,60)
#5E5431
(94,84,49)
#494026
(73,64,38)
#342C1B
(52,44,27)
#1F1810
(31,24,16)
#000000
(0,0,0)

Tints of #F1E07E

#F1E07E
(241,224,126)
#F2E289
(242,226,137)
#F3E494
(243,228,148)
#F4E69F
(244,230,159)
#F5E8AA
(245,232,170)
#F6EAB5
(246,234,181)
#F7ECC0
(247,236,192)
#F8EECB
(248,238,203)
#F9F0D6
(249,240,214)
#FAF2E1
(250,242,225)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E07E; }

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

This text font color is #F1E07E.


Background Color

.myBgColor { background-color: #F1E07E; }

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

This div background color is #F1E07E.


Border color

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

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

This div border color is #F1E07E.


Opacity

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

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

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

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

This text has shadow with #F1E07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E07E on black background.


Color preview on white background

This text has color #F1E07E on white background.



Black color preview on #F1E07E background

This text has black color on #F1E07E background.


White color preview on #F1E07E background

This text has white color on #F1E07E background.