Shades of Golden Glow #F5D97B
Tints of Golden Glow #F5D97B
RGB
CMYK
RGB Variations
Color information
#F5D97B (or 0xF5D97B) is known color: Golden Glow. HEX triplet: F5, D9 and 7B. RGB value is (245,217,123). Sum of RGB (Red+Green+Blue) = 245+217+123=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D97B is #0A2684. Grayscale: #D7D7D7. Windows color (decimal): -665221 or 8116725. OLE color: 8116725.
HSL color Cylindrical-coordinate representation of color #F5D97B: hue angle of 46.23º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5D97B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 123 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 46.23º | 0.86% | 0.72% | - |
| HSV(B) | 46.23º | 0.5% | 0.96% | - |
| XYZ | 66.04 | 70.47 | 28.86 | - |
| YUV | 214.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 123 | 0 | 0.11 | 0.50 | 0.04 | 46.23 | 0.86 | 0.72 |
| Hex | F5 | D9 | 7B | 0 | B | 32 | 4 | 2E | 56 | 48 |
| Octal | 365 | 331 | 173 | 0 | 13 | 62 | 4 | 56 | 126 | 110 |
| Binary | 11110101 | 11011001 | 1111011 | 0 | 1011 | 110010 | 100 | 101110 | 1010110 | 1001000 |
Color Harmonies of #F5D97B
Complementary color
Monochromatic Colors of #F5D97B
Black with #F5D97B
Text Example
Text Example
White with #F5D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D97B; }
p { color: rgb(245,217,123); }
H1.HeaderClassName
{
color: #F5D97B;
}
.AnyTagClassName
{
color: #F5D97B;
}
</style>
background-color css
<style>
a { background-color: #F5D97B; }
a { background-color: rgb(245,217,123); }
div.DivClassName
{
background-color: #F5D97B;
}
.BgClassName
{
background-color: #F5D97B;
}
</style>
border-color css
<style>
span { border-color: #F5D97B; }
span { border-color: rgb(245,217,123); }
td.TdClassName
{
border-color: #F5D97B;
}
.TagClassName
{
border-color: #F5D97B;
}
</style>