Shades of Golden Glow #FADE82
Tints of Golden Glow #FADE82
RGB
CMYK
RGB Variations
Color information
#FADE82 (or 0xFADE82) is known color: Golden Glow. HEX triplet: FA, DE and 82. RGB value is (250,222,130). Sum of RGB (Red+Green+Blue) = 250+222+130=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE82 is #05217D. Grayscale: #DCDCDC. Windows color (decimal): -336254 or 8576762. OLE color: 8576762.
HSL color Cylindrical-coordinate representation of color #FADE82: hue angle of 46º 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 #FADE82 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 130 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.02 |
| HSL | 46º | 0.92% | 0.75% | - |
| HSV(B) | 46º | 0.48% | 0.98% | - |
| XYZ | 69.57 | 74.18 | 31.77 | - |
| YUV | 219.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 130 | 0 | 0.11 | 0.48 | 0.02 | 46 | 0.92 | 0.75 |
| Hex | FA | DE | 82 | 0 | B | 30 | 2 | 2E | 5C | 4B |
| Octal | 372 | 336 | 202 | 0 | 13 | 60 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011110 | 10000010 | 0 | 1011 | 110000 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADE82
Complementary color
Monochromatic Colors of #FADE82
Black with #FADE82
Text Example
Text Example
White with #FADE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE82; }
p { color: rgb(250,222,130); }
H1.HeaderClassName
{
color: #FADE82;
}
.AnyTagClassName
{
color: #FADE82;
}
</style>
background-color css
<style>
a { background-color: #FADE82; }
a { background-color: rgb(250,222,130); }
div.DivClassName
{
background-color: #FADE82;
}
.BgClassName
{
background-color: #FADE82;
}
</style>
border-color css
<style>
span { border-color: #FADE82; }
span { border-color: rgb(250,222,130); }
td.TdClassName
{
border-color: #FADE82;
}
.TagClassName
{
border-color: #FADE82;
}
</style>