Shades of Golden Glow #FADA7F
Tints of Golden Glow #FADA7F
RGB
CMYK
RGB Variations
Color information
#FADA7F (or 0xFADA7F) is known color: Golden Glow. HEX triplet: FA, DA and 7F. RGB value is (250,218,127). Sum of RGB (Red+Green+Blue) = 250+218+127=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA7F is #052580. Grayscale: #D9D9D9. Windows color (decimal): -337281 or 8379130. OLE color: 8379130.
HSL color Cylindrical-coordinate representation of color #FADA7F: hue angle of 44.39º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FADA7F is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 127 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.02 |
| HSL | 44.39º | 0.92% | 0.74% | - |
| HSV(B) | 44.39º | 0.49% | 0.98% | - |
| XYZ | 68.33 | 72 | 30.37 | - |
| YUV | 217.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 127 | 0 | 0.13 | 0.49 | 0.02 | 44.39 | 0.92 | 0.74 |
| Hex | FA | DA | 7F | 0 | D | 31 | 2 | 2C | 5C | 4A |
| Octal | 372 | 332 | 177 | 0 | 15 | 61 | 2 | 54 | 134 | 112 |
| Binary | 11111010 | 11011010 | 1111111 | 0 | 1101 | 110001 | 10 | 101100 | 1011100 | 1001010 |
Color Harmonies of #FADA7F
Complementary color
Monochromatic Colors of #FADA7F
Black with #FADA7F
Text Example
Text Example
White with #FADA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA7F; }
p { color: rgb(250,218,127); }
H1.HeaderClassName
{
color: #FADA7F;
}
.AnyTagClassName
{
color: #FADA7F;
}
</style>
background-color css
<style>
a { background-color: #FADA7F; }
a { background-color: rgb(250,218,127); }
div.DivClassName
{
background-color: #FADA7F;
}
.BgClassName
{
background-color: #FADA7F;
}
</style>
border-color css
<style>
span { border-color: #FADA7F; }
span { border-color: rgb(250,218,127); }
td.TdClassName
{
border-color: #FADA7F;
}
.TagClassName
{
border-color: #FADA7F;
}
</style>