Shades of Gold #F5D104
Tints of Gold #F5D104
RGB
CMYK
RGB Variations
Color information
#F5D104 (or 0xF5D104) is known color: Gold. HEX triplet: F5, D1 and 04. RGB value is (245,209,4). Sum of RGB (Red+Green+Blue) = 245+209+4=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D104 is #0A2EFB. Grayscale: #C5C5C5. Windows color (decimal): -667388 or 315893. OLE color: 315893.
HSL color Cylindrical-coordinate representation of color #F5D104: hue angle of 51.04º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5D104 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.04 |
| HSL | 51.04º | 0.97% | 0.49% | - |
| HSV(B) | 51.04º | 0.98% | 0.96% | - |
| XYZ | 60.48 | 65.02 | 9.48 | - |
| YUV | 196.39 | 19.43 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 4 | 0 | 0.15 | 0.98 | 0.04 | 51.04 | 0.97 | 0.49 |
| Hex | F5 | D1 | 4 | 0 | F | 62 | 4 | 33 | 61 | 31 |
| Octal | 365 | 321 | 4 | 0 | 17 | 142 | 4 | 63 | 141 | 61 |
| Binary | 11110101 | 11010001 | 100 | 0 | 1111 | 1100010 | 100 | 110011 | 1100001 | 110001 |
Color Harmonies of #F5D104
Complementary color
Monochromatic Colors of #F5D104
Black with #F5D104
Text Example
Text Example
White with #F5D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D104; }
p { color: rgb(245,209,4); }
H1.HeaderClassName
{
color: #F5D104;
}
.AnyTagClassName
{
color: #F5D104;
}
</style>
background-color css
<style>
a { background-color: #F5D104; }
a { background-color: rgb(245,209,4); }
div.DivClassName
{
background-color: #F5D104;
}
.BgClassName
{
background-color: #F5D104;
}
</style>
border-color css
<style>
span { border-color: #F5D104; }
span { border-color: rgb(245,209,4); }
td.TdClassName
{
border-color: #F5D104;
}
.TagClassName
{
border-color: #F5D104;
}
</style>