Shades of Golden Glow #FADD88
Tints of Golden Glow #FADD88
RGB
CMYK
RGB Variations
Color information
#FADD88 (or 0xFADD88) is known color: Golden Glow. HEX triplet: FA, DD and 88. RGB value is (250,221,136). Sum of RGB (Red+Green+Blue) = 250+221+136=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD88 is #052277. Grayscale: #DCDCDC. Windows color (decimal): -336504 or 8969722. OLE color: 8969722.
HSL color Cylindrical-coordinate representation of color #FADD88: hue angle of 44.74º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FADD88 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 136 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.02 |
| HSL | 44.74º | 0.92% | 0.76% | - |
| HSV(B) | 44.74º | 0.46% | 0.98% | - |
| XYZ | 69.72 | 73.81 | 33.87 | - |
| YUV | 219.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 136 | 0 | 0.12 | 0.46 | 0.02 | 44.74 | 0.92 | 0.76 |
| Hex | FA | DD | 88 | 0 | C | 2E | 2 | 2D | 5C | 4C |
| Octal | 372 | 335 | 210 | 0 | 14 | 56 | 2 | 55 | 134 | 114 |
| Binary | 11111010 | 11011101 | 10001000 | 0 | 1100 | 101110 | 10 | 101101 | 1011100 | 1001100 |
Color Harmonies of #FADD88
Complementary color
Monochromatic Colors of #FADD88
Black with #FADD88
Text Example
Text Example
White with #FADD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD88; }
p { color: rgb(250,221,136); }
H1.HeaderClassName
{
color: #FADD88;
}
.AnyTagClassName
{
color: #FADD88;
}
</style>
background-color css
<style>
a { background-color: #FADD88; }
a { background-color: rgb(250,221,136); }
div.DivClassName
{
background-color: #FADD88;
}
.BgClassName
{
background-color: #FADD88;
}
</style>
border-color css
<style>
span { border-color: #FADD88; }
span { border-color: rgb(250,221,136); }
td.TdClassName
{
border-color: #FADD88;
}
.TagClassName
{
border-color: #FADD88;
}
</style>