Shades of Tomato #F26640
Tints of Tomato #F26640
RGB
CMYK
RGB Variations
Color information
#F26640 (or 0xF26640) is known color: Tomato. HEX triplet: F2, 66 and 40. RGB value is (242,102,64). Sum of RGB (Red+Green+Blue) = 242+102+64=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F26640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26640 is #0D99BF. Grayscale: #8B8B8B. Windows color (decimal): -891328 or 4220658. OLE color: 4220658.
HSL color Cylindrical-coordinate representation of color #F26640: hue angle of 12.81º 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 #F26640 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 64 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.05 |
| HSL | 12.81º | 0.87% | 0.6% | - |
| HSV(B) | 12.81º | 0.74% | 0.95% | - |
| XYZ | 42.29 | 28.75 | 8.17 | - |
| YUV | 139.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 64 | 0 | 0.58 | 0.74 | 0.05 | 12.81 | 0.87 | 0.6 |
| Hex | F2 | 66 | 40 | 0 | 3A | 4A | 5 | D | 57 | 3C |
| Octal | 362 | 146 | 100 | 0 | 72 | 112 | 5 | 15 | 127 | 74 |
| Binary | 11110010 | 1100110 | 1000000 | 0 | 111010 | 1001010 | 101 | 1101 | 1010111 | 111100 |
Color Harmonies of #F26640
Complementary color
Monochromatic Colors of #F26640
Black with #F26640
Text Example
Text Example
White with #F26640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26640; }
p { color: rgb(242,102,64); }
H1.HeaderClassName
{
color: #F26640;
}
.AnyTagClassName
{
color: #F26640;
}
</style>
background-color css
<style>
a { background-color: #F26640; }
a { background-color: rgb(242,102,64); }
div.DivClassName
{
background-color: #F26640;
}
.BgClassName
{
background-color: #F26640;
}
</style>
border-color css
<style>
span { border-color: #F26640; }
span { border-color: rgb(242,102,64); }
td.TdClassName
{
border-color: #F26640;
}
.TagClassName
{
border-color: #F26640;
}
</style>