Shades of Golden Glow #FADB8A
Tints of Golden Glow #FADB8A
RGB
CMYK
RGB Variations
Color information
#FADB8A (or 0xFADB8A) is known color: Golden Glow. HEX triplet: FA, DB and 8A. RGB value is (250,219,138). Sum of RGB (Red+Green+Blue) = 250+219+138=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB8A is #052475. Grayscale: #DBDBDB. Windows color (decimal): -337014 or 9100282. OLE color: 9100282.
HSL color Cylindrical-coordinate representation of color #FADB8A: hue angle of 43.39º 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 #FADB8A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 138 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.02 |
| HSL | 43.39º | 0.92% | 0.76% | - |
| HSV(B) | 43.39º | 0.45% | 0.98% | - |
| XYZ | 69.34 | 72.82 | 34.45 | - |
| YUV | 219.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 138 | 0 | 0.12 | 0.45 | 0.02 | 43.39 | 0.92 | 0.76 |
| Hex | FA | DB | 8A | 0 | C | 2D | 2 | 2B | 5C | 4C |
| Octal | 372 | 333 | 212 | 0 | 14 | 55 | 2 | 53 | 134 | 114 |
| Binary | 11111010 | 11011011 | 10001010 | 0 | 1100 | 101101 | 10 | 101011 | 1011100 | 1001100 |
Color Harmonies of #FADB8A
Complementary color
Monochromatic Colors of #FADB8A
Black with #FADB8A
Text Example
Text Example
White with #FADB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB8A; }
p { color: rgb(250,219,138); }
H1.HeaderClassName
{
color: #FADB8A;
}
.AnyTagClassName
{
color: #FADB8A;
}
</style>
background-color css
<style>
a { background-color: #FADB8A; }
a { background-color: rgb(250,219,138); }
div.DivClassName
{
background-color: #FADB8A;
}
.BgClassName
{
background-color: #FADB8A;
}
</style>
border-color css
<style>
span { border-color: #FADB8A; }
span { border-color: rgb(250,219,138); }
td.TdClassName
{
border-color: #FADB8A;
}
.TagClassName
{
border-color: #FADB8A;
}
</style>