Shades of Golden Glow #F9D97C
Tints of Golden Glow #F9D97C
RGB
CMYK
RGB Variations
Color information
#F9D97C (or 0xF9D97C) is known color: Golden Glow. HEX triplet: F9, D9 and 7C. RGB value is (249,217,124). Sum of RGB (Red+Green+Blue) = 249+217+124=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D97C is #062683. Grayscale: #D8D8D8. Windows color (decimal): -403076 or 8182265. OLE color: 8182265.
HSL color Cylindrical-coordinate representation of color #F9D97C: hue angle of 44.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9D97C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 124 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.02 |
| HSL | 44.64º | 0.91% | 0.73% | - |
| HSV(B) | 44.64º | 0.5% | 0.98% | - |
| XYZ | 67.52 | 71.22 | 29.26 | - |
| YUV | 215.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 124 | 0 | 0.13 | 0.50 | 0.02 | 44.64 | 0.91 | 0.73 |
| Hex | F9 | D9 | 7C | 0 | D | 32 | 2 | 2D | 5B | 49 |
| Octal | 371 | 331 | 174 | 0 | 15 | 62 | 2 | 55 | 133 | 111 |
| Binary | 11111001 | 11011001 | 1111100 | 0 | 1101 | 110010 | 10 | 101101 | 1011011 | 1001001 |
Color Harmonies of #F9D97C
Complementary color
Monochromatic Colors of #F9D97C
Black with #F9D97C
Text Example
Text Example
White with #F9D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D97C; }
p { color: rgb(249,217,124); }
H1.HeaderClassName
{
color: #F9D97C;
}
.AnyTagClassName
{
color: #F9D97C;
}
</style>
background-color css
<style>
a { background-color: #F9D97C; }
a { background-color: rgb(249,217,124); }
div.DivClassName
{
background-color: #F9D97C;
}
.BgClassName
{
background-color: #F9D97C;
}
</style>
border-color css
<style>
span { border-color: #F9D97C; }
span { border-color: rgb(249,217,124); }
td.TdClassName
{
border-color: #F9D97C;
}
.TagClassName
{
border-color: #F9D97C;
}
</style>