Shades of Golden Glow #F9D77A
Tints of Golden Glow #F9D77A
RGB
CMYK
RGB Variations
Color information
#F9D77A (or 0xF9D77A) is known color: Golden Glow. HEX triplet: F9, D7 and 7A. RGB value is (249,215,122). Sum of RGB (Red+Green+Blue) = 249+215+122=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D77A is #062885. Grayscale: #D6D6D6. Windows color (decimal): -403590 or 8050681. OLE color: 8050681.
HSL color Cylindrical-coordinate representation of color #F9D77A: hue angle of 43.94º 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 #F9D77A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 122 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.02 |
| HSL | 43.94º | 0.91% | 0.73% | - |
| HSV(B) | 43.94º | 0.51% | 0.98% | - |
| XYZ | 66.88 | 70.15 | 28.43 | - |
| YUV | 214.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 122 | 0 | 0.14 | 0.51 | 0.02 | 43.94 | 0.91 | 0.73 |
| Hex | F9 | D7 | 7A | 0 | E | 33 | 2 | 2C | 5B | 49 |
| Octal | 371 | 327 | 172 | 0 | 16 | 63 | 2 | 54 | 133 | 111 |
| Binary | 11111001 | 11010111 | 1111010 | 0 | 1110 | 110011 | 10 | 101100 | 1011011 | 1001001 |
Color Harmonies of #F9D77A
Complementary color
Monochromatic Colors of #F9D77A
Black with #F9D77A
Text Example
Text Example
White with #F9D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D77A; }
p { color: rgb(249,215,122); }
H1.HeaderClassName
{
color: #F9D77A;
}
.AnyTagClassName
{
color: #F9D77A;
}
</style>
background-color css
<style>
a { background-color: #F9D77A; }
a { background-color: rgb(249,215,122); }
div.DivClassName
{
background-color: #F9D77A;
}
.BgClassName
{
background-color: #F9D77A;
}
</style>
border-color css
<style>
span { border-color: #F9D77A; }
span { border-color: rgb(249,215,122); }
td.TdClassName
{
border-color: #F9D77A;
}
.TagClassName
{
border-color: #F9D77A;
}
</style>