Shades of Gold #F1D102
Tints of Gold #F1D102
RGB
CMYK
RGB Variations
Color information
#F1D102 (or 0xF1D102) is known color: Gold. HEX triplet: F1, D1 and 02. RGB value is (241,209,2). Sum of RGB (Red+Green+Blue) = 241+209+2=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D102 is #0E2EFD. Grayscale: #C3C3C3. Windows color (decimal): -929534 or 184817. OLE color: 184817.
HSL color Cylindrical-coordinate representation of color #F1D102: hue angle of 51.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1D102 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.05 |
| HSL | 51.97º | 0.98% | 0.48% | - |
| HSV(B) | 51.97º | 0.99% | 0.95% | - |
| XYZ | 59.09 | 64.31 | 9.36 | - |
| YUV | 194.97 | 19.1 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 2 | 0 | 0.13 | 0.99 | 0.05 | 51.97 | 0.98 | 0.48 |
| Hex | F1 | D1 | 2 | 0 | D | 63 | 5 | 34 | 62 | 30 |
| Octal | 361 | 321 | 2 | 0 | 15 | 143 | 5 | 64 | 142 | 60 |
| Binary | 11110001 | 11010001 | 10 | 0 | 1101 | 1100011 | 101 | 110100 | 1100010 | 110000 |
Color Harmonies of #F1D102
Complementary color
Monochromatic Colors of #F1D102
Black with #F1D102
Text Example
Text Example
White with #F1D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D102; }
p { color: rgb(241,209,2); }
H1.HeaderClassName
{
color: #F1D102;
}
.AnyTagClassName
{
color: #F1D102;
}
</style>
background-color css
<style>
a { background-color: #F1D102; }
a { background-color: rgb(241,209,2); }
div.DivClassName
{
background-color: #F1D102;
}
.BgClassName
{
background-color: #F1D102;
}
</style>
border-color css
<style>
span { border-color: #F1D102; }
span { border-color: rgb(241,209,2); }
td.TdClassName
{
border-color: #F1D102;
}
.TagClassName
{
border-color: #F1D102;
}
</style>