Shades of Golden Glow #F7D573
Tints of Golden Glow #F7D573
RGB
CMYK
RGB Variations
Color information
#F7D573 (or 0xF7D573) is known color: Golden Glow. HEX triplet: F7, D5 and 73. RGB value is (247,213,115). Sum of RGB (Red+Green+Blue) = 247+213+115=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D573 is #082A8C. Grayscale: #D4D4D4. Windows color (decimal): -535181 or 7591415. OLE color: 7591415.
HSL color Cylindrical-coordinate representation of color #F7D573: hue angle of 44.55º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7D573 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 115 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.03 |
| HSL | 44.55º | 0.89% | 0.71% | - |
| HSV(B) | 44.55º | 0.53% | 0.97% | - |
| XYZ | 65.25 | 68.6 | 26.02 | - |
| YUV | 211.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 115 | 0 | 0.14 | 0.53 | 0.03 | 44.55 | 0.89 | 0.71 |
| Hex | F7 | D5 | 73 | 0 | E | 35 | 3 | 2D | 59 | 47 |
| Octal | 367 | 325 | 163 | 0 | 16 | 65 | 3 | 55 | 131 | 107 |
| Binary | 11110111 | 11010101 | 1110011 | 0 | 1110 | 110101 | 11 | 101101 | 1011001 | 1000111 |
Color Harmonies of #F7D573
Complementary color
Monochromatic Colors of #F7D573
Black with #F7D573
Text Example
Text Example
White with #F7D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D573; }
p { color: rgb(247,213,115); }
H1.HeaderClassName
{
color: #F7D573;
}
.AnyTagClassName
{
color: #F7D573;
}
</style>
background-color css
<style>
a { background-color: #F7D573; }
a { background-color: rgb(247,213,115); }
div.DivClassName
{
background-color: #F7D573;
}
.BgClassName
{
background-color: #F7D573;
}
</style>
border-color css
<style>
span { border-color: #F7D573; }
span { border-color: rgb(247,213,115); }
td.TdClassName
{
border-color: #F7D573;
}
.TagClassName
{
border-color: #F7D573;
}
</style>