COLOR #F1E39F

HEX: #F1E39F
RGB: (241,227,159)

Color info

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

RGB color model

#F1E39F color RGB value is (241,227,159).

  • red value is 241;
  • green value is 227;
  • blue value is 159.
RGB:
(241,227,159)
(95%,89%,62%)

RGB channels and saturation

R 241 of 255 = 95%
G 227 of 255 = 89%
B 159 of 255 = 62%

241
227
159

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

Portions of RGB colors in percentages

R + G + B =
241 + 227 + 159 = 627 (100%)
R 241 of 627 ~ 38.44%
G 227 of 627 ~ 36.2%
B 159 of 627 ~ 25.36%

%38.44
%36.2
%25.36

CMYK color model

#F1E39F color CMYK value is (0,6,34,5).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 34.02%
  • key color value is 5.49%
CMYK:
(0,6,34,5)
C0M6Y34K5 
(0%,6%,34%,5%)
(0.00/0.06/0.34/0.05)	

CMYK percentages

%0
%5.81
%34.02
%5.49

Codes

Color #F1E39F in popluar color models

F1E39F
RGB241227159
HSL50°74.55%78.43%
HSB/HSV50°34.02%94.51%
CMYK0.00%5.81%34.02%
5.49%

Color #F1E39F in popluar number systems.

HEXF1E39F
Decimal241227159
Binary111100011110001110011111
Octal361343237

Shades and tints

Shades of #F1E39F

#F1E39F
(241,227,159)
#DCCF91
(220,207,145)
#C7BB83
(199,187,131)
#B2A775
(178,167,117)
#9D9367
(157,147,103)
#887F59
(136,127,89)
#736B4B
(115,107,75)
#5E573D
(94,87,61)
#49432F
(73,67,47)
#342F21
(52,47,33)
#1F1B13
(31,27,19)
#000000
(0,0,0)

Tints of #F1E39F

#F1E39F
(241,227,159)
#F2E5A7
(242,229,167)
#F3E7AF
(243,231,175)
#F4E9B7
(244,233,183)
#F5EBBF
(245,235,191)
#F6EDC7
(246,237,199)
#F7EFCF
(247,239,207)
#F8F1D7
(248,241,215)
#F9F3DF
(249,243,223)
#FAF5E7
(250,245,231)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E39F color. Also use rgb(241,227,159) instead hex code.

Text Font Color

.myTextColor { color: #F1E39F; }

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

This text font color is #F1E39F.


Background Color

.myBgColor { background-color: #F1E39F; }

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

This div background color is #F1E39F.


Border color

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

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

This div border color is #F1E39F.


Opacity

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

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

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

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

This text has shadow with #F1E39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E39F on black background.


Color preview on white background

This text has color #F1E39F on white background.



Black color preview on #F1E39F background

This text has black color on #F1E39F background.


White color preview on #F1E39F background

This text has white color on #F1E39F background.