Shades of Golden Glow #FADE80
Tints of Golden Glow #FADE80
RGB
CMYK
RGB Variations
Color information
#FADE80 (or 0xFADE80) is known color: Golden Glow. HEX triplet: FA, DE and 80. RGB value is (250,222,128). Sum of RGB (Red+Green+Blue) = 250+222+128=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE80 is #05217F. Grayscale: #DCDCDC. Windows color (decimal): -336256 or 8445690. OLE color: 8445690.
HSL color Cylindrical-coordinate representation of color #FADE80: hue angle of 46.23º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FADE80 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 128 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.02 |
| HSL | 46.23º | 0.92% | 0.74% | - |
| HSV(B) | 46.23º | 0.49% | 0.98% | - |
| XYZ | 69.44 | 74.13 | 31.07 | - |
| YUV | 219.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 128 | 0 | 0.11 | 0.49 | 0.02 | 46.23 | 0.92 | 0.74 |
| Hex | FA | DE | 80 | 0 | B | 31 | 2 | 2E | 5C | 4A |
| Octal | 372 | 336 | 200 | 0 | 13 | 61 | 2 | 56 | 134 | 112 |
| Binary | 11111010 | 11011110 | 10000000 | 0 | 1011 | 110001 | 10 | 101110 | 1011100 | 1001010 |
Color Harmonies of #FADE80
Complementary color
Monochromatic Colors of #FADE80
Black with #FADE80
Text Example
Text Example
White with #FADE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE80; }
p { color: rgb(250,222,128); }
H1.HeaderClassName
{
color: #FADE80;
}
.AnyTagClassName
{
color: #FADE80;
}
</style>
background-color css
<style>
a { background-color: #FADE80; }
a { background-color: rgb(250,222,128); }
div.DivClassName
{
background-color: #FADE80;
}
.BgClassName
{
background-color: #FADE80;
}
</style>
border-color css
<style>
span { border-color: #FADE80; }
span { border-color: rgb(250,222,128); }
td.TdClassName
{
border-color: #FADE80;
}
.TagClassName
{
border-color: #FADE80;
}
</style>