Shades of Golden Glow #F5D376
Tints of Golden Glow #F5D376
RGB
CMYK
RGB Variations
Color information
#F5D376 (or 0xF5D376) is known color: Golden Glow. HEX triplet: F5, D3 and 76. RGB value is (245,211,118). Sum of RGB (Red+Green+Blue) = 245+211+118=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D376 is #0A2C89. Grayscale: #D2D2D2. Windows color (decimal): -666762 or 7787509. OLE color: 7787509.
HSL color Cylindrical-coordinate representation of color #F5D376: hue angle of 43.94º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5D376 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 118 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.04 |
| HSL | 43.94º | 0.86% | 0.71% | - |
| HSV(B) | 43.94º | 0.52% | 0.96% | - |
| XYZ | 64.22 | 67.31 | 26.75 | - |
| YUV | 210.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 118 | 0 | 0.14 | 0.52 | 0.04 | 43.94 | 0.86 | 0.71 |
| Hex | F5 | D3 | 76 | 0 | E | 34 | 4 | 2C | 56 | 47 |
| Octal | 365 | 323 | 166 | 0 | 16 | 64 | 4 | 54 | 126 | 107 |
| Binary | 11110101 | 11010011 | 1110110 | 0 | 1110 | 110100 | 100 | 101100 | 1010110 | 1000111 |
Color Harmonies of #F5D376
Complementary color
Monochromatic Colors of #F5D376
Black with #F5D376
Text Example
Text Example
White with #F5D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D376; }
p { color: rgb(245,211,118); }
H1.HeaderClassName
{
color: #F5D376;
}
.AnyTagClassName
{
color: #F5D376;
}
</style>
background-color css
<style>
a { background-color: #F5D376; }
a { background-color: rgb(245,211,118); }
div.DivClassName
{
background-color: #F5D376;
}
.BgClassName
{
background-color: #F5D376;
}
</style>
border-color css
<style>
span { border-color: #F5D376; }
span { border-color: rgb(245,211,118); }
td.TdClassName
{
border-color: #F5D376;
}
.TagClassName
{
border-color: #F5D376;
}
</style>