Shades of Golden Glow #FADB83
Tints of Golden Glow #FADB83
RGB
CMYK
RGB Variations
Color information
#FADB83 (or 0xFADB83) is known color: Golden Glow. HEX triplet: FA, DB and 83. RGB value is (250,219,131). Sum of RGB (Red+Green+Blue) = 250+219+131=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB83 is #05247C. Grayscale: #DADADA. Windows color (decimal): -337021 or 8641530. OLE color: 8641530.
HSL color Cylindrical-coordinate representation of color #FADB83: hue angle of 44.37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FADB83 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 131 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.02 |
| HSL | 44.37º | 0.92% | 0.75% | - |
| HSV(B) | 44.37º | 0.48% | 0.98% | - |
| XYZ | 68.85 | 72.63 | 31.86 | - |
| YUV | 218.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 131 | 0 | 0.12 | 0.48 | 0.02 | 44.37 | 0.92 | 0.75 |
| Hex | FA | DB | 83 | 0 | C | 30 | 2 | 2C | 5C | 4B |
| Octal | 372 | 333 | 203 | 0 | 14 | 60 | 2 | 54 | 134 | 113 |
| Binary | 11111010 | 11011011 | 10000011 | 0 | 1100 | 110000 | 10 | 101100 | 1011100 | 1001011 |
Color Harmonies of #FADB83
Complementary color
Monochromatic Colors of #FADB83
Black with #FADB83
Text Example
Text Example
White with #FADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB83; }
p { color: rgb(250,219,131); }
H1.HeaderClassName
{
color: #FADB83;
}
.AnyTagClassName
{
color: #FADB83;
}
</style>
background-color css
<style>
a { background-color: #FADB83; }
a { background-color: rgb(250,219,131); }
div.DivClassName
{
background-color: #FADB83;
}
.BgClassName
{
background-color: #FADB83;
}
</style>
border-color css
<style>
span { border-color: #FADB83; }
span { border-color: rgb(250,219,131); }
td.TdClassName
{
border-color: #FADB83;
}
.TagClassName
{
border-color: #FADB83;
}
</style>