Shades of Golden Glow #FADC7E
Tints of Golden Glow #FADC7E
RGB
CMYK
RGB Variations
Color information
#FADC7E (or 0xFADC7E) is known color: Golden Glow. HEX triplet: FA, DC and 7E. RGB value is (250,220,126). Sum of RGB (Red+Green+Blue) = 250+220+126=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7E is #052381. Grayscale: #DADADA. Windows color (decimal): -336770 or 8314106. OLE color: 8314106.
HSL color Cylindrical-coordinate representation of color #FADC7E: hue angle of 45.48º 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 #FADC7E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 126 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.48º | 0.93% | 0.74% | - |
| HSV(B) | 45.48º | 0.5% | 0.98% | - |
| XYZ | 68.78 | 73.02 | 30.21 | - |
| YUV | 218.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 126 | 0 | 0.12 | 0.50 | 0.02 | 45.48 | 0.93 | 0.74 |
| Hex | FA | DC | 7E | 0 | C | 32 | 2 | 2D | 5D | 4A |
| Octal | 372 | 334 | 176 | 0 | 14 | 62 | 2 | 55 | 135 | 112 |
| Binary | 11111010 | 11011100 | 1111110 | 0 | 1100 | 110010 | 10 | 101101 | 1011101 | 1001010 |
Color Harmonies of #FADC7E
Complementary color
Monochromatic Colors of #FADC7E
Black with #FADC7E
Text Example
Text Example
White with #FADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC7E; }
p { color: rgb(250,220,126); }
H1.HeaderClassName
{
color: #FADC7E;
}
.AnyTagClassName
{
color: #FADC7E;
}
</style>
background-color css
<style>
a { background-color: #FADC7E; }
a { background-color: rgb(250,220,126); }
div.DivClassName
{
background-color: #FADC7E;
}
.BgClassName
{
background-color: #FADC7E;
}
</style>
border-color css
<style>
span { border-color: #FADC7E; }
span { border-color: rgb(250,220,126); }
td.TdClassName
{
border-color: #FADC7E;
}
.TagClassName
{
border-color: #FADC7E;
}
</style>