Shades of Gold #F1D101
Tints of Gold #F1D101
RGB
CMYK
RGB Variations
Color information
#F1D101 (or 0xF1D101) is known color: Gold. HEX triplet: F1, D1 and 01. RGB value is (241,209,1). Sum of RGB (Red+Green+Blue) = 241+209+1=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D101 is #0E2EFE. Grayscale: #C3C3C3. Windows color (decimal): -929535 or 119281. OLE color: 119281.
HSL color Cylindrical-coordinate representation of color #F1D101: hue angle of 52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1D101 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.05 |
| HSL | 52º | 0.99% | 0.47% | - |
| HSV(B) | 52º | 1% | 0.95% | - |
| XYZ | 59.08 | 64.3 | 9.33 | - |
| YUV | 194.86 | 18.6 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 1 | 0 | 0.13 | 1.00 | 0.05 | 52 | 0.99 | 0.47 |
| Hex | F1 | D1 | 1 | 0 | D | 64 | 5 | 34 | 63 | 2F |
| Octal | 361 | 321 | 1 | 0 | 15 | 144 | 5 | 64 | 143 | 57 |
| Binary | 11110001 | 11010001 | 1 | 0 | 1101 | 1100100 | 101 | 110100 | 1100011 | 101111 |
Color Harmonies of #F1D101
Complementary color
Monochromatic Colors of #F1D101
Black with #F1D101
Text Example
Text Example
White with #F1D101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D101; }
p { color: rgb(241,209,1); }
H1.HeaderClassName
{
color: #F1D101;
}
.AnyTagClassName
{
color: #F1D101;
}
</style>
background-color css
<style>
a { background-color: #F1D101; }
a { background-color: rgb(241,209,1); }
div.DivClassName
{
background-color: #F1D101;
}
.BgClassName
{
background-color: #F1D101;
}
</style>
border-color css
<style>
span { border-color: #F1D101; }
span { border-color: rgb(241,209,1); }
td.TdClassName
{
border-color: #F1D101;
}
.TagClassName
{
border-color: #F1D101;
}
</style>