Shades of Gold #F5D109
Tints of Gold #F5D109
RGB
CMYK
RGB Variations
Color information
#F5D109 (or 0xF5D109) is known color: Gold. HEX triplet: F5, D1 and 09. RGB value is (245,209,9). Sum of RGB (Red+Green+Blue) = 245+209+9=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D109 is #0A2EF6. Grayscale: #C5C5C5. Windows color (decimal): -667383 or 643573. OLE color: 643573.
HSL color Cylindrical-coordinate representation of color #F5D109: hue angle of 50.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D109 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.04 |
| HSL | 50.85º | 0.93% | 0.5% | - |
| HSV(B) | 50.85º | 0.96% | 0.96% | - |
| XYZ | 60.51 | 65.03 | 9.62 | - |
| YUV | 196.96 | 21.93 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 9 | 0 | 0.15 | 0.96 | 0.04 | 50.85 | 0.93 | 0.5 |
| Hex | F5 | D1 | 9 | 0 | F | 60 | 4 | 33 | 5D | 32 |
| Octal | 365 | 321 | 11 | 0 | 17 | 140 | 4 | 63 | 135 | 62 |
| Binary | 11110101 | 11010001 | 1001 | 0 | 1111 | 1100000 | 100 | 110011 | 1011101 | 110010 |
Color Harmonies of #F5D109
Complementary color
Monochromatic Colors of #F5D109
Black with #F5D109
Text Example
Text Example
White with #F5D109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D109; }
p { color: rgb(245,209,9); }
H1.HeaderClassName
{
color: #F5D109;
}
.AnyTagClassName
{
color: #F5D109;
}
</style>
background-color css
<style>
a { background-color: #F5D109; }
a { background-color: rgb(245,209,9); }
div.DivClassName
{
background-color: #F5D109;
}
.BgClassName
{
background-color: #F5D109;
}
</style>
border-color css
<style>
span { border-color: #F5D109; }
span { border-color: rgb(245,209,9); }
td.TdClassName
{
border-color: #F5D109;
}
.TagClassName
{
border-color: #F5D109;
}
</style>