Shades of Gold #F1D403
Tints of Gold #F1D403
RGB
CMYK
RGB Variations
Color information
#F1D403 (or 0xF1D403) is known color: Gold. HEX triplet: F1, D4 and 03. RGB value is (241,212,3). Sum of RGB (Red+Green+Blue) = 241+212+3=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D403 is #0E2BFC. Grayscale: #C5C5C5. Windows color (decimal): -928765 or 251121. OLE color: 251121.
HSL color Cylindrical-coordinate representation of color #F1D403: hue angle of 52.69º 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 #F1D403 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.05 |
| HSL | 52.69º | 0.98% | 0.48% | - |
| HSV(B) | 52.69º | 0.99% | 0.95% | - |
| XYZ | 59.84 | 65.79 | 9.63 | - |
| YUV | 196.85 | 18.61 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 3 | 0 | 0.12 | 0.99 | 0.05 | 52.69 | 0.98 | 0.48 |
| Hex | F1 | D4 | 3 | 0 | C | 63 | 5 | 35 | 62 | 30 |
| Octal | 361 | 324 | 3 | 0 | 14 | 143 | 5 | 65 | 142 | 60 |
| Binary | 11110001 | 11010100 | 11 | 0 | 1100 | 1100011 | 101 | 110101 | 1100010 | 110000 |
Color Harmonies of #F1D403
Complementary color
Monochromatic Colors of #F1D403
Black with #F1D403
Text Example
Text Example
White with #F1D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D403; }
p { color: rgb(241,212,3); }
H1.HeaderClassName
{
color: #F1D403;
}
.AnyTagClassName
{
color: #F1D403;
}
</style>
background-color css
<style>
a { background-color: #F1D403; }
a { background-color: rgb(241,212,3); }
div.DivClassName
{
background-color: #F1D403;
}
.BgClassName
{
background-color: #F1D403;
}
</style>
border-color css
<style>
span { border-color: #F1D403; }
span { border-color: rgb(241,212,3); }
td.TdClassName
{
border-color: #F1D403;
}
.TagClassName
{
border-color: #F1D403;
}
</style>