Shades of Golden Glow #FADB7B
Tints of Golden Glow #FADB7B
RGB
CMYK
RGB Variations
Color information
#FADB7B (or 0xFADB7B) is known color: Golden Glow. HEX triplet: FA, DB and 7B. RGB value is (250,219,123). Sum of RGB (Red+Green+Blue) = 250+219+123=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB7B is #052484. Grayscale: #D9D9D9. Windows color (decimal): -337029 or 8117242. OLE color: 8117242.
HSL color Cylindrical-coordinate representation of color #FADB7B: hue angle of 45.35º 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 #FADB7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 123 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.35º | 0.93% | 0.73% | - |
| HSV(B) | 45.35º | 0.51% | 0.98% | - |
| XYZ | 68.33 | 72.42 | 29.12 | - |
| YUV | 217.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 123 | 0 | 0.12 | 0.51 | 0.02 | 45.35 | 0.93 | 0.73 |
| Hex | FA | DB | 7B | 0 | C | 33 | 2 | 2D | 5D | 49 |
| Octal | 372 | 333 | 173 | 0 | 14 | 63 | 2 | 55 | 135 | 111 |
| Binary | 11111010 | 11011011 | 1111011 | 0 | 1100 | 110011 | 10 | 101101 | 1011101 | 1001001 |
Color Harmonies of #FADB7B
Complementary color
Monochromatic Colors of #FADB7B
Black with #FADB7B
Text Example
Text Example
White with #FADB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB7B; }
p { color: rgb(250,219,123); }
H1.HeaderClassName
{
color: #FADB7B;
}
.AnyTagClassName
{
color: #FADB7B;
}
</style>
background-color css
<style>
a { background-color: #FADB7B; }
a { background-color: rgb(250,219,123); }
div.DivClassName
{
background-color: #FADB7B;
}
.BgClassName
{
background-color: #FADB7B;
}
</style>
border-color css
<style>
span { border-color: #FADB7B; }
span { border-color: rgb(250,219,123); }
td.TdClassName
{
border-color: #FADB7B;
}
.TagClassName
{
border-color: #FADB7B;
}
</style>