Shades of Golden Glow #FAD978
Tints of Golden Glow #FAD978
RGB
CMYK
RGB Variations
Color information
#FAD978 (or 0xFAD978) is known color: Golden Glow. HEX triplet: FA, D9 and 78. RGB value is (250,217,120). Sum of RGB (Red+Green+Blue) = 250+217+120=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD978 is #052687. Grayscale: #D8D8D8. Windows color (decimal): -337544 or 7920122. OLE color: 7920122.
HSL color Cylindrical-coordinate representation of color #FAD978: hue angle of 44.77º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAD978 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 120 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.02 |
| HSL | 44.77º | 0.93% | 0.73% | - |
| HSV(B) | 44.77º | 0.52% | 0.98% | - |
| XYZ | 67.63 | 71.31 | 27.97 | - |
| YUV | 215.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 120 | 0 | 0.13 | 0.52 | 0.02 | 44.77 | 0.93 | 0.73 |
| Hex | FA | D9 | 78 | 0 | D | 34 | 2 | 2D | 5D | 49 |
| Octal | 372 | 331 | 170 | 0 | 15 | 64 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011001 | 1111000 | 0 | 1101 | 110100 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FAD978
Complementary color
Monochromatic Colors of #FAD978
Black with #FAD978
Text Example
Text Example
White with #FAD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD978; }
p { color: rgb(250,217,120); }
H1.HeaderClassName
{
color: #FAD978;
}
.AnyTagClassName
{
color: #FAD978;
}
</style>
background-color css
<style>
a { background-color: #FAD978; }
a { background-color: rgb(250,217,120); }
div.DivClassName
{
background-color: #FAD978;
}
.BgClassName
{
background-color: #FAD978;
}
</style>
border-color css
<style>
span { border-color: #FAD978; }
span { border-color: rgb(250,217,120); }
td.TdClassName
{
border-color: #FAD978;
}
.TagClassName
{
border-color: #FAD978;
}
</style>