COLOR #F9E17D

HEX: #F9E17D
RGB: (249,225,125)

Color info

#F9E17D contains mainly red and green colors. Web safe color of #F9E17D is #FFCC66 (or #FC6).

RGB color model

#F9E17D color RGB value is (249,225,125).

  • red value is 249;
  • green value is 225;
  • blue value is 125.
RGB:
(249,225,125)
(98%,88%,49%)

RGB channels and saturation

R 249 of 255 = 98%
G 225 of 255 = 88%
B 125 of 255 = 49%

249
225
125

R + G + B ~ 78%. #F9E17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 225 + 125 = 599 (100%)
R 249 of 599 ~ 41.57%
G 225 of 599 ~ 37.56%
B 125 of 599 ~ 20.87%

%41.57
%37.56
%20.87

CMYK color model

#F9E17D color CMYK value is (0,10,50,2).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 49.80%
  • key color value is 2.35%
CMYK:
(0,10,50,2)
C0M10Y50K2 
(0%,10%,50%,2%)
(0.00/0.10/0.50/0.02)	

CMYK percentages

%0
%9.64
%49.8
%2.35

Codes

Color #F9E17D in popluar color models

F9E17D
RGB249225125
HSL48°91.18%73.33%
HSB/HSV48°49.80%97.65%
CMYK0.00%9.64%49.80%
2.35%

Color #F9E17D in popluar number systems.

HEXF9E17D
Decimal249225125
Binary11111001111000011111101
Octal371341175

Shades and tints

Shades of #F9E17D

#F9E17D
(249,225,125)
#E3CD72
(227,205,114)
#CDB967
(205,185,103)
#B7A55C
(183,165,92)
#A19151
(161,145,81)
#8B7D46
(139,125,70)
#75693B
(117,105,59)
#5F5530
(95,85,48)
#494125
(73,65,37)
#332D1A
(51,45,26)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #F9E17D

#F9E17D
(249,225,125)
#F9E388
(249,227,136)
#F9E593
(249,229,147)
#F9E79E
(249,231,158)
#F9E9A9
(249,233,169)
#F9EBB4
(249,235,180)
#F9EDBF
(249,237,191)
#F9EFCA
(249,239,202)
#F9F1D5
(249,241,213)
#F9F3E0
(249,243,224)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E17D color. Also use rgb(249,225,125) instead hex code.

Text Font Color

.myTextColor { color: #F9E17D; }

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

This text font color is #F9E17D.


Background Color

.myBgColor { background-color: #F9E17D; }

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

This div background color is #F9E17D.


Border color

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

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

This div border color is #F9E17D.


Opacity

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

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

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

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

This text has shadow with #F9E17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E17D on black background.


Color preview on white background

This text has color #F9E17D on white background.



Black color preview on #F9E17D background

This text has black color on #F9E17D background.


White color preview on #F9E17D background

This text has white color on #F9E17D background.