COLOR #F8DC9F

HEX: #F8DC9F
RGB: (248,220,159)

Color info

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

RGB color model

#F8DC9F color RGB value is (248,220,159).

  • red value is 248;
  • green value is 220;
  • blue value is 159.
RGB:
(248,220,159)
(97%,86%,62%)

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 159 of 255 = 62%

248
220
159

R + G + B ~ 82%. #F8DC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 159 = 627 (100%)
R 248 of 627 ~ 39.55%
G 220 of 627 ~ 35.09%
B 159 of 627 ~ 25.36%

%39.55
%35.09
%25.36

CMYK color model

#F8DC9F color CMYK value is (0,11,36,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 35.89%
  • key color value is 2.75%
CMYK:
(0,11,36,3)
C0M11Y36K3 
(0%,11%,36%,3%)
(0.00/0.11/0.36/0.03)	

CMYK percentages

%0
%11.29
%35.89
%2.75

Codes

Color #F8DC9F in popluar color models

F8DC9F
RGB248220159
HSL41°86.41%79.80%
HSB/HSV41°35.89%97.25%
CMYK0.00%11.29%35.89%
2.75%

Color #F8DC9F in popluar number systems.

HEXF8DC9F
Decimal248220159
Binary111110001101110010011111
Octal370334237

Shades and tints

Shades of #F8DC9F

#F8DC9F
(248,220,159)
#E2C891
(226,200,145)
#CCB483
(204,180,131)
#B6A075
(182,160,117)
#A08C67
(160,140,103)
#8A7859
(138,120,89)
#74644B
(116,100,75)
#5E503D
(94,80,61)
#483C2F
(72,60,47)
#322821
(50,40,33)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #F8DC9F

#F8DC9F
(248,220,159)
#F8DFA7
(248,223,167)
#F8E2AF
(248,226,175)
#F8E5B7
(248,229,183)
#F8E8BF
(248,232,191)
#F8EBC7
(248,235,199)
#F8EECF
(248,238,207)
#F8F1D7
(248,241,215)
#F8F4DF
(248,244,223)
#F8F7E7
(248,247,231)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DC9F color. Also use rgb(248,220,159) instead hex code.

Text Font Color

.myTextColor { color: #F8DC9F; }

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

This text font color is #F8DC9F.


Background Color

.myBgColor { background-color: #F8DC9F; }

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

This div background color is #F8DC9F.


Border color

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

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

This div border color is #F8DC9F.


Opacity

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

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

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

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

This text has shadow with #F8DC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DC9F on black background.


Color preview on white background

This text has color #F8DC9F on white background.



Black color preview on #F8DC9F background

This text has black color on #F8DC9F background.


White color preview on #F8DC9F background

This text has white color on #F8DC9F background.