Shades of Golden Glow #F7D376
Tints of Golden Glow #F7D376
RGB
CMYK
RGB Variations
Color information
#F7D376 (or 0xF7D376) is known color: Golden Glow. HEX triplet: F7, D3 and 76. RGB value is (247,211,118). Sum of RGB (Red+Green+Blue) = 247+211+118=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D376 is #082C89. Grayscale: #D3D3D3. Windows color (decimal): -535690 or 7787511. OLE color: 7787511.
HSL color Cylindrical-coordinate representation of color #F7D376: hue angle of 43.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7D376 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 118 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 43.26º | 0.89% | 0.72% | - |
| HSV(B) | 43.26º | 0.52% | 0.97% | - |
| XYZ | 64.92 | 67.67 | 26.78 | - |
| YUV | 211.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 118 | 0 | 0.15 | 0.52 | 0.03 | 43.26 | 0.89 | 0.72 |
| Hex | F7 | D3 | 76 | 0 | F | 34 | 3 | 2B | 59 | 48 |
| Octal | 367 | 323 | 166 | 0 | 17 | 64 | 3 | 53 | 131 | 110 |
| Binary | 11110111 | 11010011 | 1110110 | 0 | 1111 | 110100 | 11 | 101011 | 1011001 | 1001000 |
Color Harmonies of #F7D376
Complementary color
Monochromatic Colors of #F7D376
Black with #F7D376
Text Example
Text Example
White with #F7D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D376; }
p { color: rgb(247,211,118); }
H1.HeaderClassName
{
color: #F7D376;
}
.AnyTagClassName
{
color: #F7D376;
}
</style>
background-color css
<style>
a { background-color: #F7D376; }
a { background-color: rgb(247,211,118); }
div.DivClassName
{
background-color: #F7D376;
}
.BgClassName
{
background-color: #F7D376;
}
</style>
border-color css
<style>
span { border-color: #F7D376; }
span { border-color: rgb(247,211,118); }
td.TdClassName
{
border-color: #F7D376;
}
.TagClassName
{
border-color: #F7D376;
}
</style>