Shades of Tomato #FF5F40
Tints of Tomato #FF5F40
RGB
CMYK
RGB Variations
Color information
#FF5F40 (or 0xFF5F40) is known color: Tomato. HEX triplet: FF, 5F and 40. RGB value is (255,95,64). Sum of RGB (Red+Green+Blue) = 255+95+64=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F40 is #00A0BF. Grayscale: #8B8B8B. Windows color (decimal): -41152 or 4218879. OLE color: 4218879.
HSL color Cylindrical-coordinate representation of color #FF5F40: hue angle of 9.74º 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 #FF5F40 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 64 | - |
| CMYK | 0 | 0.63 | 0.75 | 0 |
| HSL | 9.74º | 1% | 0.63% | - |
| HSV(B) | 9.74º | 0.75% | 1% | - |
| XYZ | 46.26 | 29.81 | 8.17 | - |
| YUV | 139.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 64 | 0 | 0.63 | 0.75 | 0 | 9.74 | 1 | 0.63 |
| Hex | FF | 5F | 40 | 0 | 3F | 4B | 0 | A | 64 | 3F |
| Octal | 377 | 137 | 100 | 0 | 77 | 113 | 0 | 12 | 144 | 77 |
| Binary | 11111111 | 1011111 | 1000000 | 0 | 111111 | 1001011 | 0 | 1010 | 1100100 | 111111 |
Color Harmonies of #FF5F40
Complementary color
Monochromatic Colors of #FF5F40
Black with #FF5F40
Text Example
Text Example
White with #FF5F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F40; }
p { color: rgb(255,95,64); }
H1.HeaderClassName
{
color: #FF5F40;
}
.AnyTagClassName
{
color: #FF5F40;
}
</style>
background-color css
<style>
a { background-color: #FF5F40; }
a { background-color: rgb(255,95,64); }
div.DivClassName
{
background-color: #FF5F40;
}
.BgClassName
{
background-color: #FF5F40;
}
</style>
border-color css
<style>
span { border-color: #FF5F40; }
span { border-color: rgb(255,95,64); }
td.TdClassName
{
border-color: #FF5F40;
}
.TagClassName
{
border-color: #FF5F40;
}
</style>