Shades of Golden Glow #F5D079
Tints of Golden Glow #F5D079
RGB
CMYK
RGB Variations
Color information
#F5D079 (or 0xF5D079) is known color: Golden Glow. HEX triplet: F5, D0 and 79. RGB value is (245,208,121). Sum of RGB (Red+Green+Blue) = 245+208+121=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D079 is #0A2F86. Grayscale: #D1D1D1. Windows color (decimal): -667527 or 7983349. OLE color: 7983349.
HSL color Cylindrical-coordinate representation of color #F5D079: hue angle of 42.1º 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 #F5D079 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 121 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.04 |
| HSL | 42.1º | 0.86% | 0.72% | - |
| HSV(B) | 42.1º | 0.51% | 0.96% | - |
| XYZ | 63.66 | 65.9 | 27.45 | - |
| YUV | 209.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 121 | 0 | 0.15 | 0.51 | 0.04 | 42.1 | 0.86 | 0.72 |
| Hex | F5 | D0 | 79 | 0 | F | 33 | 4 | 2A | 56 | 48 |
| Octal | 365 | 320 | 171 | 0 | 17 | 63 | 4 | 52 | 126 | 110 |
| Binary | 11110101 | 11010000 | 1111001 | 0 | 1111 | 110011 | 100 | 101010 | 1010110 | 1001000 |
Color Harmonies of #F5D079
Complementary color
Monochromatic Colors of #F5D079
Black with #F5D079
Text Example
Text Example
White with #F5D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D079; }
p { color: rgb(245,208,121); }
H1.HeaderClassName
{
color: #F5D079;
}
.AnyTagClassName
{
color: #F5D079;
}
</style>
background-color css
<style>
a { background-color: #F5D079; }
a { background-color: rgb(245,208,121); }
div.DivClassName
{
background-color: #F5D079;
}
.BgClassName
{
background-color: #F5D079;
}
</style>
border-color css
<style>
span { border-color: #F5D079; }
span { border-color: rgb(245,208,121); }
td.TdClassName
{
border-color: #F5D079;
}
.TagClassName
{
border-color: #F5D079;
}
</style>