Shades of Tomato #F26740
Tints of Tomato #F26740
RGB
CMYK
RGB Variations
Color information
#F26740 (or 0xF26740) is known color: Tomato. HEX triplet: F2, 67 and 40. RGB value is (242,103,64). Sum of RGB (Red+Green+Blue) = 242+103+64=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F26740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26740 is #0D98BF. Grayscale: #8C8C8C. Windows color (decimal): -891072 or 4220914. OLE color: 4220914.
HSL color Cylindrical-coordinate representation of color #F26740: hue angle of 13.15º 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 #F26740 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 64 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.05 |
| HSL | 13.15º | 0.87% | 0.6% | - |
| HSV(B) | 13.15º | 0.74% | 0.95% | - |
| XYZ | 42.39 | 28.95 | 8.2 | - |
| YUV | 140.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 64 | 0 | 0.57 | 0.74 | 0.05 | 13.15 | 0.87 | 0.6 |
| Hex | F2 | 67 | 40 | 0 | 39 | 4A | 5 | D | 57 | 3C |
| Octal | 362 | 147 | 100 | 0 | 71 | 112 | 5 | 15 | 127 | 74 |
| Binary | 11110010 | 1100111 | 1000000 | 0 | 111001 | 1001010 | 101 | 1101 | 1010111 | 111100 |
Color Harmonies of #F26740
Complementary color
Monochromatic Colors of #F26740
Black with #F26740
Text Example
Text Example
White with #F26740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26740; }
p { color: rgb(242,103,64); }
H1.HeaderClassName
{
color: #F26740;
}
.AnyTagClassName
{
color: #F26740;
}
</style>
background-color css
<style>
a { background-color: #F26740; }
a { background-color: rgb(242,103,64); }
div.DivClassName
{
background-color: #F26740;
}
.BgClassName
{
background-color: #F26740;
}
</style>
border-color css
<style>
span { border-color: #F26740; }
span { border-color: rgb(242,103,64); }
td.TdClassName
{
border-color: #F26740;
}
.TagClassName
{
border-color: #F26740;
}
</style>