Shades of Golden Glow #FADA78
Tints of Golden Glow #FADA78
RGB
CMYK
RGB Variations
Color information
#FADA78 (or 0xFADA78) is known color: Golden Glow. HEX triplet: FA, DA and 78. RGB value is (250,218,120). Sum of RGB (Red+Green+Blue) = 250+218+120=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA78 is #052587. Grayscale: #D8D8D8. Windows color (decimal): -337288 or 7920378. OLE color: 7920378.
HSL color Cylindrical-coordinate representation of color #FADA78: hue angle of 45.23º 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 #FADA78 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 120 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.02 |
| HSL | 45.23º | 0.93% | 0.73% | - |
| HSV(B) | 45.23º | 0.52% | 0.98% | - |
| XYZ | 67.89 | 71.82 | 28.05 | - |
| YUV | 216.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 120 | 0 | 0.13 | 0.52 | 0.02 | 45.23 | 0.93 | 0.73 |
| Hex | FA | DA | 78 | 0 | D | 34 | 2 | 2D | 5D | 49 |
| Octal | 372 | 332 | 170 | 0 | 15 | 64 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011010 | 1111000 | 0 | 1101 | 110100 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADA78
Complementary color
Monochromatic Colors of #FADA78
Black with #FADA78
Text Example
Text Example
White with #FADA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA78; }
p { color: rgb(250,218,120); }
H1.HeaderClassName
{
color: #FADA78;
}
.AnyTagClassName
{
color: #FADA78;
}
</style>
background-color css
<style>
a { background-color: #FADA78; }
a { background-color: rgb(250,218,120); }
div.DivClassName
{
background-color: #FADA78;
}
.BgClassName
{
background-color: #FADA78;
}
</style>
border-color css
<style>
span { border-color: #FADA78; }
span { border-color: rgb(250,218,120); }
td.TdClassName
{
border-color: #FADA78;
}
.TagClassName
{
border-color: #FADA78;
}
</style>