Shades of Gold #F1D60E
Tints of Gold #F1D60E
RGB
CMYK
RGB Variations
Color information
#F1D60E (or 0xF1D60E) is known color: Gold. HEX triplet: F1, D6 and 0E. RGB value is (241,214,14). Sum of RGB (Red+Green+Blue) = 241+214+14=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D60E is #0E29F1. Grayscale: #C8C8C8. Windows color (decimal): -928242 or 972529. OLE color: 972529.
HSL color Cylindrical-coordinate representation of color #F1D60E: hue angle of 52.86º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1D60E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 14 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.05 |
| HSL | 52.86º | 0.89% | 0.5% | - |
| HSV(B) | 52.86º | 0.94% | 0.95% | - |
| XYZ | 60.4 | 66.83 | 10.13 | - |
| YUV | 199.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 14 | 0 | 0.11 | 0.94 | 0.05 | 52.86 | 0.89 | 0.5 |
| Hex | F1 | D6 | E | 0 | B | 5E | 5 | 35 | 59 | 32 |
| Octal | 361 | 326 | 16 | 0 | 13 | 136 | 5 | 65 | 131 | 62 |
| Binary | 11110001 | 11010110 | 1110 | 0 | 1011 | 1011110 | 101 | 110101 | 1011001 | 110010 |
Color Harmonies of #F1D60E
Complementary color
Monochromatic Colors of #F1D60E
Black with #F1D60E
Text Example
Text Example
White with #F1D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D60E; }
p { color: rgb(241,214,14); }
H1.HeaderClassName
{
color: #F1D60E;
}
.AnyTagClassName
{
color: #F1D60E;
}
</style>
background-color css
<style>
a { background-color: #F1D60E; }
a { background-color: rgb(241,214,14); }
div.DivClassName
{
background-color: #F1D60E;
}
.BgClassName
{
background-color: #F1D60E;
}
</style>
border-color css
<style>
span { border-color: #F1D60E; }
span { border-color: rgb(241,214,14); }
td.TdClassName
{
border-color: #F1D60E;
}
.TagClassName
{
border-color: #F1D60E;
}
</style>