Shades of Turbo #F0CF12
Tints of Turbo #F0CF12
RGB
CMYK
RGB Variations
Color information
#F0CF12 (or 0xF0CF12) is known color: Turbo. HEX triplet: F0, CF and 12. RGB value is (240,207,18). Sum of RGB (Red+Green+Blue) = 240+207+18=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF12 is #0F30ED. Grayscale: #C4C4C4. Windows color (decimal): -995566 or 1232880. OLE color: 1232880.
HSL color Cylindrical-coordinate representation of color #F0CF12: hue angle of 51.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0CF12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.06 |
| HSL | 51.08º | 0.88% | 0.51% | - |
| HSV(B) | 51.08º | 0.93% | 0.94% | - |
| XYZ | 58.36 | 63.19 | 9.69 | - |
| YUV | 195.32 | 27.93 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 18 | 0 | 0.14 | 0.92 | 0.06 | 51.08 | 0.88 | 0.51 |
| Hex | F0 | CF | 12 | 0 | E | 5C | 6 | 33 | 58 | 33 |
| Octal | 360 | 317 | 22 | 0 | 16 | 134 | 6 | 63 | 130 | 63 |
| Binary | 11110000 | 11001111 | 10010 | 0 | 1110 | 1011100 | 110 | 110011 | 1011000 | 110011 |
Color Harmonies of #F0CF12
Complementary color
Monochromatic Colors of #F0CF12
Black with #F0CF12
Text Example
Text Example
White with #F0CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF12; }
p { color: rgb(240,207,18); }
H1.HeaderClassName
{
color: #F0CF12;
}
.AnyTagClassName
{
color: #F0CF12;
}
</style>
background-color css
<style>
a { background-color: #F0CF12; }
a { background-color: rgb(240,207,18); }
div.DivClassName
{
background-color: #F0CF12;
}
.BgClassName
{
background-color: #F0CF12;
}
</style>
border-color css
<style>
span { border-color: #F0CF12; }
span { border-color: rgb(240,207,18); }
td.TdClassName
{
border-color: #F0CF12;
}
.TagClassName
{
border-color: #F0CF12;
}
</style>