Shades of Golden Glow #FADC82
Tints of Golden Glow #FADC82
RGB
CMYK
RGB Variations
Color information
#FADC82 (or 0xFADC82) is known color: Golden Glow. HEX triplet: FA, DC and 82. RGB value is (250,220,130). Sum of RGB (Red+Green+Blue) = 250+220+130=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC82 is #05237D. Grayscale: #DBDBDB. Windows color (decimal): -336766 or 8576250. OLE color: 8576250.
HSL color Cylindrical-coordinate representation of color #FADC82: hue angle of 45º 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 #FADC82 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 130 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.02 |
| HSL | 45º | 0.92% | 0.75% | - |
| HSV(B) | 45º | 0.48% | 0.98% | - |
| XYZ | 69.05 | 73.12 | 31.59 | - |
| YUV | 218.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 130 | 0 | 0.12 | 0.48 | 0.02 | 45 | 0.92 | 0.75 |
| Hex | FA | DC | 82 | 0 | C | 30 | 2 | 2D | 5C | 4B |
| Octal | 372 | 334 | 202 | 0 | 14 | 60 | 2 | 55 | 134 | 113 |
| Binary | 11111010 | 11011100 | 10000010 | 0 | 1100 | 110000 | 10 | 101101 | 1011100 | 1001011 |
Color Harmonies of #FADC82
Complementary color
Monochromatic Colors of #FADC82
Black with #FADC82
Text Example
Text Example
White with #FADC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC82; }
p { color: rgb(250,220,130); }
H1.HeaderClassName
{
color: #FADC82;
}
.AnyTagClassName
{
color: #FADC82;
}
</style>
background-color css
<style>
a { background-color: #FADC82; }
a { background-color: rgb(250,220,130); }
div.DivClassName
{
background-color: #FADC82;
}
.BgClassName
{
background-color: #FADC82;
}
</style>
border-color css
<style>
span { border-color: #FADC82; }
span { border-color: rgb(250,220,130); }
td.TdClassName
{
border-color: #FADC82;
}
.TagClassName
{
border-color: #FADC82;
}
</style>