COLOR #F8D97D

HEX: #F8D97D
RGB: (248,217,125)

Color info

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

RGB color model

#F8D97D color RGB value is (248,217,125).

  • red value is 248;
  • green value is 217;
  • blue value is 125.
RGB:
(248,217,125)
(97%,85%,49%)

RGB channels and saturation

R 248 of 255 = 97%
G 217 of 255 = 85%
B 125 of 255 = 49%

248
217
125

R + G + B ~ 77%. #F8D97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 217 + 125 = 590 (100%)
R 248 of 590 ~ 42.03%
G 217 of 590 ~ 36.78%
B 125 of 590 ~ 21.19%

%42.03
%36.78
%21.19

CMYK color model

#F8D97D color CMYK value is (0,13,50,3).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 49.60%
  • key color value is 2.75%
CMYK:
(0,13,50,3)
C0M13Y50K3 
(0%,13%,50%,3%)
(0.00/0.13/0.50/0.03)	

CMYK percentages

%0
%12.5
%49.6
%2.75

Codes

Color #F8D97D in popluar color models

F8D97D
RGB248217125
HSL45°89.78%73.14%
HSB/HSV45°49.60%97.25%
CMYK0.00%12.50%49.60%
2.75%

Color #F8D97D in popluar number systems.

HEXF8D97D
Decimal248217125
Binary11111000110110011111101
Octal370331175

Shades and tints

Shades of #F8D97D

#F8D97D
(248,217,125)
#E2C672
(226,198,114)
#CCB367
(204,179,103)
#B6A05C
(182,160,92)
#A08D51
(160,141,81)
#8A7A46
(138,122,70)
#74673B
(116,103,59)
#5E5430
(94,84,48)
#484125
(72,65,37)
#322E1A
(50,46,26)
#1C1B0F
(28,27,15)
#000000
(0,0,0)

Tints of #F8D97D

#F8D97D
(248,217,125)
#F8DC88
(248,220,136)
#F8DF93
(248,223,147)
#F8E29E
(248,226,158)
#F8E5A9
(248,229,169)
#F8E8B4
(248,232,180)
#F8EBBF
(248,235,191)
#F8EECA
(248,238,202)
#F8F1D5
(248,241,213)
#F8F4E0
(248,244,224)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D97D color. Also use rgb(248,217,125) instead hex code.

Text Font Color

.myTextColor { color: #F8D97D; }

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

This text font color is #F8D97D.


Background Color

.myBgColor { background-color: #F8D97D; }

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

This div background color is #F8D97D.


Border color

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

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

This div border color is #F8D97D.


Opacity

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

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

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

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

This text has shadow with #F8D97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D97D on black background.


Color preview on white background

This text has color #F8D97D on white background.



Black color preview on #F8D97D background

This text has black color on #F8D97D background.


White color preview on #F8D97D background

This text has white color on #F8D97D background.