COLOR #F1E391

HEX: #F1E391
RGB: (241,227,145)

Color info

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

RGB color model

#F1E391 color RGB value is (241,227,145).

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

RGB channels and saturation

R 241 of 255 = 95%
G 227 of 255 = 89%
B 145 of 255 = 57%

241
227
145

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

Portions of RGB colors in percentages

R + G + B =
241 + 227 + 145 = 613 (100%)
R 241 of 613 ~ 39.31%
G 227 of 613 ~ 37.03%
B 145 of 613 ~ 23.65%

%39.31
%37.03
%23.65

CMYK color model

#F1E391 color CMYK value is (0,6,40,5).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 39.83%
  • key color value is 5.49%
CMYK:
(0,6,40,5)
C0M6Y40K5 
(0%,6%,40%,5%)
(0.00/0.06/0.40/0.05)	

CMYK percentages

%0
%5.81
%39.83
%5.49

Codes

Color #F1E391 in popluar color models

F1E391
RGB241227145
HSL51°77.42%75.69%
HSB/HSV51°39.83%94.51%
CMYK0.00%5.81%39.83%
5.49%

Color #F1E391 in popluar number systems.

HEXF1E391
Decimal241227145
Binary111100011110001110010001
Octal361343221

Shades and tints

Shades of #F1E391

#F1E391
(241,227,145)
#DCCF84
(220,207,132)
#C7BB77
(199,187,119)
#B2A76A
(178,167,106)
#9D935D
(157,147,93)
#887F50
(136,127,80)
#736B43
(115,107,67)
#5E5736
(94,87,54)
#494329
(73,67,41)
#342F1C
(52,47,28)
#1F1B0F
(31,27,15)
#000000
(0,0,0)

Tints of #F1E391

#F1E391
(241,227,145)
#F2E59B
(242,229,155)
#F3E7A5
(243,231,165)
#F4E9AF
(244,233,175)
#F5EBB9
(245,235,185)
#F6EDC3
(246,237,195)
#F7EFCD
(247,239,205)
#F8F1D7
(248,241,215)
#F9F3E1
(249,243,225)
#FAF5EB
(250,245,235)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E391; }

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

This text font color is #F1E391.


Background Color

.myBgColor { background-color: #F1E391; }

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

This div background color is #F1E391.


Border color

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

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

This div border color is #F1E391.


Opacity

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

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

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

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

This text has shadow with #F1E391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E391 on black background.


Color preview on white background

This text has color #F1E391 on white background.



Black color preview on #F1E391 background

This text has black color on #F1E391 background.


White color preview on #F1E391 background

This text has white color on #F1E391 background.