Shades of Gold #F1D302
Tints of Gold #F1D302
RGB
CMYK
RGB Variations
Color information
#F1D302 (or 0xF1D302) is known color: Gold. HEX triplet: F1, D3 and 02. RGB value is (241,211,2). Sum of RGB (Red+Green+Blue) = 241+211+2=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D302 is #0E2CFD. Grayscale: #C5C5C5. Windows color (decimal): -929022 or 185329. OLE color: 185329.
HSL color Cylindrical-coordinate representation of color #F1D302: hue angle of 52.47º 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 #F1D302 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.05 |
| HSL | 52.47º | 0.98% | 0.48% | - |
| HSV(B) | 52.47º | 0.99% | 0.95% | - |
| XYZ | 59.58 | 65.29 | 9.52 | - |
| YUV | 196.14 | 18.44 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 2 | 0 | 0.12 | 0.99 | 0.05 | 52.47 | 0.98 | 0.48 |
| Hex | F1 | D3 | 2 | 0 | C | 63 | 5 | 34 | 62 | 30 |
| Octal | 361 | 323 | 2 | 0 | 14 | 143 | 5 | 64 | 142 | 60 |
| Binary | 11110001 | 11010011 | 10 | 0 | 1100 | 1100011 | 101 | 110100 | 1100010 | 110000 |
Color Harmonies of #F1D302
Complementary color
Monochromatic Colors of #F1D302
Black with #F1D302
Text Example
Text Example
White with #F1D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D302; }
p { color: rgb(241,211,2); }
H1.HeaderClassName
{
color: #F1D302;
}
.AnyTagClassName
{
color: #F1D302;
}
</style>
background-color css
<style>
a { background-color: #F1D302; }
a { background-color: rgb(241,211,2); }
div.DivClassName
{
background-color: #F1D302;
}
.BgClassName
{
background-color: #F1D302;
}
</style>
border-color css
<style>
span { border-color: #F1D302; }
span { border-color: rgb(241,211,2); }
td.TdClassName
{
border-color: #F1D302;
}
.TagClassName
{
border-color: #F1D302;
}
</style>