Shades of Golden Glow #FADC7F
Tints of Golden Glow #FADC7F
RGB
CMYK
RGB Variations
Color information
#FADC7F (or 0xFADC7F) is known color: Golden Glow. HEX triplet: FA, DC and 7F. RGB value is (250,220,127). Sum of RGB (Red+Green+Blue) = 250+220+127=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7F is #052380. Grayscale: #DADADA. Windows color (decimal): -336769 or 8379642. OLE color: 8379642.
HSL color Cylindrical-coordinate representation of color #FADC7F: hue angle of 45.37º 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 #FADC7F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 127 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.02 |
| HSL | 45.37º | 0.92% | 0.74% | - |
| HSV(B) | 45.37º | 0.49% | 0.98% | - |
| XYZ | 68.85 | 73.04 | 30.55 | - |
| YUV | 218.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 127 | 0 | 0.12 | 0.49 | 0.02 | 45.37 | 0.92 | 0.74 |
| Hex | FA | DC | 7F | 0 | C | 31 | 2 | 2D | 5C | 4A |
| Octal | 372 | 334 | 177 | 0 | 14 | 61 | 2 | 55 | 134 | 112 |
| Binary | 11111010 | 11011100 | 1111111 | 0 | 1100 | 110001 | 10 | 101101 | 1011100 | 1001010 |
Color Harmonies of #FADC7F
Complementary color
Monochromatic Colors of #FADC7F
Black with #FADC7F
Text Example
Text Example
White with #FADC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC7F; }
p { color: rgb(250,220,127); }
H1.HeaderClassName
{
color: #FADC7F;
}
.AnyTagClassName
{
color: #FADC7F;
}
</style>
background-color css
<style>
a { background-color: #FADC7F; }
a { background-color: rgb(250,220,127); }
div.DivClassName
{
background-color: #FADC7F;
}
.BgClassName
{
background-color: #FADC7F;
}
</style>
border-color css
<style>
span { border-color: #FADC7F; }
span { border-color: rgb(250,220,127); }
td.TdClassName
{
border-color: #FADC7F;
}
.TagClassName
{
border-color: #FADC7F;
}
</style>