Shades of Tomato #F26040
Tints of Tomato #F26040
RGB
CMYK
RGB Variations
Color information
#F26040 (or 0xF26040) is known color: Tomato. HEX triplet: F2, 60 and 40. RGB value is (242,96,64). Sum of RGB (Red+Green+Blue) = 242+96+64=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F26040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26040 is #0D9FBF. Grayscale: #888888. Windows color (decimal): -892864 or 4219122. OLE color: 4219122.
HSL color Cylindrical-coordinate representation of color #F26040: hue angle of 10.79º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F26040 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 64 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.05 |
| HSL | 10.79º | 0.87% | 0.6% | - |
| HSV(B) | 10.79º | 0.74% | 0.95% | - |
| XYZ | 41.73 | 27.61 | 7.98 | - |
| YUV | 136.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 64 | 0 | 0.60 | 0.74 | 0.05 | 10.79 | 0.87 | 0.6 |
| Hex | F2 | 60 | 40 | 0 | 3C | 4A | 5 | B | 57 | 3C |
| Octal | 362 | 140 | 100 | 0 | 74 | 112 | 5 | 13 | 127 | 74 |
| Binary | 11110010 | 1100000 | 1000000 | 0 | 111100 | 1001010 | 101 | 1011 | 1010111 | 111100 |
Color Harmonies of #F26040
Complementary color
Monochromatic Colors of #F26040
Black with #F26040
Text Example
Text Example
White with #F26040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26040; }
p { color: rgb(242,96,64); }
H1.HeaderClassName
{
color: #F26040;
}
.AnyTagClassName
{
color: #F26040;
}
</style>
background-color css
<style>
a { background-color: #F26040; }
a { background-color: rgb(242,96,64); }
div.DivClassName
{
background-color: #F26040;
}
.BgClassName
{
background-color: #F26040;
}
</style>
border-color css
<style>
span { border-color: #F26040; }
span { border-color: rgb(242,96,64); }
td.TdClassName
{
border-color: #F26040;
}
.TagClassName
{
border-color: #F26040;
}
</style>