Shades of Golden Glow #F9D874
Tints of Golden Glow #F9D874
RGB
CMYK
RGB Variations
Color information
#F9D874 (or 0xF9D874) is known color: Golden Glow. HEX triplet: F9, D8 and 74. RGB value is (249,216,116). Sum of RGB (Red+Green+Blue) = 249+216+116=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D874 is #06278B. Grayscale: #D6D6D6. Windows color (decimal): -403340 or 7657721. OLE color: 7657721.
HSL color Cylindrical-coordinate representation of color #F9D874: hue angle of 45.11º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9D874 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 116 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.02 |
| HSL | 45.11º | 0.92% | 0.72% | - |
| HSV(B) | 45.11º | 0.53% | 0.98% | - |
| XYZ | 66.78 | 70.51 | 26.61 | - |
| YUV | 214.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 116 | 0 | 0.13 | 0.53 | 0.02 | 45.11 | 0.92 | 0.72 |
| Hex | F9 | D8 | 74 | 0 | D | 35 | 2 | 2D | 5C | 48 |
| Octal | 371 | 330 | 164 | 0 | 15 | 65 | 2 | 55 | 134 | 110 |
| Binary | 11111001 | 11011000 | 1110100 | 0 | 1101 | 110101 | 10 | 101101 | 1011100 | 1001000 |
Color Harmonies of #F9D874
Complementary color
Monochromatic Colors of #F9D874
Black with #F9D874
Text Example
Text Example
White with #F9D874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D874; }
p { color: rgb(249,216,116); }
H1.HeaderClassName
{
color: #F9D874;
}
.AnyTagClassName
{
color: #F9D874;
}
</style>
background-color css
<style>
a { background-color: #F9D874; }
a { background-color: rgb(249,216,116); }
div.DivClassName
{
background-color: #F9D874;
}
.BgClassName
{
background-color: #F9D874;
}
</style>
border-color css
<style>
span { border-color: #F9D874; }
span { border-color: rgb(249,216,116); }
td.TdClassName
{
border-color: #F9D874;
}
.TagClassName
{
border-color: #F9D874;
}
</style>