Shades of Golden Glow #F9D484
Tints of Golden Glow #F9D484
RGB
CMYK
RGB Variations
Color information
#F9D484 (or 0xF9D484) is known color: Golden Glow. HEX triplet: F9, D4 and 84. RGB value is (249,212,132). Sum of RGB (Red+Green+Blue) = 249+212+132=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D484 is #062B7B. Grayscale: #D6D6D6. Windows color (decimal): -404348 or 8705273. OLE color: 8705273.
HSL color Cylindrical-coordinate representation of color #F9D484: hue angle of 41.03º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9D484 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 132 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.02 |
| HSL | 41.03º | 0.91% | 0.75% | - |
| HSV(B) | 41.03º | 0.47% | 0.98% | - |
| XYZ | 66.78 | 68.89 | 31.61 | - |
| YUV | 213.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 132 | 0 | 0.15 | 0.47 | 0.02 | 41.03 | 0.91 | 0.75 |
| Hex | F9 | D4 | 84 | 0 | F | 2F | 2 | 29 | 5B | 4B |
| Octal | 371 | 324 | 204 | 0 | 17 | 57 | 2 | 51 | 133 | 113 |
| Binary | 11111001 | 11010100 | 10000100 | 0 | 1111 | 101111 | 10 | 101001 | 1011011 | 1001011 |
Color Harmonies of #F9D484
Complementary color
Monochromatic Colors of #F9D484
Black with #F9D484
Text Example
Text Example
White with #F9D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D484; }
p { color: rgb(249,212,132); }
H1.HeaderClassName
{
color: #F9D484;
}
.AnyTagClassName
{
color: #F9D484;
}
</style>
background-color css
<style>
a { background-color: #F9D484; }
a { background-color: rgb(249,212,132); }
div.DivClassName
{
background-color: #F9D484;
}
.BgClassName
{
background-color: #F9D484;
}
</style>
border-color css
<style>
span { border-color: #F9D484; }
span { border-color: rgb(249,212,132); }
td.TdClassName
{
border-color: #F9D484;
}
.TagClassName
{
border-color: #F9D484;
}
</style>