Shades of Golden Glow #FADF81
Tints of Golden Glow #FADF81
RGB
CMYK
RGB Variations
Color information
#FADF81 (or 0xFADF81) is known color: Golden Glow. HEX triplet: FA, DF and 81. RGB value is (250,223,129). Sum of RGB (Red+Green+Blue) = 250+223+129=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF81 is #05207E. Grayscale: #DCDCDC. Windows color (decimal): -335999 or 8511482. OLE color: 8511482.
HSL color Cylindrical-coordinate representation of color #FADF81: hue angle of 46.61º 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 #FADF81 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 129 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.02 |
| HSL | 46.61º | 0.92% | 0.74% | - |
| HSV(B) | 46.61º | 0.48% | 0.98% | - |
| XYZ | 69.77 | 74.68 | 31.51 | - |
| YUV | 220.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 129 | 0 | 0.11 | 0.48 | 0.02 | 46.61 | 0.92 | 0.74 |
| Hex | FA | DF | 81 | 0 | B | 30 | 2 | 2F | 5C | 4A |
| Octal | 372 | 337 | 201 | 0 | 13 | 60 | 2 | 57 | 134 | 112 |
| Binary | 11111010 | 11011111 | 10000001 | 0 | 1011 | 110000 | 10 | 101111 | 1011100 | 1001010 |
Color Harmonies of #FADF81
Complementary color
Monochromatic Colors of #FADF81
Black with #FADF81
Text Example
Text Example
White with #FADF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF81; }
p { color: rgb(250,223,129); }
H1.HeaderClassName
{
color: #FADF81;
}
.AnyTagClassName
{
color: #FADF81;
}
</style>
background-color css
<style>
a { background-color: #FADF81; }
a { background-color: rgb(250,223,129); }
div.DivClassName
{
background-color: #FADF81;
}
.BgClassName
{
background-color: #FADF81;
}
</style>
border-color css
<style>
span { border-color: #FADF81; }
span { border-color: rgb(250,223,129); }
td.TdClassName
{
border-color: #FADF81;
}
.TagClassName
{
border-color: #FADF81;
}
</style>