Shades of Gold #F1D40C
Tints of Gold #F1D40C
RGB
CMYK
RGB Variations
Color information
#F1D40C (or 0xF1D40C) is known color: Gold. HEX triplet: F1, D4 and 0C. RGB value is (241,212,12). Sum of RGB (Red+Green+Blue) = 241+212+12=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D40C is #0E2BF3. Grayscale: #C6C6C6. Windows color (decimal): -928756 or 840945. OLE color: 840945.
HSL color Cylindrical-coordinate representation of color #F1D40C: hue angle of 52.4º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1D40C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.05 |
| HSL | 52.4º | 0.91% | 0.5% | - |
| HSV(B) | 52.4º | 0.95% | 0.95% | - |
| XYZ | 59.89 | 65.81 | 9.89 | - |
| YUV | 197.87 | 23.11 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 12 | 0 | 0.12 | 0.95 | 0.05 | 52.4 | 0.91 | 0.5 |
| Hex | F1 | D4 | C | 0 | C | 5F | 5 | 34 | 5B | 32 |
| Octal | 361 | 324 | 14 | 0 | 14 | 137 | 5 | 64 | 133 | 62 |
| Binary | 11110001 | 11010100 | 1100 | 0 | 1100 | 1011111 | 101 | 110100 | 1011011 | 110010 |
Color Harmonies of #F1D40C
Complementary color
Monochromatic Colors of #F1D40C
Black with #F1D40C
Text Example
Text Example
White with #F1D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D40C; }
p { color: rgb(241,212,12); }
H1.HeaderClassName
{
color: #F1D40C;
}
.AnyTagClassName
{
color: #F1D40C;
}
</style>
background-color css
<style>
a { background-color: #F1D40C; }
a { background-color: rgb(241,212,12); }
div.DivClassName
{
background-color: #F1D40C;
}
.BgClassName
{
background-color: #F1D40C;
}
</style>
border-color css
<style>
span { border-color: #F1D40C; }
span { border-color: rgb(241,212,12); }
td.TdClassName
{
border-color: #F1D40C;
}
.TagClassName
{
border-color: #F1D40C;
}
</style>