Shades of Golden Glow #FADD7D
Tints of Golden Glow #FADD7D
RGB
CMYK
RGB Variations
Color information
#FADD7D (or 0xFADD7D) is known color: Golden Glow. HEX triplet: FA, DD and 7D. RGB value is (250,221,125). Sum of RGB (Red+Green+Blue) = 250+221+125=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD7D is #052282. Grayscale: #DBDBDB. Windows color (decimal): -336515 or 8248826. OLE color: 8248826.
HSL color Cylindrical-coordinate representation of color #FADD7D: hue angle of 46.08º 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 #FADD7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 46.08º | 0.93% | 0.74% | - |
| HSV(B) | 46.08º | 0.5% | 0.98% | - |
| XYZ | 68.98 | 73.52 | 29.96 | - |
| YUV | 218.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 125 | 0 | 0.12 | 0.50 | 0.02 | 46.08 | 0.93 | 0.74 |
| Hex | FA | DD | 7D | 0 | C | 32 | 2 | 2E | 5D | 4A |
| Octal | 372 | 335 | 175 | 0 | 14 | 62 | 2 | 56 | 135 | 112 |
| Binary | 11111010 | 11011101 | 1111101 | 0 | 1100 | 110010 | 10 | 101110 | 1011101 | 1001010 |
Color Harmonies of #FADD7D
Complementary color
Monochromatic Colors of #FADD7D
Black with #FADD7D
Text Example
Text Example
White with #FADD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD7D; }
p { color: rgb(250,221,125); }
H1.HeaderClassName
{
color: #FADD7D;
}
.AnyTagClassName
{
color: #FADD7D;
}
</style>
background-color css
<style>
a { background-color: #FADD7D; }
a { background-color: rgb(250,221,125); }
div.DivClassName
{
background-color: #FADD7D;
}
.BgClassName
{
background-color: #FADD7D;
}
</style>
border-color css
<style>
span { border-color: #FADD7D; }
span { border-color: rgb(250,221,125); }
td.TdClassName
{
border-color: #FADD7D;
}
.TagClassName
{
border-color: #FADD7D;
}
</style>