Shades of Golden Glow #FADA88
Tints of Golden Glow #FADA88
RGB
CMYK
RGB Variations
Color information
#FADA88 (or 0xFADA88) is known color: Golden Glow. HEX triplet: FA, DA and 88. RGB value is (250,218,136). Sum of RGB (Red+Green+Blue) = 250+218+136=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA88 is #052577. Grayscale: #DADADA. Windows color (decimal): -337272 or 8968954. OLE color: 8968954.
HSL color Cylindrical-coordinate representation of color #FADA88: hue angle of 43.16º 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 #FADA88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 136 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.02 |
| HSL | 43.16º | 0.92% | 0.76% | - |
| HSV(B) | 43.16º | 0.46% | 0.98% | - |
| XYZ | 68.94 | 72.24 | 33.6 | - |
| YUV | 218.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 136 | 0 | 0.13 | 0.46 | 0.02 | 43.16 | 0.92 | 0.76 |
| Hex | FA | DA | 88 | 0 | D | 2E | 2 | 2B | 5C | 4C |
| Octal | 372 | 332 | 210 | 0 | 15 | 56 | 2 | 53 | 134 | 114 |
| Binary | 11111010 | 11011010 | 10001000 | 0 | 1101 | 101110 | 10 | 101011 | 1011100 | 1001100 |
Color Harmonies of #FADA88
Complementary color
Monochromatic Colors of #FADA88
Black with #FADA88
Text Example
Text Example
White with #FADA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA88; }
p { color: rgb(250,218,136); }
H1.HeaderClassName
{
color: #FADA88;
}
.AnyTagClassName
{
color: #FADA88;
}
</style>
background-color css
<style>
a { background-color: #FADA88; }
a { background-color: rgb(250,218,136); }
div.DivClassName
{
background-color: #FADA88;
}
.BgClassName
{
background-color: #FADA88;
}
</style>
border-color css
<style>
span { border-color: #FADA88; }
span { border-color: rgb(250,218,136); }
td.TdClassName
{
border-color: #FADA88;
}
.TagClassName
{
border-color: #FADA88;
}
</style>