Shades of Tomato #FE6142
Tints of Tomato #FE6142
RGB
CMYK
RGB Variations
Color information
#FE6142 (or 0xFE6142) is known color: Tomato. HEX triplet: FE, 61 and 42. RGB value is (254,97,66). Sum of RGB (Red+Green+Blue) = 254+97+66=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6142 is #019EBD. Grayscale: #8C8C8C. Windows color (decimal): -106174 or 4350462. OLE color: 4350462.
HSL color Cylindrical-coordinate representation of color #FE6142: hue angle of 9.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE6142 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 66 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.00 |
| HSL | 9.89º | 0.99% | 0.63% | - |
| HSV(B) | 9.89º | 0.74% | 1% | - |
| XYZ | 46.13 | 30.01 | 8.52 | - |
| YUV | 140.41 | 86.01 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 66 | 0 | 0.62 | 0.74 | 0.00 | 9.89 | 0.99 | 0.63 |
| Hex | FE | 61 | 42 | 0 | 3E | 4A | 0 | A | 63 | 3F |
| Octal | 376 | 141 | 102 | 0 | 76 | 112 | 0 | 12 | 143 | 77 |
| Binary | 11111110 | 1100001 | 1000010 | 0 | 111110 | 1001010 | 0 | 1010 | 1100011 | 111111 |
Color Harmonies of #FE6142
Complementary color
Monochromatic Colors of #FE6142
Black with #FE6142
Text Example
Text Example
White with #FE6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6142; }
p { color: rgb(254,97,66); }
H1.HeaderClassName
{
color: #FE6142;
}
.AnyTagClassName
{
color: #FE6142;
}
</style>
background-color css
<style>
a { background-color: #FE6142; }
a { background-color: rgb(254,97,66); }
div.DivClassName
{
background-color: #FE6142;
}
.BgClassName
{
background-color: #FE6142;
}
</style>
border-color css
<style>
span { border-color: #FE6142; }
span { border-color: rgb(254,97,66); }
td.TdClassName
{
border-color: #FE6142;
}
.TagClassName
{
border-color: #FE6142;
}
</style>