Shades of Golden Glow #F9DC82
Tints of Golden Glow #F9DC82
RGB
CMYK
RGB Variations
Color information
#F9DC82 (or 0xF9DC82) is known color: Golden Glow. HEX triplet: F9, DC and 82. RGB value is (249,220,130). Sum of RGB (Red+Green+Blue) = 249+220+130=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC82 is #06237D. Grayscale: #DADADA. Windows color (decimal): -402302 or 8576249. OLE color: 8576249.
HSL color Cylindrical-coordinate representation of color #F9DC82: hue angle of 45.38º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9DC82 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 130 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.02 |
| HSL | 45.38º | 0.91% | 0.74% | - |
| HSV(B) | 45.38º | 0.48% | 0.98% | - |
| XYZ | 68.69 | 72.94 | 31.58 | - |
| YUV | 218.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 130 | 0 | 0.12 | 0.48 | 0.02 | 45.38 | 0.91 | 0.74 |
| Hex | F9 | DC | 82 | 0 | C | 30 | 2 | 2D | 5B | 4A |
| Octal | 371 | 334 | 202 | 0 | 14 | 60 | 2 | 55 | 133 | 112 |
| Binary | 11111001 | 11011100 | 10000010 | 0 | 1100 | 110000 | 10 | 101101 | 1011011 | 1001010 |
Color Harmonies of #F9DC82
Complementary color
Monochromatic Colors of #F9DC82
Black with #F9DC82
Text Example
Text Example
White with #F9DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC82; }
p { color: rgb(249,220,130); }
H1.HeaderClassName
{
color: #F9DC82;
}
.AnyTagClassName
{
color: #F9DC82;
}
</style>
background-color css
<style>
a { background-color: #F9DC82; }
a { background-color: rgb(249,220,130); }
div.DivClassName
{
background-color: #F9DC82;
}
.BgClassName
{
background-color: #F9DC82;
}
</style>
border-color css
<style>
span { border-color: #F9DC82; }
span { border-color: rgb(249,220,130); }
td.TdClassName
{
border-color: #F9DC82;
}
.TagClassName
{
border-color: #F9DC82;
}
</style>