Shades of Tomato #F26542
Tints of Tomato #F26542
RGB
CMYK
RGB Variations
Color information
#F26542 (or 0xF26542) is known color: Tomato. HEX triplet: F2, 65 and 42. RGB value is (242,101,66). Sum of RGB (Red+Green+Blue) = 242+101+66=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F26542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26542 is #0D9ABD. Grayscale: #8B8B8B. Windows color (decimal): -891582 or 4351474. OLE color: 4351474.
HSL color Cylindrical-coordinate representation of color #F26542: hue angle of 11.93º 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 #F26542 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 66 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.05 |
| HSL | 11.93º | 0.87% | 0.6% | - |
| HSV(B) | 11.93º | 0.73% | 0.95% | - |
| XYZ | 42.26 | 28.58 | 8.44 | - |
| YUV | 139.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 66 | 0 | 0.58 | 0.73 | 0.05 | 11.93 | 0.87 | 0.6 |
| Hex | F2 | 65 | 42 | 0 | 3A | 49 | 5 | C | 57 | 3C |
| Octal | 362 | 145 | 102 | 0 | 72 | 111 | 5 | 14 | 127 | 74 |
| Binary | 11110010 | 1100101 | 1000010 | 0 | 111010 | 1001001 | 101 | 1100 | 1010111 | 111100 |
Color Harmonies of #F26542
Complementary color
Monochromatic Colors of #F26542
Black with #F26542
Text Example
Text Example
White with #F26542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26542; }
p { color: rgb(242,101,66); }
H1.HeaderClassName
{
color: #F26542;
}
.AnyTagClassName
{
color: #F26542;
}
</style>
background-color css
<style>
a { background-color: #F26542; }
a { background-color: rgb(242,101,66); }
div.DivClassName
{
background-color: #F26542;
}
.BgClassName
{
background-color: #F26542;
}
</style>
border-color css
<style>
span { border-color: #F26542; }
span { border-color: rgb(242,101,66); }
td.TdClassName
{
border-color: #F26542;
}
.TagClassName
{
border-color: #F26542;
}
</style>