Shades of Tomato #F26C41
Tints of Tomato #F26C41
RGB
CMYK
RGB Variations
Color information
#F26C41 (or 0xF26C41) is known color: Tomato. HEX triplet: F2, 6C and 41. RGB value is (242,108,65). Sum of RGB (Red+Green+Blue) = 242+108+65=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C41 is #0D93BE. Grayscale: #8F8F8F. Windows color (decimal): -889791 or 4287730. OLE color: 4287730.
HSL color Cylindrical-coordinate representation of color #F26C41: hue angle of 14.58º 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 #F26C41 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 65 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.05 |
| HSL | 14.58º | 0.87% | 0.6% | - |
| HSV(B) | 14.58º | 0.73% | 0.95% | - |
| XYZ | 42.93 | 29.98 | 8.53 | - |
| YUV | 143.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 65 | 0 | 0.55 | 0.73 | 0.05 | 14.58 | 0.87 | 0.6 |
| Hex | F2 | 6C | 41 | 0 | 37 | 49 | 5 | F | 57 | 3C |
| Octal | 362 | 154 | 101 | 0 | 67 | 111 | 5 | 17 | 127 | 74 |
| Binary | 11110010 | 1101100 | 1000001 | 0 | 110111 | 1001001 | 101 | 1111 | 1010111 | 111100 |
Color Harmonies of #F26C41
Complementary color
Monochromatic Colors of #F26C41
Black with #F26C41
Text Example
Text Example
White with #F26C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C41; }
p { color: rgb(242,108,65); }
H1.HeaderClassName
{
color: #F26C41;
}
.AnyTagClassName
{
color: #F26C41;
}
</style>
background-color css
<style>
a { background-color: #F26C41; }
a { background-color: rgb(242,108,65); }
div.DivClassName
{
background-color: #F26C41;
}
.BgClassName
{
background-color: #F26C41;
}
</style>
border-color css
<style>
span { border-color: #F26C41; }
span { border-color: rgb(242,108,65); }
td.TdClassName
{
border-color: #F26C41;
}
.TagClassName
{
border-color: #F26C41;
}
</style>