Shades of Turbo #F1D010
Tints of Turbo #F1D010
RGB
CMYK
RGB Variations
Color information
#F1D010 (or 0xF1D010) is known color: Turbo. HEX triplet: F1, D0 and 10. RGB value is (241,208,16). Sum of RGB (Red+Green+Blue) = 241+208+16=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D010 is #0E2FEF. Grayscale: #C4C4C4. Windows color (decimal): -929776 or 1102065. OLE color: 1102065.
HSL color Cylindrical-coordinate representation of color #F1D010: hue angle of 51.2º 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 #F1D010 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.05 |
| HSL | 51.2º | 0.89% | 0.5% | - |
| HSV(B) | 51.2º | 0.93% | 0.95% | - |
| XYZ | 58.93 | 63.85 | 9.71 | - |
| YUV | 195.98 | 26.43 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 16 | 0 | 0.14 | 0.93 | 0.05 | 51.2 | 0.89 | 0.5 |
| Hex | F1 | D0 | 10 | 0 | E | 5D | 5 | 33 | 59 | 32 |
| Octal | 361 | 320 | 20 | 0 | 16 | 135 | 5 | 63 | 131 | 62 |
| Binary | 11110001 | 11010000 | 10000 | 0 | 1110 | 1011101 | 101 | 110011 | 1011001 | 110010 |
Color Harmonies of #F1D010
Complementary color
Monochromatic Colors of #F1D010
Black with #F1D010
Text Example
Text Example
White with #F1D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D010; }
p { color: rgb(241,208,16); }
H1.HeaderClassName
{
color: #F1D010;
}
.AnyTagClassName
{
color: #F1D010;
}
</style>
background-color css
<style>
a { background-color: #F1D010; }
a { background-color: rgb(241,208,16); }
div.DivClassName
{
background-color: #F1D010;
}
.BgClassName
{
background-color: #F1D010;
}
</style>
border-color css
<style>
span { border-color: #F1D010; }
span { border-color: rgb(241,208,16); }
td.TdClassName
{
border-color: #F1D010;
}
.TagClassName
{
border-color: #F1D010;
}
</style>