COLOR #F8D989

HEX: #F8D989
RGB: (248,217,137)

Color info

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

RGB color model

#F8D989 color RGB value is (248,217,137).

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

RGB channels and saturation

R 248 of 255 = 97%
G 217 of 255 = 85%
B 137 of 255 = 54%

248
217
137

R + G + B ~ 79%. #F8D989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 217 + 137 = 602 (100%)
R 248 of 602 ~ 41.2%
G 217 of 602 ~ 36.05%
B 137 of 602 ~ 22.76%

%41.2
%36.05
%22.76

CMYK color model

#F8D989 color CMYK value is (0,13,45,3).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 44.76%
  • key color value is 2.75%
CMYK:
(0,13,45,3)
C0M13Y45K3 
(0%,13%,45%,3%)
(0.00/0.13/0.45/0.03)	

CMYK percentages

%0
%12.5
%44.76
%2.75

Codes

Color #F8D989 in popluar color models

F8D989
RGB248217137
HSL43°88.80%75.49%
HSB/HSV43°44.76%97.25%
CMYK0.00%12.50%44.76%
2.75%

Color #F8D989 in popluar number systems.

HEXF8D989
Decimal248217137
Binary111110001101100110001001
Octal370331211

Shades and tints

Shades of #F8D989

#F8D989
(248,217,137)
#E2C67D
(226,198,125)
#CCB371
(204,179,113)
#B6A065
(182,160,101)
#A08D59
(160,141,89)
#8A7A4D
(138,122,77)
#746741
(116,103,65)
#5E5435
(94,84,53)
#484129
(72,65,41)
#322E1D
(50,46,29)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #F8D989

#F8D989
(248,217,137)
#F8DC93
(248,220,147)
#F8DF9D
(248,223,157)
#F8E2A7
(248,226,167)
#F8E5B1
(248,229,177)
#F8E8BB
(248,232,187)
#F8EBC5
(248,235,197)
#F8EECF
(248,238,207)
#F8F1D9
(248,241,217)
#F8F4E3
(248,244,227)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D989; }

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

This text font color is #F8D989.


Background Color

.myBgColor { background-color: #F8D989; }

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

This div background color is #F8D989.


Border color

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

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

This div border color is #F8D989.


Opacity

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

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

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

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

This text has shadow with #F8D989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D989 on black background.


Color preview on white background

This text has color #F8D989 on white background.



Black color preview on #F8D989 background

This text has black color on #F8D989 background.


White color preview on #F8D989 background

This text has white color on #F8D989 background.