#F8D77C

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

Shades of Golden Glow #F8D77C

Tints of Golden Glow #F8D77C

Color information

#F8D77C (or 0xF8D77C) is unknown color: approx Golden Glow. HEX triplet: F8, D7 and 7C. RGB value is (248,215,124). Sum of RGB (Red+Green+Blue) = 248+215+124=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D77C is #072883. Grayscale: #D6D6D6. Windows color (decimal): -469124 or 8181752. OLE color: 8181752.

HSL color Cylindrical-coordinate representation of color #F8D77C: hue angle of 44.03º 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 #F8D77C is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB248215124-
CMYK00.130.50.03
HSL44.03º89.86%72.94%-
HSV(B)44.03º50%97.25%-
XYZ66.6570.0129.07-
YUV214.4976.93151.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 124 (48.83% from 255) = 21.12%
R=42.25%
G=36.63%
B=21.12%

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
Decimal24821512400.130.50.0344.0389.8672.94
HexF8D77C0D3232c5a49
Octal37032717401562354132111
Binary11111000110101111111100011011100101110110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D77C; }

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

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

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

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

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

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

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

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