Shades of Golden Glow #F9D87A
Tints of Golden Glow #F9D87A
RGB
CMYK
RGB Variations
Color information
#F9D87A (or 0xF9D87A) is known color: Golden Glow. HEX triplet: F9, D8 and 7A. RGB value is (249,216,122). Sum of RGB (Red+Green+Blue) = 249+216+122=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D87A is #062785. Grayscale: #D7D7D7. Windows color (decimal): -403334 or 8050937. OLE color: 8050937.
HSL color Cylindrical-coordinate representation of color #F9D87A: hue angle of 44.41º 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 #F9D87A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 122 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.02 |
| HSL | 44.41º | 0.91% | 0.73% | - |
| HSV(B) | 44.41º | 0.51% | 0.98% | - |
| XYZ | 67.14 | 70.66 | 28.51 | - |
| YUV | 215.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 122 | 0 | 0.13 | 0.51 | 0.02 | 44.41 | 0.91 | 0.73 |
| Hex | F9 | D8 | 7A | 0 | D | 33 | 2 | 2C | 5B | 49 |
| Octal | 371 | 330 | 172 | 0 | 15 | 63 | 2 | 54 | 133 | 111 |
| Binary | 11111001 | 11011000 | 1111010 | 0 | 1101 | 110011 | 10 | 101100 | 1011011 | 1001001 |
Color Harmonies of #F9D87A
Complementary color
Monochromatic Colors of #F9D87A
Black with #F9D87A
Text Example
Text Example
White with #F9D87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D87A; }
p { color: rgb(249,216,122); }
H1.HeaderClassName
{
color: #F9D87A;
}
.AnyTagClassName
{
color: #F9D87A;
}
</style>
background-color css
<style>
a { background-color: #F9D87A; }
a { background-color: rgb(249,216,122); }
div.DivClassName
{
background-color: #F9D87A;
}
.BgClassName
{
background-color: #F9D87A;
}
</style>
border-color css
<style>
span { border-color: #F9D87A; }
span { border-color: rgb(249,216,122); }
td.TdClassName
{
border-color: #F9D87A;
}
.TagClassName
{
border-color: #F9D87A;
}
</style>