COLOR #F1EA92

HEX: #F1EA92
RGB: (241,234,146)

Color info

#F1EA92 contains mainly red and green colors. Web safe color of #F1EA92 is #FFFF99 (or #FF9).

RGB color model

#F1EA92 color RGB value is (241,234,146).

  • red value is 241;
  • green value is 234;
  • blue value is 146.
RGB:
(241,234,146)
(95%,92%,57%)

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 146 of 255 = 57%

241
234
146

R + G + B ~ 81%. #F1EA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 146 = 621 (100%)
R 241 of 621 ~ 38.81%
G 234 of 621 ~ 37.68%
B 146 of 621 ~ 23.51%

%38.81
%37.68
%23.51

CMYK color model

#F1EA92 color CMYK value is (0,3,39,5).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 39.42%
  • key color value is 5.49%
CMYK:
(0,3,39,5)
C0M3Y39K5 
(0%,3%,39%,5%)
(0.00/0.03/0.39/0.05)	

CMYK percentages

%0
%2.9
%39.42
%5.49

Codes

Color #F1EA92 in popluar color models

F1EA92
RGB241234146
HSL56°77.24%75.88%
HSB/HSV56°39.42%94.51%
CMYK0.00%2.90%39.42%
5.49%

Color #F1EA92 in popluar number systems.

HEXF1EA92
Decimal241234146
Binary111100011110101010010010
Octal361352222

Shades and tints

Shades of #F1EA92

#F1EA92
(241,234,146)
#DCD585
(220,213,133)
#C7C078
(199,192,120)
#B2AB6B
(178,171,107)
#9D965E
(157,150,94)
#888151
(136,129,81)
#736C44
(115,108,68)
#5E5737
(94,87,55)
#49422A
(73,66,42)
#342D1D
(52,45,29)
#1F1810
(31,24,16)
#000000
(0,0,0)

Tints of #F1EA92

#F1EA92
(241,234,146)
#F2EB9B
(242,235,155)
#F3ECA4
(243,236,164)
#F4EDAD
(244,237,173)
#F5EEB6
(245,238,182)
#F6EFBF
(246,239,191)
#F7F0C8
(247,240,200)
#F8F1D1
(248,241,209)
#F9F2DA
(249,242,218)
#FAF3E3
(250,243,227)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EA92 color. Also use rgb(241,234,146) instead hex code.

Text Font Color

.myTextColor { color: #F1EA92; }

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

This text font color is #F1EA92.


Background Color

.myBgColor { background-color: #F1EA92; }

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

This div background color is #F1EA92.


Border color

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

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

This div border color is #F1EA92.


Opacity

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

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

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

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

This text has shadow with #F1EA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EA92 on black background.


Color preview on white background

This text has color #F1EA92 on white background.



Black color preview on #F1EA92 background

This text has black color on #F1EA92 background.


White color preview on #F1EA92 background

This text has white color on #F1EA92 background.