#F8D87C

Color #F8D87C Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #F8D87C

Tints of Golden Glow #F8D87C

Color information

#F8D87C (or 0xF8D87C) is unknown color: approx Golden Glow. HEX triplet: F8, D8 and 7C. RGB value is (248,216,124). Sum of RGB (Red+Green+Blue) = 248+216+124=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D87C is #072783. Grayscale: #D7D7D7. Windows color (decimal): -468868 or 8182008. OLE color: 8182008.

HSL color Cylindrical-coordinate representation of color #F8D87C: hue angle of 44.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8D87C is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB248216124-
CMYK00.130.50.03
HSL44.52º89.86%72.94%-
HSV(B)44.52º50%97.25%-
XYZ66.9170.5229.15-
YUV215.0876.6151.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 124 (48.83% from 255) = 21.09%
R=42.18%
G=36.73%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821612400.130.50.0344.5289.8672.94
HexF8D87C0D3232d5a49
Octal37033017401562355132111
Binary11111000110110001111100011011100101110110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D87C; }

 p { color: rgb(248,216,124); }

 H1.HeaderClassName
 {
   color: #F8D87C;
 }
 .AnyTagClassName
 {
   color: #F8D87C;
 }
</style>
background-color css

<style>
 a { background-color: #F8D87C; }

 a { background-color: rgb(248,216,124); }

 div.DivClassName
 {
   background-color: #F8D87C;
 }
 .BgClassName
 {
   background-color: #F8D87C;
 }
</style>
border-color css

<style>
 span { border-color: #F8D87C; }

 span { border-color: rgb(248,216,124); }

 td.TdClassName
 {
   border-color: #F8D87C;
 }
 .TagClassName
 {
   border-color: #F8D87C;
 }
</style>