Shades of Golden Glow #F9DC7C
Tints of Golden Glow #F9DC7C
RGB
CMYK
RGB Variations
Color information
#F9DC7C (or 0xF9DC7C) is known color: Golden Glow. HEX triplet: F9, DC and 7C. RGB value is (249,220,124). Sum of RGB (Red+Green+Blue) = 249+220+124=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC7C is #062383. Grayscale: #DADADA. Windows color (decimal): -402308 or 8183033. OLE color: 8183033.
HSL color Cylindrical-coordinate representation of color #F9DC7C: hue angle of 46.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9DC7C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 124 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 46.08º | 0.91% | 0.73% | - |
| HSV(B) | 46.08º | 0.5% | 0.98% | - |
| XYZ | 68.3 | 72.78 | 29.52 | - |
| YUV | 217.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 124 | 0 | 0.12 | 0.50 | 0.02 | 46.08 | 0.91 | 0.73 |
| Hex | F9 | DC | 7C | 0 | C | 32 | 2 | 2E | 5B | 49 |
| Octal | 371 | 334 | 174 | 0 | 14 | 62 | 2 | 56 | 133 | 111 |
| Binary | 11111001 | 11011100 | 1111100 | 0 | 1100 | 110010 | 10 | 101110 | 1011011 | 1001001 |
Color Harmonies of #F9DC7C
Complementary color
Monochromatic Colors of #F9DC7C
Black with #F9DC7C
Text Example
Text Example
White with #F9DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC7C; }
p { color: rgb(249,220,124); }
H1.HeaderClassName
{
color: #F9DC7C;
}
.AnyTagClassName
{
color: #F9DC7C;
}
</style>
background-color css
<style>
a { background-color: #F9DC7C; }
a { background-color: rgb(249,220,124); }
div.DivClassName
{
background-color: #F9DC7C;
}
.BgClassName
{
background-color: #F9DC7C;
}
</style>
border-color css
<style>
span { border-color: #F9DC7C; }
span { border-color: rgb(249,220,124); }
td.TdClassName
{
border-color: #F9DC7C;
}
.TagClassName
{
border-color: #F9DC7C;
}
</style>