Shades of Golden Glow #FADB84
Tints of Golden Glow #FADB84
RGB
CMYK
RGB Variations
Color information
#FADB84 (or 0xFADB84) is known color: Golden Glow. HEX triplet: FA, DB and 84. RGB value is (250,219,132). Sum of RGB (Red+Green+Blue) = 250+219+132=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB84 is #05247B. Grayscale: #DADADA. Windows color (decimal): -337020 or 8707066. OLE color: 8707066.
HSL color Cylindrical-coordinate representation of color #FADB84: hue angle of 44.24º 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 #FADB84 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 132 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.24º | 0.92% | 0.75% | - |
| HSV(B) | 44.24º | 0.47% | 0.98% | - |
| XYZ | 68.92 | 72.65 | 32.22 | - |
| YUV | 218.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 132 | 0 | 0.12 | 0.47 | 0.02 | 44.24 | 0.92 | 0.75 |
| Hex | FA | DB | 84 | 0 | C | 2F | 2 | 2C | 5C | 4B |
| Octal | 372 | 333 | 204 | 0 | 14 | 57 | 2 | 54 | 134 | 113 |
| Binary | 11111010 | 11011011 | 10000100 | 0 | 1100 | 101111 | 10 | 101100 | 1011100 | 1001011 |
Color Harmonies of #FADB84
Complementary color
Monochromatic Colors of #FADB84
Black with #FADB84
Text Example
Text Example
White with #FADB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB84; }
p { color: rgb(250,219,132); }
H1.HeaderClassName
{
color: #FADB84;
}
.AnyTagClassName
{
color: #FADB84;
}
</style>
background-color css
<style>
a { background-color: #FADB84; }
a { background-color: rgb(250,219,132); }
div.DivClassName
{
background-color: #FADB84;
}
.BgClassName
{
background-color: #FADB84;
}
</style>
border-color css
<style>
span { border-color: #FADB84; }
span { border-color: rgb(250,219,132); }
td.TdClassName
{
border-color: #FADB84;
}
.TagClassName
{
border-color: #FADB84;
}
</style>