Shades of Golden Glow #FADD7C
Tints of Golden Glow #FADD7C
RGB
CMYK
RGB Variations
Color information
#FADD7C (or 0xFADD7C) is known color: Golden Glow. HEX triplet: FA, DD and 7C. RGB value is (250,221,124). Sum of RGB (Red+Green+Blue) = 250+221+124=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD7C is #052283. Grayscale: #DBDBDB. Windows color (decimal): -336516 or 8183290. OLE color: 8183290.
HSL color Cylindrical-coordinate representation of color #FADD7C: hue angle of 46.19º 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 #FADD7C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 124 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 46.19º | 0.93% | 0.73% | - |
| HSV(B) | 46.19º | 0.5% | 0.98% | - |
| XYZ | 68.92 | 73.49 | 29.62 | - |
| YUV | 218.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 124 | 0 | 0.12 | 0.50 | 0.02 | 46.19 | 0.93 | 0.73 |
| Hex | FA | DD | 7C | 0 | C | 32 | 2 | 2E | 5D | 49 |
| Octal | 372 | 335 | 174 | 0 | 14 | 62 | 2 | 56 | 135 | 111 |
| Binary | 11111010 | 11011101 | 1111100 | 0 | 1100 | 110010 | 10 | 101110 | 1011101 | 1001001 |
Color Harmonies of #FADD7C
Complementary color
Monochromatic Colors of #FADD7C
Black with #FADD7C
Text Example
Text Example
White with #FADD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD7C; }
p { color: rgb(250,221,124); }
H1.HeaderClassName
{
color: #FADD7C;
}
.AnyTagClassName
{
color: #FADD7C;
}
</style>
background-color css
<style>
a { background-color: #FADD7C; }
a { background-color: rgb(250,221,124); }
div.DivClassName
{
background-color: #FADD7C;
}
.BgClassName
{
background-color: #FADD7C;
}
</style>
border-color css
<style>
span { border-color: #FADD7C; }
span { border-color: rgb(250,221,124); }
td.TdClassName
{
border-color: #FADD7C;
}
.TagClassName
{
border-color: #FADD7C;
}
</style>