Shades of Golden Glow #FADE7D
Tints of Golden Glow #FADE7D
RGB
CMYK
RGB Variations
Color information
#FADE7D (or 0xFADE7D) is known color: Golden Glow. HEX triplet: FA, DE and 7D. RGB value is (250,222,125). Sum of RGB (Red+Green+Blue) = 250+222+125=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE7D is #052182. Grayscale: #DBDBDB. Windows color (decimal): -336259 or 8249082. OLE color: 8249082.
HSL color Cylindrical-coordinate representation of color #FADE7D: hue angle of 46.56º 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 #FADE7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 125 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.02 |
| HSL | 46.56º | 0.93% | 0.74% | - |
| HSV(B) | 46.56º | 0.5% | 0.98% | - |
| XYZ | 69.25 | 74.05 | 30.04 | - |
| YUV | 219.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 125 | 0 | 0.11 | 0.50 | 0.02 | 46.56 | 0.93 | 0.74 |
| Hex | FA | DE | 7D | 0 | B | 32 | 2 | 2F | 5D | 4A |
| Octal | 372 | 336 | 175 | 0 | 13 | 62 | 2 | 57 | 135 | 112 |
| Binary | 11111010 | 11011110 | 1111101 | 0 | 1011 | 110010 | 10 | 101111 | 1011101 | 1001010 |
Color Harmonies of #FADE7D
Complementary color
Monochromatic Colors of #FADE7D
Black with #FADE7D
Text Example
Text Example
White with #FADE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE7D; }
p { color: rgb(250,222,125); }
H1.HeaderClassName
{
color: #FADE7D;
}
.AnyTagClassName
{
color: #FADE7D;
}
</style>
background-color css
<style>
a { background-color: #FADE7D; }
a { background-color: rgb(250,222,125); }
div.DivClassName
{
background-color: #FADE7D;
}
.BgClassName
{
background-color: #FADE7D;
}
</style>
border-color css
<style>
span { border-color: #FADE7D; }
span { border-color: rgb(250,222,125); }
td.TdClassName
{
border-color: #FADE7D;
}
.TagClassName
{
border-color: #FADE7D;
}
</style>