Shades of Gold #F5D10C
Tints of Gold #F5D10C
RGB
CMYK
RGB Variations
Color information
#F5D10C (or 0xF5D10C) is known color: Gold. HEX triplet: F5, D1 and 0C. RGB value is (245,209,12). Sum of RGB (Red+Green+Blue) = 245+209+12=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D10C is #0A2EF3. Grayscale: #C6C6C6. Windows color (decimal): -667380 or 840181. OLE color: 840181.
HSL color Cylindrical-coordinate representation of color #F5D10C: hue angle of 50.73º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5D10C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.04 |
| HSL | 50.73º | 0.92% | 0.5% | - |
| HSV(B) | 50.73º | 0.95% | 0.96% | - |
| XYZ | 60.52 | 65.04 | 9.71 | - |
| YUV | 197.31 | 23.43 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 12 | 0 | 0.15 | 0.95 | 0.04 | 50.73 | 0.92 | 0.5 |
| Hex | F5 | D1 | C | 0 | F | 5F | 4 | 33 | 5C | 32 |
| Octal | 365 | 321 | 14 | 0 | 17 | 137 | 4 | 63 | 134 | 62 |
| Binary | 11110101 | 11010001 | 1100 | 0 | 1111 | 1011111 | 100 | 110011 | 1011100 | 110010 |
Color Harmonies of #F5D10C
Complementary color
Monochromatic Colors of #F5D10C
Black with #F5D10C
Text Example
Text Example
White with #F5D10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D10C; }
p { color: rgb(245,209,12); }
H1.HeaderClassName
{
color: #F5D10C;
}
.AnyTagClassName
{
color: #F5D10C;
}
</style>
background-color css
<style>
a { background-color: #F5D10C; }
a { background-color: rgb(245,209,12); }
div.DivClassName
{
background-color: #F5D10C;
}
.BgClassName
{
background-color: #F5D10C;
}
</style>
border-color css
<style>
span { border-color: #F5D10C; }
span { border-color: rgb(245,209,12); }
td.TdClassName
{
border-color: #F5D10C;
}
.TagClassName
{
border-color: #F5D10C;
}
</style>