Shades of Golden Glow #FADC85
Tints of Golden Glow #FADC85
RGB
CMYK
RGB Variations
Color information
#FADC85 (or 0xFADC85) is known color: Golden Glow. HEX triplet: FA, DC and 85. RGB value is (250,220,133). Sum of RGB (Red+Green+Blue) = 250+220+133=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC85 is #05237A. Grayscale: #DBDBDB. Windows color (decimal): -336763 or 8772858. OLE color: 8772858.
HSL color Cylindrical-coordinate representation of color #FADC85: hue angle of 44.62º 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 #FADC85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 133 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.62º | 0.92% | 0.75% | - |
| HSV(B) | 44.62º | 0.47% | 0.98% | - |
| XYZ | 69.25 | 73.2 | 32.67 | - |
| YUV | 219.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 133 | 0 | 0.12 | 0.47 | 0.02 | 44.62 | 0.92 | 0.75 |
| Hex | FA | DC | 85 | 0 | C | 2F | 2 | 2D | 5C | 4B |
| Octal | 372 | 334 | 205 | 0 | 14 | 57 | 2 | 55 | 134 | 113 |
| Binary | 11111010 | 11011100 | 10000101 | 0 | 1100 | 101111 | 10 | 101101 | 1011100 | 1001011 |
Color Harmonies of #FADC85
Complementary color
Monochromatic Colors of #FADC85
Black with #FADC85
Text Example
Text Example
White with #FADC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC85; }
p { color: rgb(250,220,133); }
H1.HeaderClassName
{
color: #FADC85;
}
.AnyTagClassName
{
color: #FADC85;
}
</style>
background-color css
<style>
a { background-color: #FADC85; }
a { background-color: rgb(250,220,133); }
div.DivClassName
{
background-color: #FADC85;
}
.BgClassName
{
background-color: #FADC85;
}
</style>
border-color css
<style>
span { border-color: #FADC85; }
span { border-color: rgb(250,220,133); }
td.TdClassName
{
border-color: #FADC85;
}
.TagClassName
{
border-color: #FADC85;
}
</style>