Shades of Golden Glow #FADF85
Tints of Golden Glow #FADF85
RGB
CMYK
RGB Variations
Color information
#FADF85 (or 0xFADF85) is known color: Golden Glow. HEX triplet: FA, DF and 85. RGB value is (250,223,133). Sum of RGB (Red+Green+Blue) = 250+223+133=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF85 is #05207A. Grayscale: #DDDDDD. Windows color (decimal): -335995 or 8773626. OLE color: 8773626.
HSL color Cylindrical-coordinate representation of color #FADF85: hue angle of 46.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FADF85 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 133 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.02 |
| HSL | 46.15º | 0.92% | 0.75% | - |
| HSV(B) | 46.15º | 0.47% | 0.98% | - |
| XYZ | 70.05 | 74.79 | 32.93 | - |
| YUV | 220.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 133 | 0 | 0.11 | 0.47 | 0.02 | 46.15 | 0.92 | 0.75 |
| Hex | FA | DF | 85 | 0 | B | 2F | 2 | 2E | 5C | 4B |
| Octal | 372 | 337 | 205 | 0 | 13 | 57 | 2 | 56 | 134 | 113 |
| Binary | 11111010 | 11011111 | 10000101 | 0 | 1011 | 101111 | 10 | 101110 | 1011100 | 1001011 |
Color Harmonies of #FADF85
Complementary color
Monochromatic Colors of #FADF85
Black with #FADF85
Text Example
Text Example
White with #FADF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF85; }
p { color: rgb(250,223,133); }
H1.HeaderClassName
{
color: #FADF85;
}
.AnyTagClassName
{
color: #FADF85;
}
</style>
background-color css
<style>
a { background-color: #FADF85; }
a { background-color: rgb(250,223,133); }
div.DivClassName
{
background-color: #FADF85;
}
.BgClassName
{
background-color: #FADF85;
}
</style>
border-color css
<style>
span { border-color: #FADF85; }
span { border-color: rgb(250,223,133); }
td.TdClassName
{
border-color: #FADF85;
}
.TagClassName
{
border-color: #FADF85;
}
</style>