Shades of Golden Glow #F7D97A
Tints of Golden Glow #F7D97A
RGB
CMYK
RGB Variations
Color information
#F7D97A (or 0xF7D97A) is known color: Golden Glow. HEX triplet: F7, D9 and 7A. RGB value is (247,217,122). Sum of RGB (Red+Green+Blue) = 247+217+122=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D97A is #082685. Grayscale: #D7D7D7. Windows color (decimal): -534150 or 8051191. OLE color: 8051191.
HSL color Cylindrical-coordinate representation of color #F7D97A: hue angle of 45.6º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7D97A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 122 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.03 |
| HSL | 45.6º | 0.89% | 0.72% | - |
| HSV(B) | 45.6º | 0.51% | 0.97% | - |
| XYZ | 66.68 | 70.81 | 28.56 | - |
| YUV | 215.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 122 | 0 | 0.12 | 0.51 | 0.03 | 45.6 | 0.89 | 0.72 |
| Hex | F7 | D9 | 7A | 0 | C | 33 | 3 | 2E | 59 | 48 |
| Octal | 367 | 331 | 172 | 0 | 14 | 63 | 3 | 56 | 131 | 110 |
| Binary | 11110111 | 11011001 | 1111010 | 0 | 1100 | 110011 | 11 | 101110 | 1011001 | 1001000 |
Color Harmonies of #F7D97A
Complementary color
Monochromatic Colors of #F7D97A
Black with #F7D97A
Text Example
Text Example
White with #F7D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D97A; }
p { color: rgb(247,217,122); }
H1.HeaderClassName
{
color: #F7D97A;
}
.AnyTagClassName
{
color: #F7D97A;
}
</style>
background-color css
<style>
a { background-color: #F7D97A; }
a { background-color: rgb(247,217,122); }
div.DivClassName
{
background-color: #F7D97A;
}
.BgClassName
{
background-color: #F7D97A;
}
</style>
border-color css
<style>
span { border-color: #F7D97A; }
span { border-color: rgb(247,217,122); }
td.TdClassName
{
border-color: #F7D97A;
}
.TagClassName
{
border-color: #F7D97A;
}
</style>