Shades of Golden Glow #F9DA8C
Tints of Golden Glow #F9DA8C
RGB
CMYK
RGB Variations
Color information
#F9DA8C (or 0xF9DA8C) is known color: Golden Glow. HEX triplet: F9, DA and 8C. RGB value is (249,218,140). Sum of RGB (Red+Green+Blue) = 249+218+140=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA8C is #062573. Grayscale: #DADADA. Windows color (decimal): -402804 or 9231097. OLE color: 9231097.
HSL color Cylindrical-coordinate representation of color #F9DA8C: hue angle of 42.94º 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 #F9DA8C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 140 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 42.94º | 0.9% | 0.76% | - |
| HSV(B) | 42.94º | 0.44% | 0.98% | - |
| XYZ | 68.87 | 72.18 | 35.11 | - |
| YUV | 218.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 140 | 0 | 0.12 | 0.44 | 0.02 | 42.94 | 0.9 | 0.76 |
| Hex | F9 | DA | 8C | 0 | C | 2C | 2 | 2B | 5A | 4C |
| Octal | 371 | 332 | 214 | 0 | 14 | 54 | 2 | 53 | 132 | 114 |
| Binary | 11111001 | 11011010 | 10001100 | 0 | 1100 | 101100 | 10 | 101011 | 1011010 | 1001100 |
Color Harmonies of #F9DA8C
Complementary color
Monochromatic Colors of #F9DA8C
Black with #F9DA8C
Text Example
Text Example
White with #F9DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA8C; }
p { color: rgb(249,218,140); }
H1.HeaderClassName
{
color: #F9DA8C;
}
.AnyTagClassName
{
color: #F9DA8C;
}
</style>
background-color css
<style>
a { background-color: #F9DA8C; }
a { background-color: rgb(249,218,140); }
div.DivClassName
{
background-color: #F9DA8C;
}
.BgClassName
{
background-color: #F9DA8C;
}
</style>
border-color css
<style>
span { border-color: #F9DA8C; }
span { border-color: rgb(249,218,140); }
td.TdClassName
{
border-color: #F9DA8C;
}
.TagClassName
{
border-color: #F9DA8C;
}
</style>