Shades of Gold #F1D503
Tints of Gold #F1D503
RGB
CMYK
RGB Variations
Color information
#F1D503 (or 0xF1D503) is known color: Gold. HEX triplet: F1, D5 and 03. RGB value is (241,213,3). Sum of RGB (Red+Green+Blue) = 241+213+3=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D503 is #0E2AFC. Grayscale: #C6C6C6. Windows color (decimal): -928509 or 251377. OLE color: 251377.
HSL color Cylindrical-coordinate representation of color #F1D503: hue angle of 52.94º 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 #F1D503 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.05 |
| HSL | 52.94º | 0.98% | 0.48% | - |
| HSV(B) | 52.94º | 0.99% | 0.95% | - |
| XYZ | 60.09 | 66.3 | 9.72 | - |
| YUV | 197.43 | 18.28 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 3 | 0 | 0.12 | 0.99 | 0.05 | 52.94 | 0.98 | 0.48 |
| Hex | F1 | D5 | 3 | 0 | C | 63 | 5 | 35 | 62 | 30 |
| Octal | 361 | 325 | 3 | 0 | 14 | 143 | 5 | 65 | 142 | 60 |
| Binary | 11110001 | 11010101 | 11 | 0 | 1100 | 1100011 | 101 | 110101 | 1100010 | 110000 |
Color Harmonies of #F1D503
Complementary color
Monochromatic Colors of #F1D503
Black with #F1D503
Text Example
Text Example
White with #F1D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D503; }
p { color: rgb(241,213,3); }
H1.HeaderClassName
{
color: #F1D503;
}
.AnyTagClassName
{
color: #F1D503;
}
</style>
background-color css
<style>
a { background-color: #F1D503; }
a { background-color: rgb(241,213,3); }
div.DivClassName
{
background-color: #F1D503;
}
.BgClassName
{
background-color: #F1D503;
}
</style>
border-color css
<style>
span { border-color: #F1D503; }
span { border-color: rgb(241,213,3); }
td.TdClassName
{
border-color: #F1D503;
}
.TagClassName
{
border-color: #F1D503;
}
</style>