Shades of Golden Glow #FADF86
Tints of Golden Glow #FADF86
RGB
CMYK
RGB Variations
Color information
#FADF86 (or 0xFADF86) is known color: Golden Glow. HEX triplet: FA, DF and 86. RGB value is (250,223,134). Sum of RGB (Red+Green+Blue) = 250+223+134=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF86 is #052079. Grayscale: #DDDDDD. Windows color (decimal): -335994 or 8839162. OLE color: 8839162.
HSL color Cylindrical-coordinate representation of color #FADF86: hue angle of 46.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FADF86 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 134 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.02 |
| HSL | 46.03º | 0.92% | 0.75% | - |
| HSV(B) | 46.03º | 0.46% | 0.98% | - |
| XYZ | 70.12 | 74.82 | 33.3 | - |
| YUV | 220.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 134 | 0 | 0.11 | 0.46 | 0.02 | 46.03 | 0.92 | 0.75 |
| Hex | FA | DF | 86 | 0 | B | 2E | 2 | 2E | 5C | 4B |
| Octal | 372 | 337 | 206 | 0 | 13 | 56 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011111 | 10000110 | 0 | 1011 | 101110 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADF86
Complementary color
Monochromatic Colors of #FADF86
Black with #FADF86
Text Example
Text Example
White with #FADF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF86; }
p { color: rgb(250,223,134); }
H1.HeaderClassName
{
color: #FADF86;
}
.AnyTagClassName
{
color: #FADF86;
}
</style>
background-color css
<style>
a { background-color: #FADF86; }
a { background-color: rgb(250,223,134); }
div.DivClassName
{
background-color: #FADF86;
}
.BgClassName
{
background-color: #FADF86;
}
</style>
border-color css
<style>
span { border-color: #FADF86; }
span { border-color: rgb(250,223,134); }
td.TdClassName
{
border-color: #FADF86;
}
.TagClassName
{
border-color: #FADF86;
}
</style>