Shades of Gold #F6D308
Tints of Gold #F6D308
RGB
CMYK
RGB Variations
Color information
#F6D308 (or 0xF6D308) is known color: Gold. HEX triplet: F6, D3 and 08. RGB value is (246,211,8). Sum of RGB (Red+Green+Blue) = 246+211+8=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D308 is #092CF7. Grayscale: #C7C7C7. Windows color (decimal): -601336 or 578550. OLE color: 578550.
HSL color Cylindrical-coordinate representation of color #F6D308: hue angle of 51.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6D308 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.04 |
| HSL | 51.18º | 0.94% | 0.5% | - |
| HSV(B) | 51.18º | 0.97% | 0.96% | - |
| XYZ | 61.34 | 66.2 | 9.77 | - |
| YUV | 198.32 | 20.6 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 8 | 0 | 0.14 | 0.97 | 0.04 | 51.18 | 0.94 | 0.5 |
| Hex | F6 | D3 | 8 | 0 | E | 61 | 4 | 33 | 5E | 32 |
| Octal | 366 | 323 | 10 | 0 | 16 | 141 | 4 | 63 | 136 | 62 |
| Binary | 11110110 | 11010011 | 1000 | 0 | 1110 | 1100001 | 100 | 110011 | 1011110 | 110010 |
Color Harmonies of #F6D308
Complementary color
Monochromatic Colors of #F6D308
Black with #F6D308
Text Example
Text Example
White with #F6D308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D308; }
p { color: rgb(246,211,8); }
H1.HeaderClassName
{
color: #F6D308;
}
.AnyTagClassName
{
color: #F6D308;
}
</style>
background-color css
<style>
a { background-color: #F6D308; }
a { background-color: rgb(246,211,8); }
div.DivClassName
{
background-color: #F6D308;
}
.BgClassName
{
background-color: #F6D308;
}
</style>
border-color css
<style>
span { border-color: #F6D308; }
span { border-color: rgb(246,211,8); }
td.TdClassName
{
border-color: #F6D308;
}
.TagClassName
{
border-color: #F6D308;
}
</style>