Shades of Golden Glow #FADB7C
Tints of Golden Glow #FADB7C
RGB
CMYK
RGB Variations
Color information
#FADB7C (or 0xFADB7C) is known color: Golden Glow. HEX triplet: FA, DB and 7C. RGB value is (250,219,124). Sum of RGB (Red+Green+Blue) = 250+219+124=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7C is #052483. Grayscale: #D9D9D9. Windows color (decimal): -337028 or 8182778. OLE color: 8182778.
HSL color Cylindrical-coordinate representation of color #FADB7C: hue angle of 45.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADB7C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 124 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.24º | 0.93% | 0.73% | - |
| HSV(B) | 45.24º | 0.5% | 0.98% | - |
| XYZ | 68.39 | 72.44 | 29.45 | - |
| YUV | 217.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 124 | 0 | 0.12 | 0.50 | 0.02 | 45.24 | 0.93 | 0.73 |
| Hex | FA | DB | 7C | 0 | C | 32 | 2 | 2D | 5D | 49 |
| Octal | 372 | 333 | 174 | 0 | 14 | 62 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011011 | 1111100 | 0 | 1100 | 110010 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADB7C
Complementary color
Monochromatic Colors of #FADB7C
Black with #FADB7C
Text Example
Text Example
White with #FADB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB7C; }
p { color: rgb(250,219,124); }
H1.HeaderClassName
{
color: #FADB7C;
}
.AnyTagClassName
{
color: #FADB7C;
}
</style>
background-color css
<style>
a { background-color: #FADB7C; }
a { background-color: rgb(250,219,124); }
div.DivClassName
{
background-color: #FADB7C;
}
.BgClassName
{
background-color: #FADB7C;
}
</style>
border-color css
<style>
span { border-color: #FADB7C; }
span { border-color: rgb(250,219,124); }
td.TdClassName
{
border-color: #FADB7C;
}
.TagClassName
{
border-color: #FADB7C;
}
</style>