Shades of Golden Glow #F7D47A
Tints of Golden Glow #F7D47A
RGB
CMYK
RGB Variations
Color information
#F7D47A (or 0xF7D47A) is known color: Golden Glow. HEX triplet: F7, D4 and 7A. RGB value is (247,212,122). Sum of RGB (Red+Green+Blue) = 247+212+122=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D47A is #082B85. Grayscale: #D4D4D4. Windows color (decimal): -535430 or 8049911. OLE color: 8049911.
HSL color Cylindrical-coordinate representation of color #F7D47A: hue angle of 43.2º 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 #F7D47A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 122 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.03 |
| HSL | 43.2º | 0.89% | 0.72% | - |
| HSV(B) | 43.2º | 0.51% | 0.97% | - |
| XYZ | 65.41 | 68.27 | 28.14 | - |
| YUV | 212.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 122 | 0 | 0.14 | 0.51 | 0.03 | 43.2 | 0.89 | 0.72 |
| Hex | F7 | D4 | 7A | 0 | E | 33 | 3 | 2B | 59 | 48 |
| Octal | 367 | 324 | 172 | 0 | 16 | 63 | 3 | 53 | 131 | 110 |
| Binary | 11110111 | 11010100 | 1111010 | 0 | 1110 | 110011 | 11 | 101011 | 1011001 | 1001000 |
Color Harmonies of #F7D47A
Complementary color
Monochromatic Colors of #F7D47A
Black with #F7D47A
Text Example
Text Example
White with #F7D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D47A; }
p { color: rgb(247,212,122); }
H1.HeaderClassName
{
color: #F7D47A;
}
.AnyTagClassName
{
color: #F7D47A;
}
</style>
background-color css
<style>
a { background-color: #F7D47A; }
a { background-color: rgb(247,212,122); }
div.DivClassName
{
background-color: #F7D47A;
}
.BgClassName
{
background-color: #F7D47A;
}
</style>
border-color css
<style>
span { border-color: #F7D47A; }
span { border-color: rgb(247,212,122); }
td.TdClassName
{
border-color: #F7D47A;
}
.TagClassName
{
border-color: #F7D47A;
}
</style>