Shades of Golden Glow #FAD781
Tints of Golden Glow #FAD781
RGB
CMYK
RGB Variations
Color information
#FAD781 (or 0xFAD781) is known color: Golden Glow. HEX triplet: FA, D7 and 81. RGB value is (250,215,129). Sum of RGB (Red+Green+Blue) = 250+215+129=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD781 is #05287E. Grayscale: #D8D8D8. Windows color (decimal): -338047 or 8509434. OLE color: 8509434.
HSL color Cylindrical-coordinate representation of color #FAD781: hue angle of 42.64º 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 #FAD781 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 129 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.02 |
| HSL | 42.64º | 0.92% | 0.74% | - |
| HSV(B) | 42.64º | 0.48% | 0.98% | - |
| XYZ | 67.69 | 70.51 | 30.81 | - |
| YUV | 215.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 129 | 0 | 0.14 | 0.48 | 0.02 | 42.64 | 0.92 | 0.74 |
| Hex | FA | D7 | 81 | 0 | E | 30 | 2 | 2B | 5C | 4A |
| Octal | 372 | 327 | 201 | 0 | 16 | 60 | 2 | 53 | 134 | 112 |
| Binary | 11111010 | 11010111 | 10000001 | 0 | 1110 | 110000 | 10 | 101011 | 1011100 | 1001010 |
Color Harmonies of #FAD781
Complementary color
Monochromatic Colors of #FAD781
Black with #FAD781
Text Example
Text Example
White with #FAD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD781; }
p { color: rgb(250,215,129); }
H1.HeaderClassName
{
color: #FAD781;
}
.AnyTagClassName
{
color: #FAD781;
}
</style>
background-color css
<style>
a { background-color: #FAD781; }
a { background-color: rgb(250,215,129); }
div.DivClassName
{
background-color: #FAD781;
}
.BgClassName
{
background-color: #FAD781;
}
</style>
border-color css
<style>
span { border-color: #FAD781; }
span { border-color: rgb(250,215,129); }
td.TdClassName
{
border-color: #FAD781;
}
.TagClassName
{
border-color: #FAD781;
}
</style>