Shades of Gold #F1D309
Tints of Gold #F1D309
RGB
CMYK
RGB Variations
Color information
#F1D309 (or 0xF1D309) is known color: Gold. HEX triplet: F1, D3 and 09. RGB value is (241,211,9). Sum of RGB (Red+Green+Blue) = 241+211+9=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D309 is #0E2CF6. Grayscale: #C5C5C5. Windows color (decimal): -929015 or 644081. OLE color: 644081.
HSL color Cylindrical-coordinate representation of color #F1D309: hue angle of 52.24º 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 #F1D309 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.05 |
| HSL | 52.24º | 0.93% | 0.49% | - |
| HSV(B) | 52.24º | 0.96% | 0.95% | - |
| XYZ | 59.62 | 65.31 | 9.72 | - |
| YUV | 196.94 | 21.94 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 9 | 0 | 0.12 | 0.96 | 0.05 | 52.24 | 0.93 | 0.49 |
| Hex | F1 | D3 | 9 | 0 | C | 60 | 5 | 34 | 5D | 31 |
| Octal | 361 | 323 | 11 | 0 | 14 | 140 | 5 | 64 | 135 | 61 |
| Binary | 11110001 | 11010011 | 1001 | 0 | 1100 | 1100000 | 101 | 110100 | 1011101 | 110001 |
Color Harmonies of #F1D309
Complementary color
Monochromatic Colors of #F1D309
Black with #F1D309
Text Example
Text Example
White with #F1D309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D309; }
p { color: rgb(241,211,9); }
H1.HeaderClassName
{
color: #F1D309;
}
.AnyTagClassName
{
color: #F1D309;
}
</style>
background-color css
<style>
a { background-color: #F1D309; }
a { background-color: rgb(241,211,9); }
div.DivClassName
{
background-color: #F1D309;
}
.BgClassName
{
background-color: #F1D309;
}
</style>
border-color css
<style>
span { border-color: #F1D309; }
span { border-color: rgb(241,211,9); }
td.TdClassName
{
border-color: #F1D309;
}
.TagClassName
{
border-color: #F1D309;
}
</style>