Shades of Golden Glow #FADC89
Tints of Golden Glow #FADC89
RGB
CMYK
RGB Variations
Color information
#FADC89 (or 0xFADC89) is known color: Golden Glow. HEX triplet: FA, DC and 89. RGB value is (250,220,137). Sum of RGB (Red+Green+Blue) = 250+220+137=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC89 is #052376. Grayscale: #DBDBDB. Windows color (decimal): -336759 or 9035002. OLE color: 9035002.
HSL color Cylindrical-coordinate representation of color #FADC89: hue angle of 44.07º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FADC89 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 137 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.02 |
| HSL | 44.07º | 0.92% | 0.76% | - |
| HSV(B) | 44.07º | 0.45% | 0.98% | - |
| XYZ | 69.53 | 73.32 | 34.15 | - |
| YUV | 219.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 137 | 0 | 0.12 | 0.45 | 0.02 | 44.07 | 0.92 | 0.76 |
| Hex | FA | DC | 89 | 0 | C | 2D | 2 | 2C | 5C | 4C |
| Octal | 372 | 334 | 211 | 0 | 14 | 55 | 2 | 54 | 134 | 114 |
| Binary | 11111010 | 11011100 | 10001001 | 0 | 1100 | 101101 | 10 | 101100 | 1011100 | 1001100 |
Color Harmonies of #FADC89
Complementary color
Monochromatic Colors of #FADC89
Black with #FADC89
Text Example
Text Example
White with #FADC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC89; }
p { color: rgb(250,220,137); }
H1.HeaderClassName
{
color: #FADC89;
}
.AnyTagClassName
{
color: #FADC89;
}
</style>
background-color css
<style>
a { background-color: #FADC89; }
a { background-color: rgb(250,220,137); }
div.DivClassName
{
background-color: #FADC89;
}
.BgClassName
{
background-color: #FADC89;
}
</style>
border-color css
<style>
span { border-color: #FADC89; }
span { border-color: rgb(250,220,137); }
td.TdClassName
{
border-color: #FADC89;
}
.TagClassName
{
border-color: #FADC89;
}
</style>