Shades of Golden Glow #F9DB80
Tints of Golden Glow #F9DB80
RGB
CMYK
RGB Variations
Color information
#F9DB80 (or 0xF9DB80) is known color: Golden Glow. HEX triplet: F9, DB and 80. RGB value is (249,219,128). Sum of RGB (Red+Green+Blue) = 249+219+128=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB80 is #06247F. Grayscale: #D9D9D9. Windows color (decimal): -402560 or 8444921. OLE color: 8444921.
HSL color Cylindrical-coordinate representation of color #F9DB80: hue angle of 45.12º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9DB80 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 128 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.02 |
| HSL | 45.12º | 0.91% | 0.74% | - |
| HSV(B) | 45.12º | 0.49% | 0.98% | - |
| XYZ | 68.29 | 72.36 | 30.79 | - |
| YUV | 217.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 128 | 0 | 0.12 | 0.49 | 0.02 | 45.12 | 0.91 | 0.74 |
| Hex | F9 | DB | 80 | 0 | C | 31 | 2 | 2D | 5B | 4A |
| Octal | 371 | 333 | 200 | 0 | 14 | 61 | 2 | 55 | 133 | 112 |
| Binary | 11111001 | 11011011 | 10000000 | 0 | 1100 | 110001 | 10 | 101101 | 1011011 | 1001010 |
Color Harmonies of #F9DB80
Complementary color
Monochromatic Colors of #F9DB80
Black with #F9DB80
Text Example
Text Example
White with #F9DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB80; }
p { color: rgb(249,219,128); }
H1.HeaderClassName
{
color: #F9DB80;
}
.AnyTagClassName
{
color: #F9DB80;
}
</style>
background-color css
<style>
a { background-color: #F9DB80; }
a { background-color: rgb(249,219,128); }
div.DivClassName
{
background-color: #F9DB80;
}
.BgClassName
{
background-color: #F9DB80;
}
</style>
border-color css
<style>
span { border-color: #F9DB80; }
span { border-color: rgb(249,219,128); }
td.TdClassName
{
border-color: #F9DB80;
}
.TagClassName
{
border-color: #F9DB80;
}
</style>