Shades of Golden Glow #FADA7A
Tints of Golden Glow #FADA7A
RGB
CMYK
RGB Variations
Color information
#FADA7A (or 0xFADA7A) is known color: Golden Glow. HEX triplet: FA, DA and 7A. RGB value is (250,218,122). Sum of RGB (Red+Green+Blue) = 250+218+122=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA7A is #052585. Grayscale: #D9D9D9. Windows color (decimal): -337286 or 8051450. OLE color: 8051450.
HSL color Cylindrical-coordinate representation of color #FADA7A: hue angle of 45º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADA7A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 122 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.02 |
| HSL | 45º | 0.93% | 0.73% | - |
| HSV(B) | 45º | 0.51% | 0.98% | - |
| XYZ | 68.01 | 71.87 | 28.7 | - |
| YUV | 216.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 122 | 0 | 0.13 | 0.51 | 0.02 | 45 | 0.93 | 0.73 |
| Hex | FA | DA | 7A | 0 | D | 33 | 2 | 2D | 5D | 49 |
| Octal | 372 | 332 | 172 | 0 | 15 | 63 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011010 | 1111010 | 0 | 1101 | 110011 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADA7A
Complementary color
Monochromatic Colors of #FADA7A
Black with #FADA7A
Text Example
Text Example
White with #FADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA7A; }
p { color: rgb(250,218,122); }
H1.HeaderClassName
{
color: #FADA7A;
}
.AnyTagClassName
{
color: #FADA7A;
}
</style>
background-color css
<style>
a { background-color: #FADA7A; }
a { background-color: rgb(250,218,122); }
div.DivClassName
{
background-color: #FADA7A;
}
.BgClassName
{
background-color: #FADA7A;
}
</style>
border-color css
<style>
span { border-color: #FADA7A; }
span { border-color: rgb(250,218,122); }
td.TdClassName
{
border-color: #FADA7A;
}
.TagClassName
{
border-color: #FADA7A;
}
</style>