Shades of Tomato #FE5A40
Tints of Tomato #FE5A40
RGB
CMYK
RGB Variations
Color information
#FE5A40 (or 0xFE5A40) is known color: Tomato. HEX triplet: FE, 5A and 40. RGB value is (254,90,64). Sum of RGB (Red+Green+Blue) = 254+90+64=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A40 is #01A5BF. Grayscale: #888888. Windows color (decimal): -107968 or 4217598. OLE color: 4217598.
HSL color Cylindrical-coordinate representation of color #FE5A40: hue angle of 8.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE5A40 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 64 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.00 |
| HSL | 8.21º | 0.99% | 0.62% | - |
| HSV(B) | 8.21º | 0.75% | 1% | - |
| XYZ | 45.45 | 28.75 | 8 | - |
| YUV | 136.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 64 | 0 | 0.65 | 0.75 | 0.00 | 8.21 | 0.99 | 0.62 |
| Hex | FE | 5A | 40 | 0 | 41 | 4B | 0 | 8 | 63 | 3E |
| Octal | 376 | 132 | 100 | 0 | 101 | 113 | 0 | 10 | 143 | 76 |
| Binary | 11111110 | 1011010 | 1000000 | 0 | 1000001 | 1001011 | 0 | 1000 | 1100011 | 111110 |
Color Harmonies of #FE5A40
Complementary color
Monochromatic Colors of #FE5A40
Black with #FE5A40
Text Example
Text Example
White with #FE5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A40; }
p { color: rgb(254,90,64); }
H1.HeaderClassName
{
color: #FE5A40;
}
.AnyTagClassName
{
color: #FE5A40;
}
</style>
background-color css
<style>
a { background-color: #FE5A40; }
a { background-color: rgb(254,90,64); }
div.DivClassName
{
background-color: #FE5A40;
}
.BgClassName
{
background-color: #FE5A40;
}
</style>
border-color css
<style>
span { border-color: #FE5A40; }
span { border-color: rgb(254,90,64); }
td.TdClassName
{
border-color: #FE5A40;
}
.TagClassName
{
border-color: #FE5A40;
}
</style>