Shades of Golden Glow #F5D579
Tints of Golden Glow #F5D579
RGB
CMYK
RGB Variations
Color information
#F5D579 (or 0xF5D579) is known color: Golden Glow. HEX triplet: F5, D5 and 79. RGB value is (245,213,121). Sum of RGB (Red+Green+Blue) = 245+213+121=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 121 (47.66% from 255 or 20.90% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D579 is #0A2A86. Grayscale: #D4D4D4. Windows color (decimal): -666247 or 7984629. OLE color: 7984629.
HSL color Cylindrical-coordinate representation of color #F5D579: hue angle of 44.52º 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 #F5D579 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 121 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.04 |
| HSL | 44.52º | 0.86% | 0.72% | - |
| HSV(B) | 44.52º | 0.51% | 0.96% | - |
| XYZ | 64.9 | 68.38 | 27.87 | - |
| YUV | 212.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 121 | 0 | 0.13 | 0.51 | 0.04 | 44.52 | 0.86 | 0.72 |
| Hex | F5 | D5 | 79 | 0 | D | 33 | 4 | 2D | 56 | 48 |
| Octal | 365 | 325 | 171 | 0 | 15 | 63 | 4 | 55 | 126 | 110 |
| Binary | 11110101 | 11010101 | 1111001 | 0 | 1101 | 110011 | 100 | 101101 | 1010110 | 1001000 |
Color Harmonies of #F5D579
Complementary color
Monochromatic Colors of #F5D579
Black with #F5D579
Text Example
Text Example
White with #F5D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D579; }
p { color: rgb(245,213,121); }
H1.HeaderClassName
{
color: #F5D579;
}
.AnyTagClassName
{
color: #F5D579;
}
</style>
background-color css
<style>
a { background-color: #F5D579; }
a { background-color: rgb(245,213,121); }
div.DivClassName
{
background-color: #F5D579;
}
.BgClassName
{
background-color: #F5D579;
}
</style>
border-color css
<style>
span { border-color: #F5D579; }
span { border-color: rgb(245,213,121); }
td.TdClassName
{
border-color: #F5D579;
}
.TagClassName
{
border-color: #F5D579;
}
</style>