Shades of Tomato #FE5A55
Tints of Tomato #FE5A55
RGB
CMYK
RGB Variations
Color information
#FE5A55 (or 0xFE5A55) is known color: Tomato. HEX triplet: FE, 5A and 55. RGB value is (254,90,85). Sum of RGB (Red+Green+Blue) = 254+90+85=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A55 is #01A5AA. Grayscale: #8A8A8A. Windows color (decimal): -107947 or 5593854. OLE color: 5593854.
HSL color Cylindrical-coordinate representation of color #FE5A55: hue angle of 1.78º 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 #FE5A55 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 85 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.00 |
| HSL | 1.78º | 0.99% | 0.66% | - |
| HSV(B) | 1.78º | 0.67% | 1% | - |
| XYZ | 46.17 | 29.04 | 11.77 | - |
| YUV | 138.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 85 | 0 | 0.65 | 0.67 | 0.00 | 1.78 | 0.99 | 0.66 |
| Hex | FE | 5A | 55 | 0 | 41 | 43 | 0 | 2 | 63 | 42 |
| Octal | 376 | 132 | 125 | 0 | 101 | 103 | 0 | 2 | 143 | 102 |
| Binary | 11111110 | 1011010 | 1010101 | 0 | 1000001 | 1000011 | 0 | 10 | 1100011 | 1000010 |
Color Harmonies of #FE5A55
Complementary color
Monochromatic Colors of #FE5A55
Black with #FE5A55
Text Example
Text Example
White with #FE5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A55; }
p { color: rgb(254,90,85); }
H1.HeaderClassName
{
color: #FE5A55;
}
.AnyTagClassName
{
color: #FE5A55;
}
</style>
background-color css
<style>
a { background-color: #FE5A55; }
a { background-color: rgb(254,90,85); }
div.DivClassName
{
background-color: #FE5A55;
}
.BgClassName
{
background-color: #FE5A55;
}
</style>
border-color css
<style>
span { border-color: #FE5A55; }
span { border-color: rgb(254,90,85); }
td.TdClassName
{
border-color: #FE5A55;
}
.TagClassName
{
border-color: #FE5A55;
}
</style>