COLOR #F9EA97

HEX: #F9EA97
RGB: (249,234,151)

Color info

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

RGB color model

#F9EA97 color RGB value is (249,234,151).

  • red value is 249;
  • green value is 234;
  • blue value is 151.
RGB:
(249,234,151)
(98%,92%,59%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 151 of 255 = 59%

249
234
151

R + G + B ~ 83%. #F9EA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 151 = 634 (100%)
R 249 of 634 ~ 39.27%
G 234 of 634 ~ 36.91%
B 151 of 634 ~ 23.82%

%39.27
%36.91
%23.82

CMYK color model

#F9EA97 color CMYK value is (0,6,39,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 39.36%
  • key color value is 2.35%
CMYK:
(0,6,39,2)
C0M6Y39K2 
(0%,6%,39%,2%)
(0.00/0.06/0.39/0.02)	

CMYK percentages

%0
%6.02
%39.36
%2.35

Codes

Color #F9EA97 in popluar color models

F9EA97
RGB249234151
HSL51°89.09%78.43%
HSB/HSV51°39.36%97.65%
CMYK0.00%6.02%39.36%
2.35%

Color #F9EA97 in popluar number systems.

HEXF9EA97
Decimal249234151
Binary111110011110101010010111
Octal371352227

Shades and tints

Shades of #F9EA97

#F9EA97
(249,234,151)
#E3D58A
(227,213,138)
#CDC07D
(205,192,125)
#B7AB70
(183,171,112)
#A19663
(161,150,99)
#8B8156
(139,129,86)
#756C49
(117,108,73)
#5F573C
(95,87,60)
#49422F
(73,66,47)
#332D22
(51,45,34)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9EA97

#F9EA97
(249,234,151)
#F9EBA0
(249,235,160)
#F9ECA9
(249,236,169)
#F9EDB2
(249,237,178)
#F9EEBB
(249,238,187)
#F9EFC4
(249,239,196)
#F9F0CD
(249,240,205)
#F9F1D6
(249,241,214)
#F9F2DF
(249,242,223)
#F9F3E8
(249,243,232)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EA97 color. Also use rgb(249,234,151) instead hex code.

Text Font Color

.myTextColor { color: #F9EA97; }

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

This text font color is #F9EA97.


Background Color

.myBgColor { background-color: #F9EA97; }

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

This div background color is #F9EA97.


Border color

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

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

This div border color is #F9EA97.


Opacity

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

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

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

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

This text has shadow with #F9EA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EA97 on black background.


Color preview on white background

This text has color #F9EA97 on white background.



Black color preview on #F9EA97 background

This text has black color on #F9EA97 background.


White color preview on #F9EA97 background

This text has white color on #F9EA97 background.