Shades of Tomato #FF5A46
Tints of Tomato #FF5A46
RGB
CMYK
RGB Variations
Color information
#FF5A46 (or 0xFF5A46) is known color: Tomato. HEX triplet: FF, 5A and 46. RGB value is (255,90,70). Sum of RGB (Red+Green+Blue) = 255+90+70=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A46 is #00A5B9. Grayscale: #898989. Windows color (decimal): -42426 or 4610815. OLE color: 4610815.
HSL color Cylindrical-coordinate representation of color #FF5A46: hue angle of 6.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF5A46 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 70 | - |
| CMYK | 0 | 0.65 | 0.73 | 0 |
| HSL | 6.49º | 1% | 0.64% | - |
| HSV(B) | 6.49º | 0.73% | 1% | - |
| XYZ | 46 | 29.01 | 8.97 | - |
| YUV | 137.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 70 | 0 | 0.65 | 0.73 | 0 | 6.49 | 1 | 0.64 |
| Hex | FF | 5A | 46 | 0 | 41 | 49 | 0 | 6 | 64 | 40 |
| Octal | 377 | 132 | 106 | 0 | 101 | 111 | 0 | 6 | 144 | 100 |
| Binary | 11111111 | 1011010 | 1000110 | 0 | 1000001 | 1001001 | 0 | 110 | 1100100 | 1000000 |
Color Harmonies of #FF5A46
Complementary color
Monochromatic Colors of #FF5A46
Black with #FF5A46
Text Example
Text Example
White with #FF5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A46; }
p { color: rgb(255,90,70); }
H1.HeaderClassName
{
color: #FF5A46;
}
.AnyTagClassName
{
color: #FF5A46;
}
</style>
background-color css
<style>
a { background-color: #FF5A46; }
a { background-color: rgb(255,90,70); }
div.DivClassName
{
background-color: #FF5A46;
}
.BgClassName
{
background-color: #FF5A46;
}
</style>
border-color css
<style>
span { border-color: #FF5A46; }
span { border-color: rgb(255,90,70); }
td.TdClassName
{
border-color: #FF5A46;
}
.TagClassName
{
border-color: #FF5A46;
}
</style>