Shades of Tomato #F16540
Tints of Tomato #F16540
RGB
CMYK
RGB Variations
Color information
#F16540 (or 0xF16540) is known color: Tomato. HEX triplet: F1, 65 and 40. RGB value is (241,101,64). Sum of RGB (Red+Green+Blue) = 241+101+64=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F16540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16540 is #0E9ABF. Grayscale: #8A8A8A. Windows color (decimal): -957120 or 4220401. OLE color: 4220401.
HSL color Cylindrical-coordinate representation of color #F16540: hue angle of 12.54º degrees, saturation: 0.86, 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 #F16540 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 64 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.05 |
| HSL | 12.54º | 0.86% | 0.6% | - |
| HSV(B) | 12.54º | 0.73% | 0.95% | - |
| XYZ | 41.85 | 28.38 | 8.12 | - |
| YUV | 138.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 64 | 0 | 0.58 | 0.73 | 0.05 | 12.54 | 0.86 | 0.6 |
| Hex | F1 | 65 | 40 | 0 | 3A | 49 | 5 | D | 56 | 3C |
| Octal | 361 | 145 | 100 | 0 | 72 | 111 | 5 | 15 | 126 | 74 |
| Binary | 11110001 | 1100101 | 1000000 | 0 | 111010 | 1001001 | 101 | 1101 | 1010110 | 111100 |
Color Harmonies of #F16540
Complementary color
Monochromatic Colors of #F16540
Black with #F16540
Text Example
Text Example
White with #F16540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16540; }
p { color: rgb(241,101,64); }
H1.HeaderClassName
{
color: #F16540;
}
.AnyTagClassName
{
color: #F16540;
}
</style>
background-color css
<style>
a { background-color: #F16540; }
a { background-color: rgb(241,101,64); }
div.DivClassName
{
background-color: #F16540;
}
.BgClassName
{
background-color: #F16540;
}
</style>
border-color css
<style>
span { border-color: #F16540; }
span { border-color: rgb(241,101,64); }
td.TdClassName
{
border-color: #F16540;
}
.TagClassName
{
border-color: #F16540;
}
</style>