Shades of Golden Glow #FADB85
Tints of Golden Glow #FADB85
RGB
CMYK
RGB Variations
Color information
#FADB85 (or 0xFADB85) is known color: Golden Glow. HEX triplet: FA, DB and 85. RGB value is (250,219,133). Sum of RGB (Red+Green+Blue) = 250+219+133=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB85 is #05247A. Grayscale: #DADADA. Windows color (decimal): -337019 or 8772602. OLE color: 8772602.
HSL color Cylindrical-coordinate representation of color #FADB85: hue angle of 44.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FADB85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 133 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.1º | 0.92% | 0.75% | - |
| HSV(B) | 44.1º | 0.47% | 0.98% | - |
| XYZ | 68.99 | 72.68 | 32.58 | - |
| YUV | 218.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 133 | 0 | 0.12 | 0.47 | 0.02 | 44.1 | 0.92 | 0.75 |
| Hex | FA | DB | 85 | 0 | C | 2F | 2 | 2C | 5C | 4B |
| Octal | 372 | 333 | 205 | 0 | 14 | 57 | 2 | 54 | 134 | 113 |
| Binary | 11111010 | 11011011 | 10000101 | 0 | 1100 | 101111 | 10 | 101100 | 1011100 | 1001011 |
Color Harmonies of #FADB85
Complementary color
Monochromatic Colors of #FADB85
Black with #FADB85
Text Example
Text Example
White with #FADB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB85; }
p { color: rgb(250,219,133); }
H1.HeaderClassName
{
color: #FADB85;
}
.AnyTagClassName
{
color: #FADB85;
}
</style>
background-color css
<style>
a { background-color: #FADB85; }
a { background-color: rgb(250,219,133); }
div.DivClassName
{
background-color: #FADB85;
}
.BgClassName
{
background-color: #FADB85;
}
</style>
border-color css
<style>
span { border-color: #FADB85; }
span { border-color: rgb(250,219,133); }
td.TdClassName
{
border-color: #FADB85;
}
.TagClassName
{
border-color: #FADB85;
}
</style>