Shades of Turbo #F0D010
Tints of Turbo #F0D010
RGB
CMYK
RGB Variations
Color information
#F0D010 (or 0xF0D010) is known color: Turbo. HEX triplet: F0, D0 and 10. RGB value is (240,208,16). Sum of RGB (Red+Green+Blue) = 240+208+16=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D010 is #0F2FEF. Grayscale: #C4C4C4. Windows color (decimal): -995312 or 1102064. OLE color: 1102064.
HSL color Cylindrical-coordinate representation of color #F0D010: hue angle of 51.43º 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 #F0D010 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.06 |
| HSL | 51.43º | 0.88% | 0.5% | - |
| HSV(B) | 51.43º | 0.93% | 0.94% | - |
| XYZ | 58.58 | 63.67 | 9.69 | - |
| YUV | 195.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 16 | 0 | 0.13 | 0.93 | 0.06 | 51.43 | 0.88 | 0.5 |
| Hex | F0 | D0 | 10 | 0 | D | 5D | 6 | 33 | 58 | 32 |
| Octal | 360 | 320 | 20 | 0 | 15 | 135 | 6 | 63 | 130 | 62 |
| Binary | 11110000 | 11010000 | 10000 | 0 | 1101 | 1011101 | 110 | 110011 | 1011000 | 110010 |
Color Harmonies of #F0D010
Complementary color
Monochromatic Colors of #F0D010
Black with #F0D010
Text Example
Text Example
White with #F0D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D010; }
p { color: rgb(240,208,16); }
H1.HeaderClassName
{
color: #F0D010;
}
.AnyTagClassName
{
color: #F0D010;
}
</style>
background-color css
<style>
a { background-color: #F0D010; }
a { background-color: rgb(240,208,16); }
div.DivClassName
{
background-color: #F0D010;
}
.BgClassName
{
background-color: #F0D010;
}
</style>
border-color css
<style>
span { border-color: #F0D010; }
span { border-color: rgb(240,208,16); }
td.TdClassName
{
border-color: #F0D010;
}
.TagClassName
{
border-color: #F0D010;
}
</style>