Shades of Turbo #F0D110
Tints of Turbo #F0D110
RGB
CMYK
RGB Variations
Color information
#F0D110 (or 0xF0D110) is known color: Turbo. HEX triplet: F0, D1 and 10. RGB value is (240,209,16). Sum of RGB (Red+Green+Blue) = 240+209+16=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D110 is #0F2EEF. Grayscale: #C5C5C5. Windows color (decimal): -995056 or 1102320. OLE color: 1102320.
HSL color Cylindrical-coordinate representation of color #F0D110: hue angle of 51.7º 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 #F0D110 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.06 |
| HSL | 51.7º | 0.88% | 0.5% | - |
| HSV(B) | 51.7º | 0.93% | 0.94% | - |
| XYZ | 58.83 | 64.16 | 9.77 | - |
| YUV | 196.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 16 | 0 | 0.13 | 0.93 | 0.06 | 51.7 | 0.88 | 0.5 |
| Hex | F0 | D1 | 10 | 0 | D | 5D | 6 | 34 | 58 | 32 |
| Octal | 360 | 321 | 20 | 0 | 15 | 135 | 6 | 64 | 130 | 62 |
| Binary | 11110000 | 11010001 | 10000 | 0 | 1101 | 1011101 | 110 | 110100 | 1011000 | 110010 |
Color Harmonies of #F0D110
Complementary color
Monochromatic Colors of #F0D110
Black with #F0D110
Text Example
Text Example
White with #F0D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D110; }
p { color: rgb(240,209,16); }
H1.HeaderClassName
{
color: #F0D110;
}
.AnyTagClassName
{
color: #F0D110;
}
</style>
background-color css
<style>
a { background-color: #F0D110; }
a { background-color: rgb(240,209,16); }
div.DivClassName
{
background-color: #F0D110;
}
.BgClassName
{
background-color: #F0D110;
}
</style>
border-color css
<style>
span { border-color: #F0D110; }
span { border-color: rgb(240,209,16); }
td.TdClassName
{
border-color: #F0D110;
}
.TagClassName
{
border-color: #F0D110;
}
</style>