Shades of Golden Glow #FADE85
Tints of Golden Glow #FADE85
RGB
CMYK
RGB Variations
Color information
#FADE85 (or 0xFADE85) is known color: Golden Glow. HEX triplet: FA, DE and 85. RGB value is (250,222,133). Sum of RGB (Red+Green+Blue) = 250+222+133=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE85 is #05217A. Grayscale: #DCDCDC. Windows color (decimal): -336251 or 8773370. OLE color: 8773370.
HSL color Cylindrical-coordinate representation of color #FADE85: hue angle of 45.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FADE85 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.02 |
| HSL | 45.64º | 0.92% | 0.75% | - |
| HSV(B) | 45.64º | 0.47% | 0.98% | - |
| XYZ | 69.78 | 74.26 | 32.85 | - |
| YUV | 220.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 133 | 0 | 0.11 | 0.47 | 0.02 | 45.64 | 0.92 | 0.75 |
| Hex | FA | DE | 85 | 0 | B | 2F | 2 | 2E | 5C | 4B |
| Octal | 372 | 336 | 205 | 0 | 13 | 57 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011110 | 10000101 | 0 | 1011 | 101111 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADE85
Complementary color
Monochromatic Colors of #FADE85
Black with #FADE85
Text Example
Text Example
White with #FADE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE85; }
p { color: rgb(250,222,133); }
H1.HeaderClassName
{
color: #FADE85;
}
.AnyTagClassName
{
color: #FADE85;
}
</style>
background-color css
<style>
a { background-color: #FADE85; }
a { background-color: rgb(250,222,133); }
div.DivClassName
{
background-color: #FADE85;
}
.BgClassName
{
background-color: #FADE85;
}
</style>
border-color css
<style>
span { border-color: #FADE85; }
span { border-color: rgb(250,222,133); }
td.TdClassName
{
border-color: #FADE85;
}
.TagClassName
{
border-color: #FADE85;
}
</style>