Shades of Tomato #FE6053
Tints of Tomato #FE6053
RGB
CMYK
RGB Variations
Color information
#FE6053 (or 0xFE6053) is known color: Tomato. HEX triplet: FE, 60 and 53. RGB value is (254,96,83). Sum of RGB (Red+Green+Blue) = 254+96+83=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6053 is #019FAC. Grayscale: #8D8D8D. Windows color (decimal): -106413 or 5464318. OLE color: 5464318.
HSL color Cylindrical-coordinate representation of color #FE6053: hue angle of 4.56º 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 #FE6053 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 83 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.00 |
| HSL | 4.56º | 0.99% | 0.66% | - |
| HSV(B) | 4.56º | 0.67% | 1% | - |
| XYZ | 46.62 | 30.06 | 11.53 | - |
| YUV | 141.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 83 | 0 | 0.62 | 0.67 | 0.00 | 4.56 | 0.99 | 0.66 |
| Hex | FE | 60 | 53 | 0 | 3E | 43 | 0 | 5 | 63 | 42 |
| Octal | 376 | 140 | 123 | 0 | 76 | 103 | 0 | 5 | 143 | 102 |
| Binary | 11111110 | 1100000 | 1010011 | 0 | 111110 | 1000011 | 0 | 101 | 1100011 | 1000010 |
Color Harmonies of #FE6053
Complementary color
Monochromatic Colors of #FE6053
Black with #FE6053
Text Example
Text Example
White with #FE6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6053; }
p { color: rgb(254,96,83); }
H1.HeaderClassName
{
color: #FE6053;
}
.AnyTagClassName
{
color: #FE6053;
}
</style>
background-color css
<style>
a { background-color: #FE6053; }
a { background-color: rgb(254,96,83); }
div.DivClassName
{
background-color: #FE6053;
}
.BgClassName
{
background-color: #FE6053;
}
</style>
border-color css
<style>
span { border-color: #FE6053; }
span { border-color: rgb(254,96,83); }
td.TdClassName
{
border-color: #FE6053;
}
.TagClassName
{
border-color: #FE6053;
}
</style>