Shades of Golden Glow #FADB89
Tints of Golden Glow #FADB89
RGB
CMYK
RGB Variations
Color information
#FADB89 (or 0xFADB89) is known color: Golden Glow. HEX triplet: FA, DB and 89. RGB value is (250,219,137). Sum of RGB (Red+Green+Blue) = 250+219+137=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB89 is #052476. Grayscale: #DBDBDB. Windows color (decimal): -337015 or 9034746. OLE color: 9034746.
HSL color Cylindrical-coordinate representation of color #FADB89: hue angle of 43.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FADB89 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 137 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.02 |
| HSL | 43.54º | 0.92% | 0.76% | - |
| HSV(B) | 43.54º | 0.45% | 0.98% | - |
| XYZ | 69.27 | 72.79 | 34.07 | - |
| YUV | 218.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 137 | 0 | 0.12 | 0.45 | 0.02 | 43.54 | 0.92 | 0.76 |
| Hex | FA | DB | 89 | 0 | C | 2D | 2 | 2C | 5C | 4C |
| Octal | 372 | 333 | 211 | 0 | 14 | 55 | 2 | 54 | 134 | 114 |
| Binary | 11111010 | 11011011 | 10001001 | 0 | 1100 | 101101 | 10 | 101100 | 1011100 | 1001100 |
Color Harmonies of #FADB89
Complementary color
Monochromatic Colors of #FADB89
Black with #FADB89
Text Example
Text Example
White with #FADB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB89; }
p { color: rgb(250,219,137); }
H1.HeaderClassName
{
color: #FADB89;
}
.AnyTagClassName
{
color: #FADB89;
}
</style>
background-color css
<style>
a { background-color: #FADB89; }
a { background-color: rgb(250,219,137); }
div.DivClassName
{
background-color: #FADB89;
}
.BgClassName
{
background-color: #FADB89;
}
</style>
border-color css
<style>
span { border-color: #FADB89; }
span { border-color: rgb(250,219,137); }
td.TdClassName
{
border-color: #FADB89;
}
.TagClassName
{
border-color: #FADB89;
}
</style>