Shades of Gold #F5D10B
Tints of Gold #F5D10B
RGB
CMYK
RGB Variations
Color information
#F5D10B (or 0xF5D10B) is known color: Gold. HEX triplet: F5, D1 and 0B. RGB value is (245,209,11). Sum of RGB (Red+Green+Blue) = 245+209+11=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D10B is #0A2EF4. Grayscale: #C6C6C6. Windows color (decimal): -667381 or 774645. OLE color: 774645.
HSL color Cylindrical-coordinate representation of color #F5D10B: hue angle of 50.77º degrees, saturation: 0.92, 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 #F5D10B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 11 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.04 |
| HSL | 50.77º | 0.92% | 0.5% | - |
| HSV(B) | 50.77º | 0.96% | 0.96% | - |
| XYZ | 60.52 | 65.04 | 9.68 | - |
| YUV | 197.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 11 | 0 | 0.15 | 0.96 | 0.04 | 50.77 | 0.92 | 0.5 |
| Hex | F5 | D1 | B | 0 | F | 60 | 4 | 33 | 5C | 32 |
| Octal | 365 | 321 | 13 | 0 | 17 | 140 | 4 | 63 | 134 | 62 |
| Binary | 11110101 | 11010001 | 1011 | 0 | 1111 | 1100000 | 100 | 110011 | 1011100 | 110010 |
Color Harmonies of #F5D10B
Complementary color
Monochromatic Colors of #F5D10B
Black with #F5D10B
Text Example
Text Example
White with #F5D10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D10B; }
p { color: rgb(245,209,11); }
H1.HeaderClassName
{
color: #F5D10B;
}
.AnyTagClassName
{
color: #F5D10B;
}
</style>
background-color css
<style>
a { background-color: #F5D10B; }
a { background-color: rgb(245,209,11); }
div.DivClassName
{
background-color: #F5D10B;
}
.BgClassName
{
background-color: #F5D10B;
}
</style>
border-color css
<style>
span { border-color: #F5D10B; }
span { border-color: rgb(245,209,11); }
td.TdClassName
{
border-color: #F5D10B;
}
.TagClassName
{
border-color: #F5D10B;
}
</style>