COLOR #F1E28D

HEX: #F1E28D
RGB: (241,226,141)

Color info

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

RGB color model

#F1E28D color RGB value is (241,226,141).

  • red value is 241;
  • green value is 226;
  • blue value is 141.
RGB:
(241,226,141)
(95%,89%,55%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 141 of 255 = 55%

241
226
141

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 141 = 608 (100%)
R 241 of 608 ~ 39.64%
G 226 of 608 ~ 37.17%
B 141 of 608 ~ 23.19%

%39.64
%37.17
%23.19

CMYK color model

#F1E28D color CMYK value is (0,6,41,5).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 41.49%
  • key color value is 5.49%
CMYK:
(0,6,41,5)
C0M6Y41K5 
(0%,6%,41%,5%)
(0.00/0.06/0.41/0.05)	

CMYK percentages

%0
%6.22
%41.49
%5.49

Codes

Color #F1E28D in popluar color models

F1E28D
RGB241226141
HSL51°78.13%74.90%
HSB/HSV51°41.49%94.51%
CMYK0.00%6.22%41.49%
5.49%

Color #F1E28D in popluar number systems.

HEXF1E28D
Decimal241226141
Binary111100011110001010001101
Octal361342215

Shades and tints

Shades of #F1E28D

#F1E28D
(241,226,141)
#DCCE81
(220,206,129)
#C7BA75
(199,186,117)
#B2A669
(178,166,105)
#9D925D
(157,146,93)
#887E51
(136,126,81)
#736A45
(115,106,69)
#5E5639
(94,86,57)
#49422D
(73,66,45)
#342E21
(52,46,33)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #F1E28D

#F1E28D
(241,226,141)
#F2E497
(242,228,151)
#F3E6A1
(243,230,161)
#F4E8AB
(244,232,171)
#F5EAB5
(245,234,181)
#F6ECBF
(246,236,191)
#F7EEC9
(247,238,201)
#F8F0D3
(248,240,211)
#F9F2DD
(249,242,221)
#FAF4E7
(250,244,231)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E28D color. Also use rgb(241,226,141) instead hex code.

Text Font Color

.myTextColor { color: #F1E28D; }

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

This text font color is #F1E28D.


Background Color

.myBgColor { background-color: #F1E28D; }

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

This div background color is #F1E28D.


Border color

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

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

This div border color is #F1E28D.


Opacity

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

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

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

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

This text has shadow with #F1E28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E28D on black background.


Color preview on white background

This text has color #F1E28D on white background.



Black color preview on #F1E28D background

This text has black color on #F1E28D background.


White color preview on #F1E28D background

This text has white color on #F1E28D background.