Shades of Turbo #F1D110
Tints of Turbo #F1D110
RGB
CMYK
RGB Variations
Color information
#F1D110 (or 0xF1D110) is known color: Turbo. HEX triplet: F1, D1 and 10. RGB value is (241,209,16). Sum of RGB (Red+Green+Blue) = 241+209+16=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D110 is #0E2EEF. Grayscale: #C5C5C5. Windows color (decimal): -929520 or 1102321. OLE color: 1102321.
HSL color Cylindrical-coordinate representation of color #F1D110: hue angle of 51.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1D110 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.05 |
| HSL | 51.47º | 0.89% | 0.5% | - |
| HSV(B) | 51.47º | 0.93% | 0.95% | - |
| XYZ | 59.17 | 64.34 | 9.79 | - |
| YUV | 196.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 16 | 0 | 0.13 | 0.93 | 0.05 | 51.47 | 0.89 | 0.5 |
| Hex | F1 | D1 | 10 | 0 | D | 5D | 5 | 33 | 59 | 32 |
| Octal | 361 | 321 | 20 | 0 | 15 | 135 | 5 | 63 | 131 | 62 |
| Binary | 11110001 | 11010001 | 10000 | 0 | 1101 | 1011101 | 101 | 110011 | 1011001 | 110010 |
Color Harmonies of #F1D110
Complementary color
Monochromatic Colors of #F1D110
Black with #F1D110
Text Example
Text Example
White with #F1D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D110; }
p { color: rgb(241,209,16); }
H1.HeaderClassName
{
color: #F1D110;
}
.AnyTagClassName
{
color: #F1D110;
}
</style>
background-color css
<style>
a { background-color: #F1D110; }
a { background-color: rgb(241,209,16); }
div.DivClassName
{
background-color: #F1D110;
}
.BgClassName
{
background-color: #F1D110;
}
</style>
border-color css
<style>
span { border-color: #F1D110; }
span { border-color: rgb(241,209,16); }
td.TdClassName
{
border-color: #F1D110;
}
.TagClassName
{
border-color: #F1D110;
}
</style>