Shades of Golden Glow #FADD86
Tints of Golden Glow #FADD86
RGB
CMYK
RGB Variations
Color information
#FADD86 (or 0xFADD86) is known color: Golden Glow. HEX triplet: FA, DD and 86. RGB value is (250,221,134). Sum of RGB (Red+Green+Blue) = 250+221+134=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD86 is #052279. Grayscale: #DCDCDC. Windows color (decimal): -336506 or 8838650. OLE color: 8838650.
HSL color Cylindrical-coordinate representation of color #FADD86: hue angle of 45º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FADD86 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 134 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.02 |
| HSL | 45º | 0.92% | 0.75% | - |
| HSV(B) | 45º | 0.46% | 0.98% | - |
| XYZ | 69.58 | 73.76 | 33.12 | - |
| YUV | 219.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 134 | 0 | 0.12 | 0.46 | 0.02 | 45 | 0.92 | 0.75 |
| Hex | FA | DD | 86 | 0 | C | 2E | 2 | 2D | 5C | 4B |
| Octal | 372 | 335 | 206 | 0 | 14 | 56 | 2 | 55 | 134 | 113 |
| Binary | 11111010 | 11011101 | 10000110 | 0 | 1100 | 101110 | 10 | 101101 | 1011100 | 1001011 |
Color Harmonies of #FADD86
Complementary color
Monochromatic Colors of #FADD86
Black with #FADD86
Text Example
Text Example
White with #FADD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD86; }
p { color: rgb(250,221,134); }
H1.HeaderClassName
{
color: #FADD86;
}
.AnyTagClassName
{
color: #FADD86;
}
</style>
background-color css
<style>
a { background-color: #FADD86; }
a { background-color: rgb(250,221,134); }
div.DivClassName
{
background-color: #FADD86;
}
.BgClassName
{
background-color: #FADD86;
}
</style>
border-color css
<style>
span { border-color: #FADD86; }
span { border-color: rgb(250,221,134); }
td.TdClassName
{
border-color: #FADD86;
}
.TagClassName
{
border-color: #FADD86;
}
</style>