Shades of Gold #F6D205
Tints of Gold #F6D205
RGB
CMYK
RGB Variations
Color information
#F6D205 (or 0xF6D205) is known color: Gold. HEX triplet: F6, D2 and 05. RGB value is (246,210,5). Sum of RGB (Red+Green+Blue) = 246+210+5=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D205 is #092DFA. Grayscale: #C6C6C6. Windows color (decimal): -601595 or 381686. OLE color: 381686.
HSL color Cylindrical-coordinate representation of color #F6D205: hue angle of 51.04º degrees, saturation: 0.96, 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 #F6D205 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.04 |
| HSL | 51.04º | 0.96% | 0.49% | - |
| HSV(B) | 51.04º | 0.98% | 0.96% | - |
| XYZ | 61.08 | 65.7 | 9.61 | - |
| YUV | 197.39 | 19.43 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 5 | 0 | 0.15 | 0.98 | 0.04 | 51.04 | 0.96 | 0.49 |
| Hex | F6 | D2 | 5 | 0 | F | 62 | 4 | 33 | 60 | 31 |
| Octal | 366 | 322 | 5 | 0 | 17 | 142 | 4 | 63 | 140 | 61 |
| Binary | 11110110 | 11010010 | 101 | 0 | 1111 | 1100010 | 100 | 110011 | 1100000 | 110001 |
Color Harmonies of #F6D205
Complementary color
Monochromatic Colors of #F6D205
Black with #F6D205
Text Example
Text Example
White with #F6D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D205; }
p { color: rgb(246,210,5); }
H1.HeaderClassName
{
color: #F6D205;
}
.AnyTagClassName
{
color: #F6D205;
}
</style>
background-color css
<style>
a { background-color: #F6D205; }
a { background-color: rgb(246,210,5); }
div.DivClassName
{
background-color: #F6D205;
}
.BgClassName
{
background-color: #F6D205;
}
</style>
border-color css
<style>
span { border-color: #F6D205; }
span { border-color: rgb(246,210,5); }
td.TdClassName
{
border-color: #F6D205;
}
.TagClassName
{
border-color: #F6D205;
}
</style>