Shades of Golden Glow #FADA83
Tints of Golden Glow #FADA83
RGB
CMYK
RGB Variations
Color information
#FADA83 (or 0xFADA83) is known color: Golden Glow. HEX triplet: FA, DA and 83. RGB value is (250,218,131). Sum of RGB (Red+Green+Blue) = 250+218+131=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA83 is #05257C. Grayscale: #DADADA. Windows color (decimal): -337277 or 8641274. OLE color: 8641274.
HSL color Cylindrical-coordinate representation of color #FADA83: hue angle of 43.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FADA83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.02 |
| HSL | 43.87º | 0.92% | 0.75% | - |
| HSV(B) | 43.87º | 0.48% | 0.98% | - |
| XYZ | 68.59 | 72.11 | 31.78 | - |
| YUV | 217.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 131 | 0 | 0.13 | 0.48 | 0.02 | 43.87 | 0.92 | 0.75 |
| Hex | FA | DA | 83 | 0 | D | 30 | 2 | 2C | 5C | 4B |
| Octal | 372 | 332 | 203 | 0 | 15 | 60 | 2 | 54 | 134 | 113 |
| Binary | 11111010 | 11011010 | 10000011 | 0 | 1101 | 110000 | 10 | 101100 | 1011100 | 1001011 |
Color Harmonies of #FADA83
Complementary color
Monochromatic Colors of #FADA83
Black with #FADA83
Text Example
Text Example
White with #FADA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA83; }
p { color: rgb(250,218,131); }
H1.HeaderClassName
{
color: #FADA83;
}
.AnyTagClassName
{
color: #FADA83;
}
</style>
background-color css
<style>
a { background-color: #FADA83; }
a { background-color: rgb(250,218,131); }
div.DivClassName
{
background-color: #FADA83;
}
.BgClassName
{
background-color: #FADA83;
}
</style>
border-color css
<style>
span { border-color: #FADA83; }
span { border-color: rgb(250,218,131); }
td.TdClassName
{
border-color: #FADA83;
}
.TagClassName
{
border-color: #FADA83;
}
</style>