Shades of Golden Glow #FADA8B
Tints of Golden Glow #FADA8B
RGB
CMYK
RGB Variations
Color information
#FADA8B (or 0xFADA8B) is known color: Golden Glow. HEX triplet: FA, DA and 8B. RGB value is (250,218,139). Sum of RGB (Red+Green+Blue) = 250+218+139=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA8B is #052574. Grayscale: #DADADA. Windows color (decimal): -337269 or 9165562. OLE color: 9165562.
HSL color Cylindrical-coordinate representation of color #FADA8B: hue angle of 42.7º 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 #FADA8B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 139 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.02 |
| HSL | 42.7º | 0.92% | 0.76% | - |
| HSV(B) | 42.7º | 0.44% | 0.98% | - |
| XYZ | 69.16 | 72.33 | 34.74 | - |
| YUV | 218.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 139 | 0 | 0.13 | 0.44 | 0.02 | 42.7 | 0.92 | 0.76 |
| Hex | FA | DA | 8B | 0 | D | 2C | 2 | 2B | 5C | 4C |
| Octal | 372 | 332 | 213 | 0 | 15 | 54 | 2 | 53 | 134 | 114 |
| Binary | 11111010 | 11011010 | 10001011 | 0 | 1101 | 101100 | 10 | 101011 | 1011100 | 1001100 |
Color Harmonies of #FADA8B
Complementary color
Monochromatic Colors of #FADA8B
Black with #FADA8B
Text Example
Text Example
White with #FADA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA8B; }
p { color: rgb(250,218,139); }
H1.HeaderClassName
{
color: #FADA8B;
}
.AnyTagClassName
{
color: #FADA8B;
}
</style>
background-color css
<style>
a { background-color: #FADA8B; }
a { background-color: rgb(250,218,139); }
div.DivClassName
{
background-color: #FADA8B;
}
.BgClassName
{
background-color: #FADA8B;
}
</style>
border-color css
<style>
span { border-color: #FADA8B; }
span { border-color: rgb(250,218,139); }
td.TdClassName
{
border-color: #FADA8B;
}
.TagClassName
{
border-color: #FADA8B;
}
</style>