Shades of Gold #F1D409
Tints of Gold #F1D409
RGB
CMYK
RGB Variations
Color information
#F1D409 (or 0xF1D409) is known color: Gold. HEX triplet: F1, D4 and 09. RGB value is (241,212,9). Sum of RGB (Red+Green+Blue) = 241+212+9=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D409 is #0E2BF6. Grayscale: #C6C6C6. Windows color (decimal): -928759 or 644337. OLE color: 644337.
HSL color Cylindrical-coordinate representation of color #F1D409: hue angle of 52.5º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1D409 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.05 |
| HSL | 52.5º | 0.93% | 0.49% | - |
| HSV(B) | 52.5º | 0.96% | 0.95% | - |
| XYZ | 59.87 | 65.81 | 9.81 | - |
| YUV | 197.53 | 21.61 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 9 | 0 | 0.12 | 0.96 | 0.05 | 52.5 | 0.93 | 0.49 |
| Hex | F1 | D4 | 9 | 0 | C | 60 | 5 | 34 | 5D | 31 |
| Octal | 361 | 324 | 11 | 0 | 14 | 140 | 5 | 64 | 135 | 61 |
| Binary | 11110001 | 11010100 | 1001 | 0 | 1100 | 1100000 | 101 | 110100 | 1011101 | 110001 |
Color Harmonies of #F1D409
Complementary color
Monochromatic Colors of #F1D409
Black with #F1D409
Text Example
Text Example
White with #F1D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D409; }
p { color: rgb(241,212,9); }
H1.HeaderClassName
{
color: #F1D409;
}
.AnyTagClassName
{
color: #F1D409;
}
</style>
background-color css
<style>
a { background-color: #F1D409; }
a { background-color: rgb(241,212,9); }
div.DivClassName
{
background-color: #F1D409;
}
.BgClassName
{
background-color: #F1D409;
}
</style>
border-color css
<style>
span { border-color: #F1D409; }
span { border-color: rgb(241,212,9); }
td.TdClassName
{
border-color: #F1D409;
}
.TagClassName
{
border-color: #F1D409;
}
</style>