COLOR #F9ED9E

HEX: #F9ED9E
RGB: (249,237,158)

Color info

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

RGB color model

#F9ED9E color RGB value is (249,237,158).

  • red value is 249;
  • green value is 237;
  • blue value is 158.
RGB:
(249,237,158)
(98%,93%,62%)

RGB channels and saturation

R 249 of 255 = 98%
G 237 of 255 = 93%
B 158 of 255 = 62%

249
237
158

R + G + B ~ 84%. #F9ED9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 237 + 158 = 644 (100%)
R 249 of 644 ~ 38.66%
G 237 of 644 ~ 36.8%
B 158 of 644 ~ 24.53%

%38.66
%36.8
%24.53

CMYK color model

#F9ED9E color CMYK value is (0,5,37,2).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 36.55%
  • key color value is 2.35%
CMYK:
(0,5,37,2)
C0M5Y37K2 
(0%,5%,37%,2%)
(0.00/0.05/0.37/0.02)	

CMYK percentages

%0
%4.82
%36.55
%2.35

Codes

Color #F9ED9E in popluar color models

F9ED9E
RGB249237158
HSL52°88.35%79.80%
HSB/HSV52°36.55%97.65%
CMYK0.00%4.82%36.55%
2.35%

Color #F9ED9E in popluar number systems.

HEXF9ED9E
Decimal249237158
Binary111110011110110110011110
Octal371355236

Shades and tints

Shades of #F9ED9E

#F9ED9E
(249,237,158)
#E3D890
(227,216,144)
#CDC382
(205,195,130)
#B7AE74
(183,174,116)
#A19966
(161,153,102)
#8B8458
(139,132,88)
#756F4A
(117,111,74)
#5F5A3C
(95,90,60)
#49452E
(73,69,46)
#333020
(51,48,32)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #F9ED9E

#F9ED9E
(249,237,158)
#F9EEA6
(249,238,166)
#F9EFAE
(249,239,174)
#F9F0B6
(249,240,182)
#F9F1BE
(249,241,190)
#F9F2C6
(249,242,198)
#F9F3CE
(249,243,206)
#F9F4D6
(249,244,214)
#F9F5DE
(249,245,222)
#F9F6E6
(249,246,230)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ED9E color. Also use rgb(249,237,158) instead hex code.

Text Font Color

.myTextColor { color: #F9ED9E; }

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

This text font color is #F9ED9E.


Background Color

.myBgColor { background-color: #F9ED9E; }

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

This div background color is #F9ED9E.


Border color

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

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

This div border color is #F9ED9E.


Opacity

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

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

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

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

This text has shadow with #F9ED9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ED9E on black background.


Color preview on white background

This text has color #F9ED9E on white background.



Black color preview on #F9ED9E background

This text has black color on #F9ED9E background.


White color preview on #F9ED9E background

This text has white color on #F9ED9E background.