Shades of Golden Glow #FADA7D
Tints of Golden Glow #FADA7D
RGB
CMYK
RGB Variations
Color information
#FADA7D (or 0xFADA7D) is known color: Golden Glow. HEX triplet: FA, DA and 7D. RGB value is (250,218,125). Sum of RGB (Red+Green+Blue) = 250+218+125=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA7D is #052582. Grayscale: #D9D9D9. Windows color (decimal): -337283 or 8248058. OLE color: 8248058.
HSL color Cylindrical-coordinate representation of color #FADA7D: hue angle of 44.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADA7D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 125 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.02 |
| HSL | 44.64º | 0.93% | 0.74% | - |
| HSV(B) | 44.64º | 0.5% | 0.98% | - |
| XYZ | 68.2 | 71.95 | 29.69 | - |
| YUV | 216.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 125 | 0 | 0.13 | 0.50 | 0.02 | 44.64 | 0.93 | 0.74 |
| Hex | FA | DA | 7D | 0 | D | 32 | 2 | 2D | 5D | 4A |
| Octal | 372 | 332 | 175 | 0 | 15 | 62 | 2 | 55 | 135 | 112 |
| Binary | 11111010 | 11011010 | 1111101 | 0 | 1101 | 110010 | 10 | 101101 | 1011101 | 1001010 |
Color Harmonies of #FADA7D
Complementary color
Monochromatic Colors of #FADA7D
Black with #FADA7D
Text Example
Text Example
White with #FADA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA7D; }
p { color: rgb(250,218,125); }
H1.HeaderClassName
{
color: #FADA7D;
}
.AnyTagClassName
{
color: #FADA7D;
}
</style>
background-color css
<style>
a { background-color: #FADA7D; }
a { background-color: rgb(250,218,125); }
div.DivClassName
{
background-color: #FADA7D;
}
.BgClassName
{
background-color: #FADA7D;
}
</style>
border-color css
<style>
span { border-color: #FADA7D; }
span { border-color: rgb(250,218,125); }
td.TdClassName
{
border-color: #FADA7D;
}
.TagClassName
{
border-color: #FADA7D;
}
</style>