Shades of Tomato #FE5A46
Tints of Tomato #FE5A46
RGB
CMYK
RGB Variations
Color information
#FE5A46 (or 0xFE5A46) is known color: Tomato. HEX triplet: FE, 5A and 46. RGB value is (254,90,70). Sum of RGB (Red+Green+Blue) = 254+90+70=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A46 is #01A5B9. Grayscale: #898989. Windows color (decimal): -107962 or 4610814. OLE color: 4610814.
HSL color Cylindrical-coordinate representation of color #FE5A46: hue angle of 6.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE5A46 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 70 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.00 |
| HSL | 6.52º | 0.99% | 0.64% | - |
| HSV(B) | 6.52º | 0.72% | 1% | - |
| XYZ | 45.63 | 28.83 | 8.95 | - |
| YUV | 136.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 70 | 0 | 0.65 | 0.72 | 0.00 | 6.52 | 0.99 | 0.64 |
| Hex | FE | 5A | 46 | 0 | 41 | 48 | 0 | 7 | 63 | 40 |
| Octal | 376 | 132 | 106 | 0 | 101 | 110 | 0 | 7 | 143 | 100 |
| Binary | 11111110 | 1011010 | 1000110 | 0 | 1000001 | 1001000 | 0 | 111 | 1100011 | 1000000 |
Color Harmonies of #FE5A46
Complementary color
Monochromatic Colors of #FE5A46
Black with #FE5A46
Text Example
Text Example
White with #FE5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A46; }
p { color: rgb(254,90,70); }
H1.HeaderClassName
{
color: #FE5A46;
}
.AnyTagClassName
{
color: #FE5A46;
}
</style>
background-color css
<style>
a { background-color: #FE5A46; }
a { background-color: rgb(254,90,70); }
div.DivClassName
{
background-color: #FE5A46;
}
.BgClassName
{
background-color: #FE5A46;
}
</style>
border-color css
<style>
span { border-color: #FE5A46; }
span { border-color: rgb(254,90,70); }
td.TdClassName
{
border-color: #FE5A46;
}
.TagClassName
{
border-color: #FE5A46;
}
</style>