Shades of Golden Glow #FADE81
Tints of Golden Glow #FADE81
RGB
CMYK
RGB Variations
Color information
#FADE81 (or 0xFADE81) is known color: Golden Glow. HEX triplet: FA, DE and 81. RGB value is (250,222,129). Sum of RGB (Red+Green+Blue) = 250+222+129=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE81 is #05217E. Grayscale: #DCDCDC. Windows color (decimal): -336255 or 8511226. OLE color: 8511226.
HSL color Cylindrical-coordinate representation of color #FADE81: hue angle of 46.12º 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 #FADE81 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 129 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.02 |
| HSL | 46.12º | 0.92% | 0.74% | - |
| HSV(B) | 46.12º | 0.48% | 0.98% | - |
| XYZ | 69.51 | 74.15 | 31.42 | - |
| YUV | 219.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 129 | 0 | 0.11 | 0.48 | 0.02 | 46.12 | 0.92 | 0.74 |
| Hex | FA | DE | 81 | 0 | B | 30 | 2 | 2E | 5C | 4A |
| Octal | 372 | 336 | 201 | 0 | 13 | 60 | 2 | 56 | 134 | 112 |
| Binary | 11111010 | 11011110 | 10000001 | 0 | 1011 | 110000 | 10 | 101110 | 1011100 | 1001010 |
Color Harmonies of #FADE81
Complementary color
Monochromatic Colors of #FADE81
Black with #FADE81
Text Example
Text Example
White with #FADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE81; }
p { color: rgb(250,222,129); }
H1.HeaderClassName
{
color: #FADE81;
}
.AnyTagClassName
{
color: #FADE81;
}
</style>
background-color css
<style>
a { background-color: #FADE81; }
a { background-color: rgb(250,222,129); }
div.DivClassName
{
background-color: #FADE81;
}
.BgClassName
{
background-color: #FADE81;
}
</style>
border-color css
<style>
span { border-color: #FADE81; }
span { border-color: rgb(250,222,129); }
td.TdClassName
{
border-color: #FADE81;
}
.TagClassName
{
border-color: #FADE81;
}
</style>