Shades of Turbo #F0D011
Tints of Turbo #F0D011
RGB
CMYK
RGB Variations
Color information
#F0D011 (or 0xF0D011) is known color: Turbo. HEX triplet: F0, D0 and 11. RGB value is (240,208,17). Sum of RGB (Red+Green+Blue) = 240+208+17=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D011 is #0F2FEE. Grayscale: #C4C4C4. Windows color (decimal): -995311 or 1167600. OLE color: 1167600.
HSL color Cylindrical-coordinate representation of color #F0D011: hue angle of 51.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0D011 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.06 |
| HSL | 51.39º | 0.88% | 0.5% | - |
| HSV(B) | 51.39º | 0.93% | 0.94% | - |
| XYZ | 58.59 | 63.68 | 9.73 | - |
| YUV | 195.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 17 | 0 | 0.13 | 0.93 | 0.06 | 51.39 | 0.88 | 0.5 |
| Hex | F0 | D0 | 11 | 0 | D | 5D | 6 | 33 | 58 | 32 |
| Octal | 360 | 320 | 21 | 0 | 15 | 135 | 6 | 63 | 130 | 62 |
| Binary | 11110000 | 11010000 | 10001 | 0 | 1101 | 1011101 | 110 | 110011 | 1011000 | 110010 |
Color Harmonies of #F0D011
Complementary color
Monochromatic Colors of #F0D011
Black with #F0D011
Text Example
Text Example
White with #F0D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D011; }
p { color: rgb(240,208,17); }
H1.HeaderClassName
{
color: #F0D011;
}
.AnyTagClassName
{
color: #F0D011;
}
</style>
background-color css
<style>
a { background-color: #F0D011; }
a { background-color: rgb(240,208,17); }
div.DivClassName
{
background-color: #F0D011;
}
.BgClassName
{
background-color: #F0D011;
}
</style>
border-color css
<style>
span { border-color: #F0D011; }
span { border-color: rgb(240,208,17); }
td.TdClassName
{
border-color: #F0D011;
}
.TagClassName
{
border-color: #F0D011;
}
</style>