COLOR #F1E06F

HEX: #F1E06F
RGB: (241,224,111)

Color info

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

RGB color model

#F1E06F color RGB value is (241,224,111).

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

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 111 of 255 = 44%

241
224
111

R + G + B ~ 76%. #F1E06F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 224 + 111 = 576 (100%)
R 241 of 576 ~ 41.84%
G 224 of 576 ~ 38.89%
B 111 of 576 ~ 19.27%

%41.84
%38.89
%19.27

CMYK color model

#F1E06F color CMYK value is (0,7,54,5).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 53.94%
  • key color value is 5.49%
CMYK:
(0,7,54,5)
C0M7Y54K5 
(0%,7%,54%,5%)
(0.00/0.07/0.54/0.05)	

CMYK percentages

%0
%7.05
%53.94
%5.49

Codes

Color #F1E06F in popluar color models

F1E06F
RGB241224111
HSL52°82.28%69.02%
HSB/HSV52°53.94%94.51%
CMYK0.00%7.05%53.94%
5.49%

Color #F1E06F in popluar number systems.

HEXF1E06F
Decimal241224111
Binary11110001111000001101111
Octal361340157

Shades and tints

Shades of #F1E06F

#F1E06F
(241,224,111)
#DCCC65
(220,204,101)
#C7B85B
(199,184,91)
#B2A451
(178,164,81)
#9D9047
(157,144,71)
#887C3D
(136,124,61)
#736833
(115,104,51)
#5E5429
(94,84,41)
#49401F
(73,64,31)
#342C15
(52,44,21)
#1F180B
(31,24,11)
#000000
(0,0,0)

Tints of #F1E06F

#F1E06F
(241,224,111)
#F2E27C
(242,226,124)
#F3E489
(243,228,137)
#F4E696
(244,230,150)
#F5E8A3
(245,232,163)
#F6EAB0
(246,234,176)
#F7ECBD
(247,236,189)
#F8EECA
(248,238,202)
#F9F0D7
(249,240,215)
#FAF2E4
(250,242,228)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E06F; }

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

This text font color is #F1E06F.


Background Color

.myBgColor { background-color: #F1E06F; }

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

This div background color is #F1E06F.


Border color

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

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

This div border color is #F1E06F.


Opacity

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

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

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

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

This text has shadow with #F1E06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E06F on black background.


Color preview on white background

This text has color #F1E06F on white background.



Black color preview on #F1E06F background

This text has black color on #F1E06F background.


White color preview on #F1E06F background

This text has white color on #F1E06F background.