Shades of Gold #F6D503
Tints of Gold #F6D503
RGB
CMYK
RGB Variations
Color information
#F6D503 (or 0xF6D503) is known color: Gold. HEX triplet: F6, D5 and 03. RGB value is (246,213,3). Sum of RGB (Red+Green+Blue) = 246+213+3=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D503 is #092AFC. Grayscale: #C7C7C7. Windows color (decimal): -600829 or 251382. OLE color: 251382.
HSL color Cylindrical-coordinate representation of color #F6D503: hue angle of 51.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6D503 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.04 |
| HSL | 51.85º | 0.98% | 0.49% | - |
| HSV(B) | 51.85º | 0.99% | 0.96% | - |
| XYZ | 61.82 | 67.19 | 9.8 | - |
| YUV | 198.93 | 17.43 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 3 | 0 | 0.13 | 0.99 | 0.04 | 51.85 | 0.98 | 0.49 |
| Hex | F6 | D5 | 3 | 0 | D | 63 | 4 | 34 | 62 | 31 |
| Octal | 366 | 325 | 3 | 0 | 15 | 143 | 4 | 64 | 142 | 61 |
| Binary | 11110110 | 11010101 | 11 | 0 | 1101 | 1100011 | 100 | 110100 | 1100010 | 110001 |
Color Harmonies of #F6D503
Complementary color
Monochromatic Colors of #F6D503
Black with #F6D503
Text Example
Text Example
White with #F6D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D503; }
p { color: rgb(246,213,3); }
H1.HeaderClassName
{
color: #F6D503;
}
.AnyTagClassName
{
color: #F6D503;
}
</style>
background-color css
<style>
a { background-color: #F6D503; }
a { background-color: rgb(246,213,3); }
div.DivClassName
{
background-color: #F6D503;
}
.BgClassName
{
background-color: #F6D503;
}
</style>
border-color css
<style>
span { border-color: #F6D503; }
span { border-color: rgb(246,213,3); }
td.TdClassName
{
border-color: #F6D503;
}
.TagClassName
{
border-color: #F6D503;
}
</style>