Shades of Turbo #F1D511
Tints of Turbo #F1D511
RGB
CMYK
RGB Variations
Color information
#F1D511 (or 0xF1D511) is known color: Turbo. HEX triplet: F1, D5 and 11. RGB value is (241,213,17). Sum of RGB (Red+Green+Blue) = 241+213+17=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D511 is #0E2AEE. Grayscale: #C7C7C7. Windows color (decimal): -928495 or 1168881. OLE color: 1168881.
HSL color Cylindrical-coordinate representation of color #F1D511: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1D511 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52.5º | 0.89% | 0.51% | - |
| HSV(B) | 52.5º | 0.93% | 0.95% | - |
| XYZ | 60.17 | 66.33 | 10.16 | - |
| YUV | 199.03 | 25.28 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 17 | 0 | 0.12 | 0.93 | 0.05 | 52.5 | 0.89 | 0.51 |
| Hex | F1 | D5 | 11 | 0 | C | 5D | 5 | 34 | 59 | 33 |
| Octal | 361 | 325 | 21 | 0 | 14 | 135 | 5 | 64 | 131 | 63 |
| Binary | 11110001 | 11010101 | 10001 | 0 | 1100 | 1011101 | 101 | 110100 | 1011001 | 110011 |
Color Harmonies of #F1D511
Complementary color
Monochromatic Colors of #F1D511
Black with #F1D511
Text Example
Text Example
White with #F1D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D511; }
p { color: rgb(241,213,17); }
H1.HeaderClassName
{
color: #F1D511;
}
.AnyTagClassName
{
color: #F1D511;
}
</style>
background-color css
<style>
a { background-color: #F1D511; }
a { background-color: rgb(241,213,17); }
div.DivClassName
{
background-color: #F1D511;
}
.BgClassName
{
background-color: #F1D511;
}
</style>
border-color css
<style>
span { border-color: #F1D511; }
span { border-color: rgb(241,213,17); }
td.TdClassName
{
border-color: #F1D511;
}
.TagClassName
{
border-color: #F1D511;
}
</style>