Shades of Golden Glow #F5D179
Tints of Golden Glow #F5D179
RGB
CMYK
RGB Variations
Color information
#F5D179 (or 0xF5D179) is known color: Golden Glow. HEX triplet: F5, D1 and 79. RGB value is (245,209,121). Sum of RGB (Red+Green+Blue) = 245+209+121=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D179 is #0A2E86. Grayscale: #D2D2D2. Windows color (decimal): -667271 or 7983605. OLE color: 7983605.
HSL color Cylindrical-coordinate representation of color #F5D179: hue angle of 42.58º 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 #F5D179 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 121 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.04 |
| HSL | 42.58º | 0.86% | 0.72% | - |
| HSV(B) | 42.58º | 0.51% | 0.96% | - |
| XYZ | 63.91 | 66.39 | 27.54 | - |
| YUV | 209.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 121 | 0 | 0.15 | 0.51 | 0.04 | 42.58 | 0.86 | 0.72 |
| Hex | F5 | D1 | 79 | 0 | F | 33 | 4 | 2B | 56 | 48 |
| Octal | 365 | 321 | 171 | 0 | 17 | 63 | 4 | 53 | 126 | 110 |
| Binary | 11110101 | 11010001 | 1111001 | 0 | 1111 | 110011 | 100 | 101011 | 1010110 | 1001000 |
Color Harmonies of #F5D179
Complementary color
Monochromatic Colors of #F5D179
Black with #F5D179
Text Example
Text Example
White with #F5D179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D179; }
p { color: rgb(245,209,121); }
H1.HeaderClassName
{
color: #F5D179;
}
.AnyTagClassName
{
color: #F5D179;
}
</style>
background-color css
<style>
a { background-color: #F5D179; }
a { background-color: rgb(245,209,121); }
div.DivClassName
{
background-color: #F5D179;
}
.BgClassName
{
background-color: #F5D179;
}
</style>
border-color css
<style>
span { border-color: #F5D179; }
span { border-color: rgb(245,209,121); }
td.TdClassName
{
border-color: #F5D179;
}
.TagClassName
{
border-color: #F5D179;
}
</style>