Shades of Golden Glow #FADE86
Tints of Golden Glow #FADE86
RGB
CMYK
RGB Variations
Color information
#FADE86 (or 0xFADE86) is known color: Golden Glow. HEX triplet: FA, DE and 86. RGB value is (250,222,134). Sum of RGB (Red+Green+Blue) = 250+222+134=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE86 is #052179. Grayscale: #DCDCDC. Windows color (decimal): -336250 or 8838906. OLE color: 8838906.
HSL color Cylindrical-coordinate representation of color #FADE86: hue angle of 45.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FADE86 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 134 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.02 |
| HSL | 45.52º | 0.92% | 0.75% | - |
| HSV(B) | 45.52º | 0.46% | 0.98% | - |
| XYZ | 69.85 | 74.29 | 33.21 | - |
| YUV | 220.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 134 | 0 | 0.11 | 0.46 | 0.02 | 45.52 | 0.92 | 0.75 |
| Hex | FA | DE | 86 | 0 | B | 2E | 2 | 2E | 5C | 4B |
| Octal | 372 | 336 | 206 | 0 | 13 | 56 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011110 | 10000110 | 0 | 1011 | 101110 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADE86
Complementary color
Monochromatic Colors of #FADE86
Black with #FADE86
Text Example
Text Example
White with #FADE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE86; }
p { color: rgb(250,222,134); }
H1.HeaderClassName
{
color: #FADE86;
}
.AnyTagClassName
{
color: #FADE86;
}
</style>
background-color css
<style>
a { background-color: #FADE86; }
a { background-color: rgb(250,222,134); }
div.DivClassName
{
background-color: #FADE86;
}
.BgClassName
{
background-color: #FADE86;
}
</style>
border-color css
<style>
span { border-color: #FADE86; }
span { border-color: rgb(250,222,134); }
td.TdClassName
{
border-color: #FADE86;
}
.TagClassName
{
border-color: #FADE86;
}
</style>