Shades of Gold #F1D405
Tints of Gold #F1D405
RGB
CMYK
RGB Variations
Color information
#F1D405 (or 0xF1D405) is known color: Gold. HEX triplet: F1, D4 and 05. RGB value is (241,212,5). Sum of RGB (Red+Green+Blue) = 241+212+5=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D405 is #0E2BFA. Grayscale: #C5C5C5. Windows color (decimal): -928763 or 382193. OLE color: 382193.
HSL color Cylindrical-coordinate representation of color #F1D405: hue angle of 52.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1D405 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.05 |
| HSL | 52.63º | 0.96% | 0.48% | - |
| HSV(B) | 52.63º | 0.98% | 0.95% | - |
| XYZ | 59.85 | 65.8 | 9.69 | - |
| YUV | 197.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 5 | 0 | 0.12 | 0.98 | 0.05 | 52.63 | 0.96 | 0.48 |
| Hex | F1 | D4 | 5 | 0 | C | 62 | 5 | 35 | 60 | 30 |
| Octal | 361 | 324 | 5 | 0 | 14 | 142 | 5 | 65 | 140 | 60 |
| Binary | 11110001 | 11010100 | 101 | 0 | 1100 | 1100010 | 101 | 110101 | 1100000 | 110000 |
Color Harmonies of #F1D405
Complementary color
Monochromatic Colors of #F1D405
Black with #F1D405
Text Example
Text Example
White with #F1D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D405; }
p { color: rgb(241,212,5); }
H1.HeaderClassName
{
color: #F1D405;
}
.AnyTagClassName
{
color: #F1D405;
}
</style>
background-color css
<style>
a { background-color: #F1D405; }
a { background-color: rgb(241,212,5); }
div.DivClassName
{
background-color: #F1D405;
}
.BgClassName
{
background-color: #F1D405;
}
</style>
border-color css
<style>
span { border-color: #F1D405; }
span { border-color: rgb(241,212,5); }
td.TdClassName
{
border-color: #F1D405;
}
.TagClassName
{
border-color: #F1D405;
}
</style>