Shades of Tomato #FF6053
Tints of Tomato #FF6053
RGB
CMYK
RGB Variations
Color information
#FF6053 (or 0xFF6053) is known color: Tomato. HEX triplet: FF, 60 and 53. RGB value is (255,96,83). Sum of RGB (Red+Green+Blue) = 255+96+83=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6053 is #009FAC. Grayscale: #8E8E8E. Windows color (decimal): -40877 or 5464319. OLE color: 5464319.
HSL color Cylindrical-coordinate representation of color #FF6053: hue angle of 4.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6053 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 83 | - |
| CMYK | 0 | 0.62 | 0.67 | 0 |
| HSL | 4.53º | 1% | 0.66% | - |
| HSV(B) | 4.53º | 0.67% | 1% | - |
| XYZ | 46.98 | 30.25 | 11.55 | - |
| YUV | 142.06 | 94.68 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 83 | 0 | 0.62 | 0.67 | 0 | 4.53 | 1 | 0.66 |
| Hex | FF | 60 | 53 | 0 | 3E | 43 | 0 | 5 | 64 | 42 |
| Octal | 377 | 140 | 123 | 0 | 76 | 103 | 0 | 5 | 144 | 102 |
| Binary | 11111111 | 1100000 | 1010011 | 0 | 111110 | 1000011 | 0 | 101 | 1100100 | 1000010 |
Color Harmonies of #FF6053
Complementary color
Monochromatic Colors of #FF6053
Black with #FF6053
Text Example
Text Example
White with #FF6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6053; }
p { color: rgb(255,96,83); }
H1.HeaderClassName
{
color: #FF6053;
}
.AnyTagClassName
{
color: #FF6053;
}
</style>
background-color css
<style>
a { background-color: #FF6053; }
a { background-color: rgb(255,96,83); }
div.DivClassName
{
background-color: #FF6053;
}
.BgClassName
{
background-color: #FF6053;
}
</style>
border-color css
<style>
span { border-color: #FF6053; }
span { border-color: rgb(255,96,83); }
td.TdClassName
{
border-color: #FF6053;
}
.TagClassName
{
border-color: #FF6053;
}
</style>