Shades of Tomato #F06540
Tints of Tomato #F06540
RGB
CMYK
RGB Variations
Color information
#F06540 (or 0xF06540) is known color: Tomato. HEX triplet: F0, 65 and 40. RGB value is (240,101,64). Sum of RGB (Red+Green+Blue) = 240+101+64=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F06540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06540 is #0F9ABF. Grayscale: #8A8A8A. Windows color (decimal): -1022656 or 4220400. OLE color: 4220400.
HSL color Cylindrical-coordinate representation of color #F06540: hue angle of 12.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F06540 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 64 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.06 |
| HSL | 12.61º | 0.85% | 0.6% | - |
| HSV(B) | 12.61º | 0.73% | 0.94% | - |
| XYZ | 41.51 | 28.2 | 8.11 | - |
| YUV | 138.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 64 | 0 | 0.58 | 0.73 | 0.06 | 12.61 | 0.85 | 0.6 |
| Hex | F0 | 65 | 40 | 0 | 3A | 49 | 6 | D | 55 | 3C |
| Octal | 360 | 145 | 100 | 0 | 72 | 111 | 6 | 15 | 125 | 74 |
| Binary | 11110000 | 1100101 | 1000000 | 0 | 111010 | 1001001 | 110 | 1101 | 1010101 | 111100 |
Color Harmonies of #F06540
Complementary color
Monochromatic Colors of #F06540
Black with #F06540
Text Example
Text Example
White with #F06540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06540; }
p { color: rgb(240,101,64); }
H1.HeaderClassName
{
color: #F06540;
}
.AnyTagClassName
{
color: #F06540;
}
</style>
background-color css
<style>
a { background-color: #F06540; }
a { background-color: rgb(240,101,64); }
div.DivClassName
{
background-color: #F06540;
}
.BgClassName
{
background-color: #F06540;
}
</style>
border-color css
<style>
span { border-color: #F06540; }
span { border-color: rgb(240,101,64); }
td.TdClassName
{
border-color: #F06540;
}
.TagClassName
{
border-color: #F06540;
}
</style>