Shades of Tomato #FF6B40
Tints of Tomato #FF6B40
RGB
CMYK
RGB Variations
Color information
#FF6B40 (or 0xFF6B40) is known color: Tomato. HEX triplet: FF, 6B and 40. RGB value is (255,107,64). Sum of RGB (Red+Green+Blue) = 255+107+64=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B40 is #0094BF. Grayscale: #929292. Windows color (decimal): -38080 or 4221951. OLE color: 4221951.
HSL color Cylindrical-coordinate representation of color #FF6B40: hue angle of 13.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF6B40 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 64 | - |
| CMYK | 0 | 0.58 | 0.75 | 0 |
| HSL | 13.51º | 1% | 0.63% | - |
| HSV(B) | 13.51º | 0.75% | 1% | - |
| XYZ | 47.42 | 32.15 | 8.56 | - |
| YUV | 146.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 64 | 0 | 0.58 | 0.75 | 0 | 13.51 | 1 | 0.63 |
| Hex | FF | 6B | 40 | 0 | 3A | 4B | 0 | E | 64 | 3F |
| Octal | 377 | 153 | 100 | 0 | 72 | 113 | 0 | 16 | 144 | 77 |
| Binary | 11111111 | 1101011 | 1000000 | 0 | 111010 | 1001011 | 0 | 1110 | 1100100 | 111111 |
Color Harmonies of #FF6B40
Complementary color
Monochromatic Colors of #FF6B40
Black with #FF6B40
Text Example
Text Example
White with #FF6B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B40; }
p { color: rgb(255,107,64); }
H1.HeaderClassName
{
color: #FF6B40;
}
.AnyTagClassName
{
color: #FF6B40;
}
</style>
background-color css
<style>
a { background-color: #FF6B40; }
a { background-color: rgb(255,107,64); }
div.DivClassName
{
background-color: #FF6B40;
}
.BgClassName
{
background-color: #FF6B40;
}
</style>
border-color css
<style>
span { border-color: #FF6B40; }
span { border-color: rgb(255,107,64); }
td.TdClassName
{
border-color: #FF6B40;
}
.TagClassName
{
border-color: #FF6B40;
}
</style>