Shades of Tomato #F26A42
Tints of Tomato #F26A42
RGB
CMYK
RGB Variations
Color information
#F26A42 (or 0xF26A42) is known color: Tomato. HEX triplet: F2, 6A and 42. RGB value is (242,106,66). Sum of RGB (Red+Green+Blue) = 242+106+66=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A42 is #0D95BD. Grayscale: #8E8E8E. Windows color (decimal): -890302 or 4352754. OLE color: 4352754.
HSL color Cylindrical-coordinate representation of color #F26A42: hue angle of 13.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F26A42 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 66 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.05 |
| HSL | 13.64º | 0.87% | 0.6% | - |
| HSV(B) | 13.64º | 0.73% | 0.95% | - |
| XYZ | 42.76 | 29.58 | 8.61 | - |
| YUV | 142.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 66 | 0 | 0.56 | 0.73 | 0.05 | 13.64 | 0.87 | 0.6 |
| Hex | F2 | 6A | 42 | 0 | 38 | 49 | 5 | E | 57 | 3C |
| Octal | 362 | 152 | 102 | 0 | 70 | 111 | 5 | 16 | 127 | 74 |
| Binary | 11110010 | 1101010 | 1000010 | 0 | 111000 | 1001001 | 101 | 1110 | 1010111 | 111100 |
Color Harmonies of #F26A42
Complementary color
Monochromatic Colors of #F26A42
Black with #F26A42
Text Example
Text Example
White with #F26A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A42; }
p { color: rgb(242,106,66); }
H1.HeaderClassName
{
color: #F26A42;
}
.AnyTagClassName
{
color: #F26A42;
}
</style>
background-color css
<style>
a { background-color: #F26A42; }
a { background-color: rgb(242,106,66); }
div.DivClassName
{
background-color: #F26A42;
}
.BgClassName
{
background-color: #F26A42;
}
</style>
border-color css
<style>
span { border-color: #F26A42; }
span { border-color: rgb(242,106,66); }
td.TdClassName
{
border-color: #F26A42;
}
.TagClassName
{
border-color: #F26A42;
}
</style>