Shades of Golden Glow #FADA79
Tints of Golden Glow #FADA79
RGB
CMYK
RGB Variations
Color information
#FADA79 (or 0xFADA79) is known color: Golden Glow. HEX triplet: FA, DA and 79. RGB value is (250,218,121). Sum of RGB (Red+Green+Blue) = 250+218+121=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA79 is #052586. Grayscale: #D8D8D8. Windows color (decimal): -337287 or 7985914. OLE color: 7985914.
HSL color Cylindrical-coordinate representation of color #FADA79: hue angle of 45.12º 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 #FADA79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 121 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.02 |
| HSL | 45.12º | 0.93% | 0.73% | - |
| HSV(B) | 45.12º | 0.52% | 0.98% | - |
| XYZ | 67.95 | 71.85 | 28.38 | - |
| YUV | 216.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 121 | 0 | 0.13 | 0.52 | 0.02 | 45.12 | 0.93 | 0.73 |
| Hex | FA | DA | 79 | 0 | D | 34 | 2 | 2D | 5D | 49 |
| Octal | 372 | 332 | 171 | 0 | 15 | 64 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011010 | 1111001 | 0 | 1101 | 110100 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADA79
Complementary color
Monochromatic Colors of #FADA79
Black with #FADA79
Text Example
Text Example
White with #FADA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA79; }
p { color: rgb(250,218,121); }
H1.HeaderClassName
{
color: #FADA79;
}
.AnyTagClassName
{
color: #FADA79;
}
</style>
background-color css
<style>
a { background-color: #FADA79; }
a { background-color: rgb(250,218,121); }
div.DivClassName
{
background-color: #FADA79;
}
.BgClassName
{
background-color: #FADA79;
}
</style>
border-color css
<style>
span { border-color: #FADA79; }
span { border-color: rgb(250,218,121); }
td.TdClassName
{
border-color: #FADA79;
}
.TagClassName
{
border-color: #FADA79;
}
</style>