Shades of Gold #F5D40C
Tints of Gold #F5D40C
RGB
CMYK
RGB Variations
Color information
#F5D40C (or 0xF5D40C) is known color: Gold. HEX triplet: F5, D4 and 0C. RGB value is (245,212,12). Sum of RGB (Red+Green+Blue) = 245+212+12=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D40C is #0A2BF3. Grayscale: #C7C7C7. Windows color (decimal): -666612 or 840949. OLE color: 840949.
HSL color Cylindrical-coordinate representation of color #F5D40C: hue angle of 51.5º 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 #F5D40C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.04 |
| HSL | 51.5º | 0.92% | 0.5% | - |
| HSV(B) | 51.5º | 0.95% | 0.96% | - |
| XYZ | 61.27 | 66.53 | 9.96 | - |
| YUV | 199.07 | 22.43 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 12 | 0 | 0.13 | 0.95 | 0.04 | 51.5 | 0.92 | 0.5 |
| Hex | F5 | D4 | C | 0 | D | 5F | 4 | 34 | 5C | 32 |
| Octal | 365 | 324 | 14 | 0 | 15 | 137 | 4 | 64 | 134 | 62 |
| Binary | 11110101 | 11010100 | 1100 | 0 | 1101 | 1011111 | 100 | 110100 | 1011100 | 110010 |
Color Harmonies of #F5D40C
Complementary color
Monochromatic Colors of #F5D40C
Black with #F5D40C
Text Example
Text Example
White with #F5D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D40C; }
p { color: rgb(245,212,12); }
H1.HeaderClassName
{
color: #F5D40C;
}
.AnyTagClassName
{
color: #F5D40C;
}
</style>
background-color css
<style>
a { background-color: #F5D40C; }
a { background-color: rgb(245,212,12); }
div.DivClassName
{
background-color: #F5D40C;
}
.BgClassName
{
background-color: #F5D40C;
}
</style>
border-color css
<style>
span { border-color: #F5D40C; }
span { border-color: rgb(245,212,12); }
td.TdClassName
{
border-color: #F5D40C;
}
.TagClassName
{
border-color: #F5D40C;
}
</style>