Shades of Tomato #FF6255
Tints of Tomato #FF6255
RGB
CMYK
RGB Variations
Color information
#FF6255 (or 0xFF6255) is known color: Tomato. HEX triplet: FF, 62 and 55. RGB value is (255,98,85). Sum of RGB (Red+Green+Blue) = 255+98+85=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6255 is #009DAA. Grayscale: #8F8F8F. Windows color (decimal): -40363 or 5595903. OLE color: 5595903.
HSL color Cylindrical-coordinate representation of color #FF6255: hue angle of 4.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6255 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 85 | - |
| CMYK | 0 | 0.62 | 0.67 | 0 |
| HSL | 4.59º | 1% | 0.67% | - |
| HSV(B) | 4.59º | 0.67% | 1% | - |
| XYZ | 47.25 | 30.65 | 12.02 | - |
| YUV | 143.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 85 | 0 | 0.62 | 0.67 | 0 | 4.59 | 1 | 0.67 |
| Hex | FF | 62 | 55 | 0 | 3E | 43 | 0 | 5 | 64 | 43 |
| Octal | 377 | 142 | 125 | 0 | 76 | 103 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100010 | 1010101 | 0 | 111110 | 1000011 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6255
Complementary color
Monochromatic Colors of #FF6255
Black with #FF6255
Text Example
Text Example
White with #FF6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6255; }
p { color: rgb(255,98,85); }
H1.HeaderClassName
{
color: #FF6255;
}
.AnyTagClassName
{
color: #FF6255;
}
</style>
background-color css
<style>
a { background-color: #FF6255; }
a { background-color: rgb(255,98,85); }
div.DivClassName
{
background-color: #FF6255;
}
.BgClassName
{
background-color: #FF6255;
}
</style>
border-color css
<style>
span { border-color: #FF6255; }
span { border-color: rgb(255,98,85); }
td.TdClassName
{
border-color: #FF6255;
}
.TagClassName
{
border-color: #FF6255;
}
</style>