Shades of Golden Glow #FADD87
Tints of Golden Glow #FADD87
RGB
CMYK
RGB Variations
Color information
#FADD87 (or 0xFADD87) is known color: Golden Glow. HEX triplet: FA, DD and 87. RGB value is (250,221,135). Sum of RGB (Red+Green+Blue) = 250+221+135=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD87 is #052278. Grayscale: #DCDCDC. Windows color (decimal): -336505 or 8904186. OLE color: 8904186.
HSL color Cylindrical-coordinate representation of color #FADD87: hue angle of 44.87º 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 #FADD87 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 135 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.02 |
| HSL | 44.87º | 0.92% | 0.75% | - |
| HSV(B) | 44.87º | 0.46% | 0.98% | - |
| XYZ | 69.65 | 73.79 | 33.49 | - |
| YUV | 219.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 135 | 0 | 0.12 | 0.46 | 0.02 | 44.87 | 0.92 | 0.75 |
| Hex | FA | DD | 87 | 0 | C | 2E | 2 | 2D | 5C | 4B |
| Octal | 372 | 335 | 207 | 0 | 14 | 56 | 2 | 55 | 134 | 113 |
| Binary | 11111010 | 11011101 | 10000111 | 0 | 1100 | 101110 | 10 | 101101 | 1011100 | 1001011 |
Color Harmonies of #FADD87
Complementary color
Monochromatic Colors of #FADD87
Black with #FADD87
Text Example
Text Example
White with #FADD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD87; }
p { color: rgb(250,221,135); }
H1.HeaderClassName
{
color: #FADD87;
}
.AnyTagClassName
{
color: #FADD87;
}
</style>
background-color css
<style>
a { background-color: #FADD87; }
a { background-color: rgb(250,221,135); }
div.DivClassName
{
background-color: #FADD87;
}
.BgClassName
{
background-color: #FADD87;
}
</style>
border-color css
<style>
span { border-color: #FADD87; }
span { border-color: rgb(250,221,135); }
td.TdClassName
{
border-color: #FADD87;
}
.TagClassName
{
border-color: #FADD87;
}
</style>