Shades of Golden Glow #FADB88
Tints of Golden Glow #FADB88
RGB
CMYK
RGB Variations
Color information
#FADB88 (or 0xFADB88) is known color: Golden Glow. HEX triplet: FA, DB and 88. RGB value is (250,219,136). Sum of RGB (Red+Green+Blue) = 250+219+136=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB88 is #052477. Grayscale: #DBDBDB. Windows color (decimal): -337016 or 8969210. OLE color: 8969210.
HSL color Cylindrical-coordinate representation of color #FADB88: hue angle of 43.68º 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 #FADB88 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 136 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.02 |
| HSL | 43.68º | 0.92% | 0.76% | - |
| HSV(B) | 43.68º | 0.46% | 0.98% | - |
| XYZ | 69.2 | 72.76 | 33.69 | - |
| YUV | 218.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 136 | 0 | 0.12 | 0.46 | 0.02 | 43.68 | 0.92 | 0.76 |
| Hex | FA | DB | 88 | 0 | C | 2E | 2 | 2C | 5C | 4C |
| Octal | 372 | 333 | 210 | 0 | 14 | 56 | 2 | 54 | 134 | 114 |
| Binary | 11111010 | 11011011 | 10001000 | 0 | 1100 | 101110 | 10 | 101100 | 1011100 | 1001100 |
Color Harmonies of #FADB88
Complementary color
Monochromatic Colors of #FADB88
Black with #FADB88
Text Example
Text Example
White with #FADB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB88; }
p { color: rgb(250,219,136); }
H1.HeaderClassName
{
color: #FADB88;
}
.AnyTagClassName
{
color: #FADB88;
}
</style>
background-color css
<style>
a { background-color: #FADB88; }
a { background-color: rgb(250,219,136); }
div.DivClassName
{
background-color: #FADB88;
}
.BgClassName
{
background-color: #FADB88;
}
</style>
border-color css
<style>
span { border-color: #FADB88; }
span { border-color: rgb(250,219,136); }
td.TdClassName
{
border-color: #FADB88;
}
.TagClassName
{
border-color: #FADB88;
}
</style>