Shades of Tomato #FF6A51
Tints of Tomato #FF6A51
RGB
CMYK
RGB Variations
Color information
#FF6A51 (or 0xFF6A51) is known color: Tomato. HEX triplet: FF, 6A and 51. RGB value is (255,106,81). Sum of RGB (Red+Green+Blue) = 255+106+81=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A51 is #0095AE. Grayscale: #939393. Windows color (decimal): -38319 or 5335807. OLE color: 5335807.
HSL color Cylindrical-coordinate representation of color #FF6A51: hue angle of 8.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF6A51 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 81 | - |
| CMYK | 0 | 0.58 | 0.68 | 0 |
| HSL | 8.62º | 1% | 0.66% | - |
| HSV(B) | 8.62º | 0.68% | 1% | - |
| XYZ | 47.88 | 32.16 | 11.47 | - |
| YUV | 147.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 81 | 0 | 0.58 | 0.68 | 0 | 8.62 | 1 | 0.66 |
| Hex | FF | 6A | 51 | 0 | 3A | 44 | 0 | 9 | 64 | 42 |
| Octal | 377 | 152 | 121 | 0 | 72 | 104 | 0 | 11 | 144 | 102 |
| Binary | 11111111 | 1101010 | 1010001 | 0 | 111010 | 1000100 | 0 | 1001 | 1100100 | 1000010 |
Color Harmonies of #FF6A51
Complementary color
Monochromatic Colors of #FF6A51
Black with #FF6A51
Text Example
Text Example
White with #FF6A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A51; }
p { color: rgb(255,106,81); }
H1.HeaderClassName
{
color: #FF6A51;
}
.AnyTagClassName
{
color: #FF6A51;
}
</style>
background-color css
<style>
a { background-color: #FF6A51; }
a { background-color: rgb(255,106,81); }
div.DivClassName
{
background-color: #FF6A51;
}
.BgClassName
{
background-color: #FF6A51;
}
</style>
border-color css
<style>
span { border-color: #FF6A51; }
span { border-color: rgb(255,106,81); }
td.TdClassName
{
border-color: #FF6A51;
}
.TagClassName
{
border-color: #FF6A51;
}
</style>