Shades of Golden Glow #FADB8B
Tints of Golden Glow #FADB8B
RGB
CMYK
RGB Variations
Color information
#FADB8B (or 0xFADB8B) is known color: Golden Glow. HEX triplet: FA, DB and 8B. RGB value is (250,219,139). Sum of RGB (Red+Green+Blue) = 250+219+139=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB8B is #052474. Grayscale: #DBDBDB. Windows color (decimal): -337013 or 9165818. OLE color: 9165818.
HSL color Cylindrical-coordinate representation of color #FADB8B: hue angle of 43.24º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FADB8B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 139 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 43.24º | 0.92% | 0.76% | - |
| HSV(B) | 43.24º | 0.44% | 0.98% | - |
| XYZ | 69.42 | 72.85 | 34.83 | - |
| YUV | 219.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 139 | 0 | 0.12 | 0.44 | 0.02 | 43.24 | 0.92 | 0.76 |
| Hex | FA | DB | 8B | 0 | C | 2C | 2 | 2B | 5C | 4C |
| Octal | 372 | 333 | 213 | 0 | 14 | 54 | 2 | 53 | 134 | 114 |
| Binary | 11111010 | 11011011 | 10001011 | 0 | 1100 | 101100 | 10 | 101011 | 1011100 | 1001100 |
Color Harmonies of #FADB8B
Complementary color
Monochromatic Colors of #FADB8B
Black with #FADB8B
Text Example
Text Example
White with #FADB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB8B; }
p { color: rgb(250,219,139); }
H1.HeaderClassName
{
color: #FADB8B;
}
.AnyTagClassName
{
color: #FADB8B;
}
</style>
background-color css
<style>
a { background-color: #FADB8B; }
a { background-color: rgb(250,219,139); }
div.DivClassName
{
background-color: #FADB8B;
}
.BgClassName
{
background-color: #FADB8B;
}
</style>
border-color css
<style>
span { border-color: #FADB8B; }
span { border-color: rgb(250,219,139); }
td.TdClassName
{
border-color: #FADB8B;
}
.TagClassName
{
border-color: #FADB8B;
}
</style>