Shades of Golden Glow #FAD976
Tints of Golden Glow #FAD976
RGB
CMYK
RGB Variations
Color information
#FAD976 (or 0xFAD976) is known color: Golden Glow. HEX triplet: FA, D9 and 76. RGB value is (250,217,118). Sum of RGB (Red+Green+Blue) = 250+217+118=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD976 is #052689. Grayscale: #D8D8D8. Windows color (decimal): -337546 or 7789050. OLE color: 7789050.
HSL color Cylindrical-coordinate representation of color #FAD976: hue angle of 45º degrees, saturation: 0.93, 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 #FAD976 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 118 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.02 |
| HSL | 45º | 0.93% | 0.72% | - |
| HSV(B) | 45º | 0.53% | 0.98% | - |
| XYZ | 67.51 | 71.26 | 27.34 | - |
| YUV | 215.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 118 | 0 | 0.13 | 0.53 | 0.02 | 45 | 0.93 | 0.72 |
| Hex | FA | D9 | 76 | 0 | D | 35 | 2 | 2D | 5D | 48 |
| Octal | 372 | 331 | 166 | 0 | 15 | 65 | 2 | 55 | 135 | 110 |
| Binary | 11111010 | 11011001 | 1110110 | 0 | 1101 | 110101 | 10 | 101101 | 1011101 | 1001000 |
Color Harmonies of #FAD976
Complementary color
Monochromatic Colors of #FAD976
Black with #FAD976
Text Example
Text Example
White with #FAD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD976; }
p { color: rgb(250,217,118); }
H1.HeaderClassName
{
color: #FAD976;
}
.AnyTagClassName
{
color: #FAD976;
}
</style>
background-color css
<style>
a { background-color: #FAD976; }
a { background-color: rgb(250,217,118); }
div.DivClassName
{
background-color: #FAD976;
}
.BgClassName
{
background-color: #FAD976;
}
</style>
border-color css
<style>
span { border-color: #FAD976; }
span { border-color: rgb(250,217,118); }
td.TdClassName
{
border-color: #FAD976;
}
.TagClassName
{
border-color: #FAD976;
}
</style>