Shades of Tomato #FF6546
Tints of Tomato #FF6546
RGB
CMYK
RGB Variations
Color information
#FF6546 (or 0xFF6546) is known color: Tomato. HEX triplet: FF, 65 and 46. RGB value is (255,101,70). Sum of RGB (Red+Green+Blue) = 255+101+70=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6546 is #009AB9. Grayscale: #8F8F8F. Windows color (decimal): -39610 or 4613631. OLE color: 4613631.
HSL color Cylindrical-coordinate representation of color #FF6546: hue angle of 10.05º 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 #FF6546 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 70 | - |
| CMYK | 0 | 0.60 | 0.73 | 0 |
| HSL | 10.05º | 1% | 0.64% | - |
| HSV(B) | 10.05º | 0.73% | 1% | - |
| XYZ | 47 | 31.01 | 9.3 | - |
| YUV | 143.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 70 | 0 | 0.60 | 0.73 | 0 | 10.05 | 1 | 0.64 |
| Hex | FF | 65 | 46 | 0 | 3C | 49 | 0 | A | 64 | 40 |
| Octal | 377 | 145 | 106 | 0 | 74 | 111 | 0 | 12 | 144 | 100 |
| Binary | 11111111 | 1100101 | 1000110 | 0 | 111100 | 1001001 | 0 | 1010 | 1100100 | 1000000 |
Color Harmonies of #FF6546
Complementary color
Monochromatic Colors of #FF6546
Black with #FF6546
Text Example
Text Example
White with #FF6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6546; }
p { color: rgb(255,101,70); }
H1.HeaderClassName
{
color: #FF6546;
}
.AnyTagClassName
{
color: #FF6546;
}
</style>
background-color css
<style>
a { background-color: #FF6546; }
a { background-color: rgb(255,101,70); }
div.DivClassName
{
background-color: #FF6546;
}
.BgClassName
{
background-color: #FF6546;
}
</style>
border-color css
<style>
span { border-color: #FF6546; }
span { border-color: rgb(255,101,70); }
td.TdClassName
{
border-color: #FF6546;
}
.TagClassName
{
border-color: #FF6546;
}
</style>