Shades of Golden Glow #F5D97C
Tints of Golden Glow #F5D97C
RGB
CMYK
RGB Variations
Color information
#F5D97C (or 0xF5D97C) is known color: Golden Glow. HEX triplet: F5, D9 and 7C. RGB value is (245,217,124). Sum of RGB (Red+Green+Blue) = 245+217+124=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D97C is #0A2683. Grayscale: #D7D7D7. Windows color (decimal): -665220 or 8182261. OLE color: 8182261.
HSL color Cylindrical-coordinate representation of color #F5D97C: hue angle of 46.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5D97C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 124 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 46.12º | 0.86% | 0.72% | - |
| HSV(B) | 46.12º | 0.49% | 0.96% | - |
| XYZ | 66.11 | 70.49 | 29.19 | - |
| YUV | 214.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 124 | 0 | 0.11 | 0.49 | 0.04 | 46.12 | 0.86 | 0.72 |
| Hex | F5 | D9 | 7C | 0 | B | 31 | 4 | 2E | 56 | 48 |
| Octal | 365 | 331 | 174 | 0 | 13 | 61 | 4 | 56 | 126 | 110 |
| Binary | 11110101 | 11011001 | 1111100 | 0 | 1011 | 110001 | 100 | 101110 | 1010110 | 1001000 |
Color Harmonies of #F5D97C
Complementary color
Monochromatic Colors of #F5D97C
Black with #F5D97C
Text Example
Text Example
White with #F5D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D97C; }
p { color: rgb(245,217,124); }
H1.HeaderClassName
{
color: #F5D97C;
}
.AnyTagClassName
{
color: #F5D97C;
}
</style>
background-color css
<style>
a { background-color: #F5D97C; }
a { background-color: rgb(245,217,124); }
div.DivClassName
{
background-color: #F5D97C;
}
.BgClassName
{
background-color: #F5D97C;
}
</style>
border-color css
<style>
span { border-color: #F5D97C; }
span { border-color: rgb(245,217,124); }
td.TdClassName
{
border-color: #F5D97C;
}
.TagClassName
{
border-color: #F5D97C;
}
</style>