Shades of Golden Glow #F9D88B
Tints of Golden Glow #F9D88B
RGB
CMYK
RGB Variations
Color information
#F9D88B (or 0xF9D88B) is known color: Golden Glow. HEX triplet: F9, D8 and 8B. RGB value is (249,216,139). Sum of RGB (Red+Green+Blue) = 249+216+139=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D88B is #062774. Grayscale: #D9D9D9. Windows color (decimal): -403317 or 9165049. OLE color: 9165049.
HSL color Cylindrical-coordinate representation of color #F9D88B: hue angle of 42º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9D88B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 139 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.02 |
| HSL | 42º | 0.9% | 0.76% | - |
| HSV(B) | 42º | 0.44% | 0.98% | - |
| XYZ | 68.28 | 71.12 | 34.55 | - |
| YUV | 217.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 139 | 0 | 0.13 | 0.44 | 0.02 | 42 | 0.9 | 0.76 |
| Hex | F9 | D8 | 8B | 0 | D | 2C | 2 | 2A | 5A | 4C |
| Octal | 371 | 330 | 213 | 0 | 15 | 54 | 2 | 52 | 132 | 114 |
| Binary | 11111001 | 11011000 | 10001011 | 0 | 1101 | 101100 | 10 | 101010 | 1011010 | 1001100 |
Color Harmonies of #F9D88B
Complementary color
Monochromatic Colors of #F9D88B
Black with #F9D88B
Text Example
Text Example
White with #F9D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D88B; }
p { color: rgb(249,216,139); }
H1.HeaderClassName
{
color: #F9D88B;
}
.AnyTagClassName
{
color: #F9D88B;
}
</style>
background-color css
<style>
a { background-color: #F9D88B; }
a { background-color: rgb(249,216,139); }
div.DivClassName
{
background-color: #F9D88B;
}
.BgClassName
{
background-color: #F9D88B;
}
</style>
border-color css
<style>
span { border-color: #F9D88B; }
span { border-color: rgb(249,216,139); }
td.TdClassName
{
border-color: #F9D88B;
}
.TagClassName
{
border-color: #F9D88B;
}
</style>