Shades of Golden Glow #F9D97A
Tints of Golden Glow #F9D97A
RGB
CMYK
RGB Variations
Color information
#F9D97A (or 0xF9D97A) is known color: Golden Glow. HEX triplet: F9, D9 and 7A. RGB value is (249,217,122). Sum of RGB (Red+Green+Blue) = 249+217+122=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D97A is #062685. Grayscale: #D8D8D8. Windows color (decimal): -403078 or 8051193. OLE color: 8051193.
HSL color Cylindrical-coordinate representation of color #F9D97A: hue angle of 44.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9D97A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 122 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.02 |
| HSL | 44.88º | 0.91% | 0.73% | - |
| HSV(B) | 44.88º | 0.51% | 0.98% | - |
| XYZ | 67.39 | 71.17 | 28.6 | - |
| YUV | 215.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 122 | 0 | 0.13 | 0.51 | 0.02 | 44.88 | 0.91 | 0.73 |
| Hex | F9 | D9 | 7A | 0 | D | 33 | 2 | 2D | 5B | 49 |
| Octal | 371 | 331 | 172 | 0 | 15 | 63 | 2 | 55 | 133 | 111 |
| Binary | 11111001 | 11011001 | 1111010 | 0 | 1101 | 110011 | 10 | 101101 | 1011011 | 1001001 |
Color Harmonies of #F9D97A
Complementary color
Monochromatic Colors of #F9D97A
Black with #F9D97A
Text Example
Text Example
White with #F9D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D97A; }
p { color: rgb(249,217,122); }
H1.HeaderClassName
{
color: #F9D97A;
}
.AnyTagClassName
{
color: #F9D97A;
}
</style>
background-color css
<style>
a { background-color: #F9D97A; }
a { background-color: rgb(249,217,122); }
div.DivClassName
{
background-color: #F9D97A;
}
.BgClassName
{
background-color: #F9D97A;
}
</style>
border-color css
<style>
span { border-color: #F9D97A; }
span { border-color: rgb(249,217,122); }
td.TdClassName
{
border-color: #F9D97A;
}
.TagClassName
{
border-color: #F9D97A;
}
</style>