Shades of Gold #F5D603
Tints of Gold #F5D603
RGB
CMYK
RGB Variations
Color information
#F5D603 (or 0xF5D603) is known color: Gold. HEX triplet: F5, D6 and 03. RGB value is (245,214,3). Sum of RGB (Red+Green+Blue) = 245+214+3=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D603 is #0A29FC. Grayscale: #C8C8C8. Windows color (decimal): -666109 or 251637. OLE color: 251637.
HSL color Cylindrical-coordinate representation of color #F5D603: hue angle of 52.31º 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 #F5D603 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.04 |
| HSL | 52.31º | 0.98% | 0.49% | - |
| HSV(B) | 52.31º | 0.99% | 0.96% | - |
| XYZ | 61.72 | 67.51 | 9.86 | - |
| YUV | 199.22 | 17.27 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 3 | 0 | 0.13 | 0.99 | 0.04 | 52.31 | 0.98 | 0.49 |
| Hex | F5 | D6 | 3 | 0 | D | 63 | 4 | 34 | 62 | 31 |
| Octal | 365 | 326 | 3 | 0 | 15 | 143 | 4 | 64 | 142 | 61 |
| Binary | 11110101 | 11010110 | 11 | 0 | 1101 | 1100011 | 100 | 110100 | 1100010 | 110001 |
Color Harmonies of #F5D603
Complementary color
Monochromatic Colors of #F5D603
Black with #F5D603
Text Example
Text Example
White with #F5D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D603; }
p { color: rgb(245,214,3); }
H1.HeaderClassName
{
color: #F5D603;
}
.AnyTagClassName
{
color: #F5D603;
}
</style>
background-color css
<style>
a { background-color: #F5D603; }
a { background-color: rgb(245,214,3); }
div.DivClassName
{
background-color: #F5D603;
}
.BgClassName
{
background-color: #F5D603;
}
</style>
border-color css
<style>
span { border-color: #F5D603; }
span { border-color: rgb(245,214,3); }
td.TdClassName
{
border-color: #F5D603;
}
.TagClassName
{
border-color: #F5D603;
}
</style>