Shades of Golden Glow #FADC81
Tints of Golden Glow #FADC81
RGB
CMYK
RGB Variations
Color information
#FADC81 (or 0xFADC81) is known color: Golden Glow. HEX triplet: FA, DC and 81. RGB value is (250,220,129). Sum of RGB (Red+Green+Blue) = 250+220+129=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC81 is #05237E. Grayscale: #DADADA. Windows color (decimal): -336767 or 8510714. OLE color: 8510714.
HSL color Cylindrical-coordinate representation of color #FADC81: hue angle of 45.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FADC81 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 129 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.02 |
| HSL | 45.12º | 0.92% | 0.74% | - |
| HSV(B) | 45.12º | 0.48% | 0.98% | - |
| XYZ | 68.98 | 73.1 | 31.24 | - |
| YUV | 218.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 129 | 0 | 0.12 | 0.48 | 0.02 | 45.12 | 0.92 | 0.74 |
| Hex | FA | DC | 81 | 0 | C | 30 | 2 | 2D | 5C | 4A |
| Octal | 372 | 334 | 201 | 0 | 14 | 60 | 2 | 55 | 134 | 112 |
| Binary | 11111010 | 11011100 | 10000001 | 0 | 1100 | 110000 | 10 | 101101 | 1011100 | 1001010 |
Color Harmonies of #FADC81
Complementary color
Monochromatic Colors of #FADC81
Black with #FADC81
Text Example
Text Example
White with #FADC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC81; }
p { color: rgb(250,220,129); }
H1.HeaderClassName
{
color: #FADC81;
}
.AnyTagClassName
{
color: #FADC81;
}
</style>
background-color css
<style>
a { background-color: #FADC81; }
a { background-color: rgb(250,220,129); }
div.DivClassName
{
background-color: #FADC81;
}
.BgClassName
{
background-color: #FADC81;
}
</style>
border-color css
<style>
span { border-color: #FADC81; }
span { border-color: rgb(250,220,129); }
td.TdClassName
{
border-color: #FADC81;
}
.TagClassName
{
border-color: #FADC81;
}
</style>