Shades of Gold #F1D10D
Tints of Gold #F1D10D
RGB
CMYK
RGB Variations
Color information
#F1D10D (or 0xF1D10D) is known color: Gold. HEX triplet: F1, D1 and 0D. RGB value is (241,209,13). Sum of RGB (Red+Green+Blue) = 241+209+13=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D10D is #0E2EF2. Grayscale: #C5C5C5. Windows color (decimal): -929523 or 905713. OLE color: 905713.
HSL color Cylindrical-coordinate representation of color #F1D10D: hue angle of 51.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1D10D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.05 |
| HSL | 51.58º | 0.9% | 0.5% | - |
| HSV(B) | 51.58º | 0.95% | 0.95% | - |
| XYZ | 59.15 | 64.33 | 9.68 | - |
| YUV | 196.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 13 | 0 | 0.13 | 0.95 | 0.05 | 51.58 | 0.9 | 0.5 |
| Hex | F1 | D1 | D | 0 | D | 5F | 5 | 34 | 5A | 32 |
| Octal | 361 | 321 | 15 | 0 | 15 | 137 | 5 | 64 | 132 | 62 |
| Binary | 11110001 | 11010001 | 1101 | 0 | 1101 | 1011111 | 101 | 110100 | 1011010 | 110010 |
Color Harmonies of #F1D10D
Complementary color
Monochromatic Colors of #F1D10D
Black with #F1D10D
Text Example
Text Example
White with #F1D10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D10D; }
p { color: rgb(241,209,13); }
H1.HeaderClassName
{
color: #F1D10D;
}
.AnyTagClassName
{
color: #F1D10D;
}
</style>
background-color css
<style>
a { background-color: #F1D10D; }
a { background-color: rgb(241,209,13); }
div.DivClassName
{
background-color: #F1D10D;
}
.BgClassName
{
background-color: #F1D10D;
}
</style>
border-color css
<style>
span { border-color: #F1D10D; }
span { border-color: rgb(241,209,13); }
td.TdClassName
{
border-color: #F1D10D;
}
.TagClassName
{
border-color: #F1D10D;
}
</style>