Shades of Golden Glow #FADB7A
Tints of Golden Glow #FADB7A
RGB
CMYK
RGB Variations
Color information
#FADB7A (or 0xFADB7A) is known color: Golden Glow. HEX triplet: FA, DB and 7A. RGB value is (250,219,122). Sum of RGB (Red+Green+Blue) = 250+219+122=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7A is #052485. Grayscale: #D9D9D9. Windows color (decimal): -337030 or 8051706. OLE color: 8051706.
HSL color Cylindrical-coordinate representation of color #FADB7A: hue angle of 45.47º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADB7A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 122 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.47º | 0.93% | 0.73% | - |
| HSV(B) | 45.47º | 0.51% | 0.98% | - |
| XYZ | 68.27 | 72.39 | 28.79 | - |
| YUV | 217.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 122 | 0 | 0.12 | 0.51 | 0.02 | 45.47 | 0.93 | 0.73 |
| Hex | FA | DB | 7A | 0 | C | 33 | 2 | 2D | 5D | 49 |
| Octal | 372 | 333 | 172 | 0 | 14 | 63 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011011 | 1111010 | 0 | 1100 | 110011 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADB7A
Complementary color
Monochromatic Colors of #FADB7A
Black with #FADB7A
Text Example
Text Example
White with #FADB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB7A; }
p { color: rgb(250,219,122); }
H1.HeaderClassName
{
color: #FADB7A;
}
.AnyTagClassName
{
color: #FADB7A;
}
</style>
background-color css
<style>
a { background-color: #FADB7A; }
a { background-color: rgb(250,219,122); }
div.DivClassName
{
background-color: #FADB7A;
}
.BgClassName
{
background-color: #FADB7A;
}
</style>
border-color css
<style>
span { border-color: #FADB7A; }
span { border-color: rgb(250,219,122); }
td.TdClassName
{
border-color: #FADB7A;
}
.TagClassName
{
border-color: #FADB7A;
}
</style>