Shades of Golden Glow #F6D576
Tints of Golden Glow #F6D576
RGB
CMYK
RGB Variations
Color information
#F6D576 (or 0xF6D576) is known color: Golden Glow. HEX triplet: F6, D5 and 76. RGB value is (246,213,118). Sum of RGB (Red+Green+Blue) = 246+213+118=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D576 is #092A89. Grayscale: #D4D4D4. Windows color (decimal): -600714 or 7788022. OLE color: 7788022.
HSL color Cylindrical-coordinate representation of color #F6D576: hue angle of 44.53º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6D576 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 118 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.04 |
| HSL | 44.53º | 0.88% | 0.71% | - |
| HSV(B) | 44.53º | 0.52% | 0.96% | - |
| XYZ | 65.07 | 68.49 | 26.93 | - |
| YUV | 212.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 118 | 0 | 0.13 | 0.52 | 0.04 | 44.53 | 0.88 | 0.71 |
| Hex | F6 | D5 | 76 | 0 | D | 34 | 4 | 2D | 58 | 47 |
| Octal | 366 | 325 | 166 | 0 | 15 | 64 | 4 | 55 | 130 | 107 |
| Binary | 11110110 | 11010101 | 1110110 | 0 | 1101 | 110100 | 100 | 101101 | 1011000 | 1000111 |
Color Harmonies of #F6D576
Complementary color
Monochromatic Colors of #F6D576
Black with #F6D576
Text Example
Text Example
White with #F6D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D576; }
p { color: rgb(246,213,118); }
H1.HeaderClassName
{
color: #F6D576;
}
.AnyTagClassName
{
color: #F6D576;
}
</style>
background-color css
<style>
a { background-color: #F6D576; }
a { background-color: rgb(246,213,118); }
div.DivClassName
{
background-color: #F6D576;
}
.BgClassName
{
background-color: #F6D576;
}
</style>
border-color css
<style>
span { border-color: #F6D576; }
span { border-color: rgb(246,213,118); }
td.TdClassName
{
border-color: #F6D576;
}
.TagClassName
{
border-color: #F6D576;
}
</style>