Shades of Tomato #FE5E50
Tints of Tomato #FE5E50
RGB
CMYK
RGB Variations
Color information
#FE5E50 (or 0xFE5E50) is known color: Tomato. HEX triplet: FE, 5E and 50. RGB value is (254,94,80). Sum of RGB (Red+Green+Blue) = 254+94+80=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E50 is #01A1AF. Grayscale: #8C8C8C. Windows color (decimal): -106928 or 5267198. OLE color: 5267198.
HSL color Cylindrical-coordinate representation of color #FE5E50: hue angle of 4.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5E50 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 80 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.00 |
| HSL | 4.83º | 0.99% | 0.65% | - |
| HSV(B) | 4.83º | 0.69% | 1% | - |
| XYZ | 46.32 | 29.66 | 10.87 | - |
| YUV | 140.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 80 | 0 | 0.63 | 0.69 | 0.00 | 4.83 | 0.99 | 0.65 |
| Hex | FE | 5E | 50 | 0 | 3F | 45 | 0 | 5 | 63 | 41 |
| Octal | 376 | 136 | 120 | 0 | 77 | 105 | 0 | 5 | 143 | 101 |
| Binary | 11111110 | 1011110 | 1010000 | 0 | 111111 | 1000101 | 0 | 101 | 1100011 | 1000001 |
Color Harmonies of #FE5E50
Complementary color
Monochromatic Colors of #FE5E50
Black with #FE5E50
Text Example
Text Example
White with #FE5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E50; }
p { color: rgb(254,94,80); }
H1.HeaderClassName
{
color: #FE5E50;
}
.AnyTagClassName
{
color: #FE5E50;
}
</style>
background-color css
<style>
a { background-color: #FE5E50; }
a { background-color: rgb(254,94,80); }
div.DivClassName
{
background-color: #FE5E50;
}
.BgClassName
{
background-color: #FE5E50;
}
</style>
border-color css
<style>
span { border-color: #FE5E50; }
span { border-color: rgb(254,94,80); }
td.TdClassName
{
border-color: #FE5E50;
}
.TagClassName
{
border-color: #FE5E50;
}
</style>