Shades of Golden Glow #F6D780
Tints of Golden Glow #F6D780
RGB
CMYK
RGB Variations
Color information
#F6D780 (or 0xF6D780) is known color: Golden Glow. HEX triplet: F6, D7 and 80. RGB value is (246,215,128). Sum of RGB (Red+Green+Blue) = 246+215+128=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D780 is #09287F. Grayscale: #D6D6D6. Windows color (decimal): -600192 or 8443894. OLE color: 8443894.
HSL color Cylindrical-coordinate representation of color #F6D780: hue angle of 44.24º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6D780 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 128 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.04 |
| HSL | 44.24º | 0.87% | 0.73% | - |
| HSV(B) | 44.24º | 0.48% | 0.96% | - |
| XYZ | 66.2 | 69.75 | 30.4 | - |
| YUV | 214.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 128 | 0 | 0.13 | 0.48 | 0.04 | 44.24 | 0.87 | 0.73 |
| Hex | F6 | D7 | 80 | 0 | D | 30 | 4 | 2C | 57 | 49 |
| Octal | 366 | 327 | 200 | 0 | 15 | 60 | 4 | 54 | 127 | 111 |
| Binary | 11110110 | 11010111 | 10000000 | 0 | 1101 | 110000 | 100 | 101100 | 1010111 | 1001001 |
Color Harmonies of #F6D780
Complementary color
Monochromatic Colors of #F6D780
Black with #F6D780
Text Example
Text Example
White with #F6D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D780; }
p { color: rgb(246,215,128); }
H1.HeaderClassName
{
color: #F6D780;
}
.AnyTagClassName
{
color: #F6D780;
}
</style>
background-color css
<style>
a { background-color: #F6D780; }
a { background-color: rgb(246,215,128); }
div.DivClassName
{
background-color: #F6D780;
}
.BgClassName
{
background-color: #F6D780;
}
</style>
border-color css
<style>
span { border-color: #F6D780; }
span { border-color: rgb(246,215,128); }
td.TdClassName
{
border-color: #F6D780;
}
.TagClassName
{
border-color: #F6D780;
}
</style>