Shades of Golden Glow #FADE7E
Tints of Golden Glow #FADE7E
RGB
CMYK
RGB Variations
Color information
#FADE7E (or 0xFADE7E) is known color: Golden Glow. HEX triplet: FA, DE and 7E. RGB value is (250,222,126). Sum of RGB (Red+Green+Blue) = 250+222+126=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE7E is #052181. Grayscale: #DBDBDB. Windows color (decimal): -336258 or 8314618. OLE color: 8314618.
HSL color Cylindrical-coordinate representation of color #FADE7E: hue angle of 46.45º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADE7E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.02 |
| HSL | 46.45º | 0.93% | 0.74% | - |
| HSV(B) | 46.45º | 0.5% | 0.98% | - |
| XYZ | 69.31 | 74.07 | 30.38 | - |
| YUV | 219.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 126 | 0 | 0.11 | 0.50 | 0.02 | 46.45 | 0.93 | 0.74 |
| Hex | FA | DE | 7E | 0 | B | 32 | 2 | 2E | 5D | 4A |
| Octal | 372 | 336 | 176 | 0 | 13 | 62 | 2 | 56 | 135 | 112 |
| Binary | 11111010 | 11011110 | 1111110 | 0 | 1011 | 110010 | 10 | 101110 | 1011101 | 1001010 |
Color Harmonies of #FADE7E
Complementary color
Monochromatic Colors of #FADE7E
Black with #FADE7E
Text Example
Text Example
White with #FADE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE7E; }
p { color: rgb(250,222,126); }
H1.HeaderClassName
{
color: #FADE7E;
}
.AnyTagClassName
{
color: #FADE7E;
}
</style>
background-color css
<style>
a { background-color: #FADE7E; }
a { background-color: rgb(250,222,126); }
div.DivClassName
{
background-color: #FADE7E;
}
.BgClassName
{
background-color: #FADE7E;
}
</style>
border-color css
<style>
span { border-color: #FADE7E; }
span { border-color: rgb(250,222,126); }
td.TdClassName
{
border-color: #FADE7E;
}
.TagClassName
{
border-color: #FADE7E;
}
</style>