Shades of Golden Glow #F9D98B
Tints of Golden Glow #F9D98B
RGB
CMYK
RGB Variations
Color information
#F9D98B (or 0xF9D98B) is known color: Golden Glow. HEX triplet: F9, D9 and 8B. RGB value is (249,217,139). Sum of RGB (Red+Green+Blue) = 249+217+139=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D98B is #062674. Grayscale: #DADADA. Windows color (decimal): -403061 or 9165305. OLE color: 9165305.
HSL color Cylindrical-coordinate representation of color #F9D98B: hue angle of 42.55º 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 #F9D98B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 139 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.02 |
| HSL | 42.55º | 0.9% | 0.76% | - |
| HSV(B) | 42.55º | 0.44% | 0.98% | - |
| XYZ | 68.54 | 71.63 | 34.64 | - |
| YUV | 217.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 139 | 0 | 0.13 | 0.44 | 0.02 | 42.55 | 0.9 | 0.76 |
| Hex | F9 | D9 | 8B | 0 | D | 2C | 2 | 2B | 5A | 4C |
| Octal | 371 | 331 | 213 | 0 | 15 | 54 | 2 | 53 | 132 | 114 |
| Binary | 11111001 | 11011001 | 10001011 | 0 | 1101 | 101100 | 10 | 101011 | 1011010 | 1001100 |
Color Harmonies of #F9D98B
Complementary color
Monochromatic Colors of #F9D98B
Black with #F9D98B
Text Example
Text Example
White with #F9D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D98B; }
p { color: rgb(249,217,139); }
H1.HeaderClassName
{
color: #F9D98B;
}
.AnyTagClassName
{
color: #F9D98B;
}
</style>
background-color css
<style>
a { background-color: #F9D98B; }
a { background-color: rgb(249,217,139); }
div.DivClassName
{
background-color: #F9D98B;
}
.BgClassName
{
background-color: #F9D98B;
}
</style>
border-color css
<style>
span { border-color: #F9D98B; }
span { border-color: rgb(249,217,139); }
td.TdClassName
{
border-color: #F9D98B;
}
.TagClassName
{
border-color: #F9D98B;
}
</style>