Shades of Golden Glow #FADB7D
Tints of Golden Glow #FADB7D
RGB
CMYK
RGB Variations
Color information
#FADB7D (or 0xFADB7D) is known color: Golden Glow. HEX triplet: FA, DB and 7D. RGB value is (250,219,125). Sum of RGB (Red+Green+Blue) = 250+219+125=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7D is #052482. Grayscale: #D9D9D9. Windows color (decimal): -337027 or 8248314. OLE color: 8248314.
HSL color Cylindrical-coordinate representation of color #FADB7D: hue angle of 45.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADB7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.12º | 0.93% | 0.74% | - |
| HSV(B) | 45.12º | 0.5% | 0.98% | - |
| XYZ | 68.46 | 72.47 | 29.78 | - |
| YUV | 217.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 125 | 0 | 0.12 | 0.50 | 0.02 | 45.12 | 0.93 | 0.74 |
| Hex | FA | DB | 7D | 0 | C | 32 | 2 | 2D | 5D | 4A |
| Octal | 372 | 333 | 175 | 0 | 14 | 62 | 2 | 55 | 135 | 112 |
| Binary | 11111010 | 11011011 | 1111101 | 0 | 1100 | 110010 | 10 | 101101 | 1011101 | 1001010 |
Color Harmonies of #FADB7D
Complementary color
Monochromatic Colors of #FADB7D
Black with #FADB7D
Text Example
Text Example
White with #FADB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB7D; }
p { color: rgb(250,219,125); }
H1.HeaderClassName
{
color: #FADB7D;
}
.AnyTagClassName
{
color: #FADB7D;
}
</style>
background-color css
<style>
a { background-color: #FADB7D; }
a { background-color: rgb(250,219,125); }
div.DivClassName
{
background-color: #FADB7D;
}
.BgClassName
{
background-color: #FADB7D;
}
</style>
border-color css
<style>
span { border-color: #FADB7D; }
span { border-color: rgb(250,219,125); }
td.TdClassName
{
border-color: #FADB7D;
}
.TagClassName
{
border-color: #FADB7D;
}
</style>