Shades of Gold #F6D60C
Tints of Gold #F6D60C
RGB
CMYK
RGB Variations
Color information
#F6D60C (or 0xF6D60C) is known color: Gold. HEX triplet: F6, D6 and 0C. RGB value is (246,214,12). Sum of RGB (Red+Green+Blue) = 246+214+12=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D60C is #0929F3. Grayscale: #C9C9C9. Windows color (decimal): -600564 or 841462. OLE color: 841462.
HSL color Cylindrical-coordinate representation of color #F6D60C: hue angle of 51.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6D60C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.04 |
| HSL | 51.79º | 0.93% | 0.51% | - |
| HSV(B) | 51.79º | 0.95% | 0.96% | - |
| XYZ | 62.12 | 67.71 | 10.14 | - |
| YUV | 200.54 | 21.6 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 12 | 0 | 0.13 | 0.95 | 0.04 | 51.79 | 0.93 | 0.51 |
| Hex | F6 | D6 | C | 0 | D | 5F | 4 | 34 | 5D | 33 |
| Octal | 366 | 326 | 14 | 0 | 15 | 137 | 4 | 64 | 135 | 63 |
| Binary | 11110110 | 11010110 | 1100 | 0 | 1101 | 1011111 | 100 | 110100 | 1011101 | 110011 |
Color Harmonies of #F6D60C
Complementary color
Monochromatic Colors of #F6D60C
Black with #F6D60C
Text Example
Text Example
White with #F6D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D60C; }
p { color: rgb(246,214,12); }
H1.HeaderClassName
{
color: #F6D60C;
}
.AnyTagClassName
{
color: #F6D60C;
}
</style>
background-color css
<style>
a { background-color: #F6D60C; }
a { background-color: rgb(246,214,12); }
div.DivClassName
{
background-color: #F6D60C;
}
.BgClassName
{
background-color: #F6D60C;
}
</style>
border-color css
<style>
span { border-color: #F6D60C; }
span { border-color: rgb(246,214,12); }
td.TdClassName
{
border-color: #F6D60C;
}
.TagClassName
{
border-color: #F6D60C;
}
</style>