Shades of Golden Glow #F5D979
Tints of Golden Glow #F5D979
RGB
CMYK
RGB Variations
Color information
#F5D979 (or 0xF5D979) is known color: Golden Glow. HEX triplet: F5, D9 and 79. RGB value is (245,217,121). Sum of RGB (Red+Green+Blue) = 245+217+121=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D979 is #0A2686. Grayscale: #D6D6D6. Windows color (decimal): -665223 or 7985653. OLE color: 7985653.
HSL color Cylindrical-coordinate representation of color #F5D979: hue angle of 46.45º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5D979 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 121 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.04 |
| HSL | 46.45º | 0.86% | 0.72% | - |
| HSV(B) | 46.45º | 0.51% | 0.96% | - |
| XYZ | 65.92 | 70.42 | 28.21 | - |
| YUV | 214.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 121 | 0 | 0.11 | 0.51 | 0.04 | 46.45 | 0.86 | 0.72 |
| Hex | F5 | D9 | 79 | 0 | B | 33 | 4 | 2E | 56 | 48 |
| Octal | 365 | 331 | 171 | 0 | 13 | 63 | 4 | 56 | 126 | 110 |
| Binary | 11110101 | 11011001 | 1111001 | 0 | 1011 | 110011 | 100 | 101110 | 1010110 | 1001000 |
Color Harmonies of #F5D979
Complementary color
Monochromatic Colors of #F5D979
Black with #F5D979
Text Example
Text Example
White with #F5D979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D979; }
p { color: rgb(245,217,121); }
H1.HeaderClassName
{
color: #F5D979;
}
.AnyTagClassName
{
color: #F5D979;
}
</style>
background-color css
<style>
a { background-color: #F5D979; }
a { background-color: rgb(245,217,121); }
div.DivClassName
{
background-color: #F5D979;
}
.BgClassName
{
background-color: #F5D979;
}
</style>
border-color css
<style>
span { border-color: #F5D979; }
span { border-color: rgb(245,217,121); }
td.TdClassName
{
border-color: #F5D979;
}
.TagClassName
{
border-color: #F5D979;
}
</style>