Shades of Golden Glow #FADC84
Tints of Golden Glow #FADC84
RGB
CMYK
RGB Variations
Color information
#FADC84 (or 0xFADC84) is known color: Golden Glow. HEX triplet: FA, DC and 84. RGB value is (250,220,132). Sum of RGB (Red+Green+Blue) = 250+220+132=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC84 is #05237B. Grayscale: #DBDBDB. Windows color (decimal): -336764 or 8707322. OLE color: 8707322.
HSL color Cylindrical-coordinate representation of color #FADC84: hue angle of 44.75º 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 #FADC84 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 132 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.75º | 0.92% | 0.75% | - |
| HSV(B) | 44.75º | 0.47% | 0.98% | - |
| XYZ | 69.18 | 73.18 | 32.31 | - |
| YUV | 218.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 132 | 0 | 0.12 | 0.47 | 0.02 | 44.75 | 0.92 | 0.75 |
| Hex | FA | DC | 84 | 0 | C | 2F | 2 | 2D | 5C | 4B |
| Octal | 372 | 334 | 204 | 0 | 14 | 57 | 2 | 55 | 134 | 113 |
| Binary | 11111010 | 11011100 | 10000100 | 0 | 1100 | 101111 | 10 | 101101 | 1011100 | 1001011 |
Color Harmonies of #FADC84
Complementary color
Monochromatic Colors of #FADC84
Black with #FADC84
Text Example
Text Example
White with #FADC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC84; }
p { color: rgb(250,220,132); }
H1.HeaderClassName
{
color: #FADC84;
}
.AnyTagClassName
{
color: #FADC84;
}
</style>
background-color css
<style>
a { background-color: #FADC84; }
a { background-color: rgb(250,220,132); }
div.DivClassName
{
background-color: #FADC84;
}
.BgClassName
{
background-color: #FADC84;
}
</style>
border-color css
<style>
span { border-color: #FADC84; }
span { border-color: rgb(250,220,132); }
td.TdClassName
{
border-color: #FADC84;
}
.TagClassName
{
border-color: #FADC84;
}
</style>