Shades of Gold #F6D306
Tints of Gold #F6D306
RGB
CMYK
RGB Variations
Color information
#F6D306 (or 0xF6D306) is known color: Gold. HEX triplet: F6, D3 and 06. RGB value is (246,211,6). Sum of RGB (Red+Green+Blue) = 246+211+6=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D306 is #092CF9. Grayscale: #C6C6C6. Windows color (decimal): -601338 or 447478. OLE color: 447478.
HSL color Cylindrical-coordinate representation of color #F6D306: hue angle of 51.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6D306 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 6 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.04 |
| HSL | 51.25º | 0.95% | 0.49% | - |
| HSV(B) | 51.25º | 0.98% | 0.96% | - |
| XYZ | 61.33 | 66.19 | 9.72 | - |
| YUV | 198.1 | 19.6 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 6 | 0 | 0.14 | 0.98 | 0.04 | 51.25 | 0.95 | 0.49 |
| Hex | F6 | D3 | 6 | 0 | E | 62 | 4 | 33 | 5F | 31 |
| Octal | 366 | 323 | 6 | 0 | 16 | 142 | 4 | 63 | 137 | 61 |
| Binary | 11110110 | 11010011 | 110 | 0 | 1110 | 1100010 | 100 | 110011 | 1011111 | 110001 |
Color Harmonies of #F6D306
Complementary color
Monochromatic Colors of #F6D306
Black with #F6D306
Text Example
Text Example
White with #F6D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D306; }
p { color: rgb(246,211,6); }
H1.HeaderClassName
{
color: #F6D306;
}
.AnyTagClassName
{
color: #F6D306;
}
</style>
background-color css
<style>
a { background-color: #F6D306; }
a { background-color: rgb(246,211,6); }
div.DivClassName
{
background-color: #F6D306;
}
.BgClassName
{
background-color: #F6D306;
}
</style>
border-color css
<style>
span { border-color: #F6D306; }
span { border-color: rgb(246,211,6); }
td.TdClassName
{
border-color: #F6D306;
}
.TagClassName
{
border-color: #F6D306;
}
</style>