Shades of Golden Glow #FADB7E
Tints of Golden Glow #FADB7E
RGB
CMYK
RGB Variations
Color information
#FADB7E (or 0xFADB7E) is known color: Golden Glow. HEX triplet: FA, DB and 7E. RGB value is (250,219,126). Sum of RGB (Red+Green+Blue) = 250+219+126=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7E is #052481. Grayscale: #DADADA. Windows color (decimal): -337026 or 8313850. OLE color: 8313850.
HSL color Cylindrical-coordinate representation of color #FADB7E: hue angle of 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 #FADB7E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 126 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45º | 0.93% | 0.74% | - |
| HSV(B) | 45º | 0.5% | 0.98% | - |
| XYZ | 68.52 | 72.49 | 30.12 | - |
| YUV | 217.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 126 | 0 | 0.12 | 0.50 | 0.02 | 45 | 0.93 | 0.74 |
| Hex | FA | DB | 7E | 0 | C | 32 | 2 | 2D | 5D | 4A |
| Octal | 372 | 333 | 176 | 0 | 14 | 62 | 2 | 55 | 135 | 112 |
| Binary | 11111010 | 11011011 | 1111110 | 0 | 1100 | 110010 | 10 | 101101 | 1011101 | 1001010 |
Color Harmonies of #FADB7E
Complementary color
Monochromatic Colors of #FADB7E
Black with #FADB7E
Text Example
Text Example
White with #FADB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB7E; }
p { color: rgb(250,219,126); }
H1.HeaderClassName
{
color: #FADB7E;
}
.AnyTagClassName
{
color: #FADB7E;
}
</style>
background-color css
<style>
a { background-color: #FADB7E; }
a { background-color: rgb(250,219,126); }
div.DivClassName
{
background-color: #FADB7E;
}
.BgClassName
{
background-color: #FADB7E;
}
</style>
border-color css
<style>
span { border-color: #FADB7E; }
span { border-color: rgb(250,219,126); }
td.TdClassName
{
border-color: #FADB7E;
}
.TagClassName
{
border-color: #FADB7E;
}
</style>