Shades of Golden Glow #FADA81
Tints of Golden Glow #FADA81
RGB
CMYK
RGB Variations
Color information
#FADA81 (or 0xFADA81) is known color: Golden Glow. HEX triplet: FA, DA and 81. RGB value is (250,218,129). Sum of RGB (Red+Green+Blue) = 250+218+129=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA81 is #05257E. Grayscale: #D9D9D9. Windows color (decimal): -337279 or 8510202. OLE color: 8510202.
HSL color Cylindrical-coordinate representation of color #FADA81: hue angle of 44.13º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FADA81 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 129 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.02 |
| HSL | 44.13º | 0.92% | 0.74% | - |
| HSV(B) | 44.13º | 0.48% | 0.98% | - |
| XYZ | 68.46 | 72.05 | 31.07 | - |
| YUV | 217.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 129 | 0 | 0.13 | 0.48 | 0.02 | 44.13 | 0.92 | 0.74 |
| Hex | FA | DA | 81 | 0 | D | 30 | 2 | 2C | 5C | 4A |
| Octal | 372 | 332 | 201 | 0 | 15 | 60 | 2 | 54 | 134 | 112 |
| Binary | 11111010 | 11011010 | 10000001 | 0 | 1101 | 110000 | 10 | 101100 | 1011100 | 1001010 |
Color Harmonies of #FADA81
Complementary color
Monochromatic Colors of #FADA81
Black with #FADA81
Text Example
Text Example
White with #FADA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA81; }
p { color: rgb(250,218,129); }
H1.HeaderClassName
{
color: #FADA81;
}
.AnyTagClassName
{
color: #FADA81;
}
</style>
background-color css
<style>
a { background-color: #FADA81; }
a { background-color: rgb(250,218,129); }
div.DivClassName
{
background-color: #FADA81;
}
.BgClassName
{
background-color: #FADA81;
}
</style>
border-color css
<style>
span { border-color: #FADA81; }
span { border-color: rgb(250,218,129); }
td.TdClassName
{
border-color: #FADA81;
}
.TagClassName
{
border-color: #FADA81;
}
</style>