Shades of Tomato #FE6155
Tints of Tomato #FE6155
RGB
CMYK
RGB Variations
Color information
#FE6155 (or 0xFE6155) is known color: Tomato. HEX triplet: FE, 61 and 55. RGB value is (254,97,85). Sum of RGB (Red+Green+Blue) = 254+97+85=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6155 is #019EAA. Grayscale: #8E8E8E. Windows color (decimal): -106155 or 5595646. OLE color: 5595646.
HSL color Cylindrical-coordinate representation of color #FE6155: hue angle of 4.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE6155 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 85 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.00 |
| HSL | 4.26º | 0.99% | 0.66% | - |
| HSV(B) | 4.26º | 0.67% | 1% | - |
| XYZ | 46.79 | 30.28 | 11.97 | - |
| YUV | 142.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 85 | 0 | 0.62 | 0.67 | 0.00 | 4.26 | 0.99 | 0.66 |
| Hex | FE | 61 | 55 | 0 | 3E | 43 | 0 | 4 | 63 | 42 |
| Octal | 376 | 141 | 125 | 0 | 76 | 103 | 0 | 4 | 143 | 102 |
| Binary | 11111110 | 1100001 | 1010101 | 0 | 111110 | 1000011 | 0 | 100 | 1100011 | 1000010 |
Color Harmonies of #FE6155
Complementary color
Monochromatic Colors of #FE6155
Black with #FE6155
Text Example
Text Example
White with #FE6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6155; }
p { color: rgb(254,97,85); }
H1.HeaderClassName
{
color: #FE6155;
}
.AnyTagClassName
{
color: #FE6155;
}
</style>
background-color css
<style>
a { background-color: #FE6155; }
a { background-color: rgb(254,97,85); }
div.DivClassName
{
background-color: #FE6155;
}
.BgClassName
{
background-color: #FE6155;
}
</style>
border-color css
<style>
span { border-color: #FE6155; }
span { border-color: rgb(254,97,85); }
td.TdClassName
{
border-color: #FE6155;
}
.TagClassName
{
border-color: #FE6155;
}
</style>