Shades of Gold #F1D602
Tints of Gold #F1D602
RGB
CMYK
RGB Variations
Color information
#F1D602 (or 0xF1D602) is known color: Gold. HEX triplet: F1, D6 and 02. RGB value is (241,214,2). Sum of RGB (Red+Green+Blue) = 241+214+2=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D602 is #0E29FD. Grayscale: #C6C6C6. Windows color (decimal): -928254 or 186097. OLE color: 186097.
HSL color Cylindrical-coordinate representation of color #F1D602: hue angle of 53.22º 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 #F1D602 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.05 |
| HSL | 53.22º | 0.98% | 0.48% | - |
| HSV(B) | 53.22º | 0.99% | 0.95% | - |
| XYZ | 60.33 | 66.8 | 9.77 | - |
| YUV | 197.91 | 17.45 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 2 | 0 | 0.11 | 0.99 | 0.05 | 53.22 | 0.98 | 0.48 |
| Hex | F1 | D6 | 2 | 0 | B | 63 | 5 | 35 | 62 | 30 |
| Octal | 361 | 326 | 2 | 0 | 13 | 143 | 5 | 65 | 142 | 60 |
| Binary | 11110001 | 11010110 | 10 | 0 | 1011 | 1100011 | 101 | 110101 | 1100010 | 110000 |
Color Harmonies of #F1D602
Complementary color
Monochromatic Colors of #F1D602
Black with #F1D602
Text Example
Text Example
White with #F1D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D602; }
p { color: rgb(241,214,2); }
H1.HeaderClassName
{
color: #F1D602;
}
.AnyTagClassName
{
color: #F1D602;
}
</style>
background-color css
<style>
a { background-color: #F1D602; }
a { background-color: rgb(241,214,2); }
div.DivClassName
{
background-color: #F1D602;
}
.BgClassName
{
background-color: #F1D602;
}
</style>
border-color css
<style>
span { border-color: #F1D602; }
span { border-color: rgb(241,214,2); }
td.TdClassName
{
border-color: #F1D602;
}
.TagClassName
{
border-color: #F1D602;
}
</style>