Shades of Turbo #F0CF11
Tints of Turbo #F0CF11
RGB
CMYK
RGB Variations
Color information
#F0CF11 (or 0xF0CF11) is known color: Turbo. HEX triplet: F0, CF and 11. RGB value is (240,207,17). Sum of RGB (Red+Green+Blue) = 240+207+17=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF11 is #0F30EE. Grayscale: #C4C4C4. Windows color (decimal): -995567 or 1167344. OLE color: 1167344.
HSL color Cylindrical-coordinate representation of color #F0CF11: hue angle of 51.12º 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 #F0CF11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.06 |
| HSL | 51.12º | 0.88% | 0.5% | - |
| HSV(B) | 51.12º | 0.93% | 0.94% | - |
| XYZ | 58.35 | 63.19 | 9.65 | - |
| YUV | 195.21 | 27.43 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 17 | 0 | 0.14 | 0.93 | 0.06 | 51.12 | 0.88 | 0.5 |
| Hex | F0 | CF | 11 | 0 | E | 5D | 6 | 33 | 58 | 32 |
| Octal | 360 | 317 | 21 | 0 | 16 | 135 | 6 | 63 | 130 | 62 |
| Binary | 11110000 | 11001111 | 10001 | 0 | 1110 | 1011101 | 110 | 110011 | 1011000 | 110010 |
Color Harmonies of #F0CF11
Complementary color
Monochromatic Colors of #F0CF11
Black with #F0CF11
Text Example
Text Example
White with #F0CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF11; }
p { color: rgb(240,207,17); }
H1.HeaderClassName
{
color: #F0CF11;
}
.AnyTagClassName
{
color: #F0CF11;
}
</style>
background-color css
<style>
a { background-color: #F0CF11; }
a { background-color: rgb(240,207,17); }
div.DivClassName
{
background-color: #F0CF11;
}
.BgClassName
{
background-color: #F0CF11;
}
</style>
border-color css
<style>
span { border-color: #F0CF11; }
span { border-color: rgb(240,207,17); }
td.TdClassName
{
border-color: #F0CF11;
}
.TagClassName
{
border-color: #F0CF11;
}
</style>