Shades of Tomato #FE6A42
Tints of Tomato #FE6A42
RGB
CMYK
RGB Variations
Color information
#FE6A42 (or 0xFE6A42) is known color: Tomato. HEX triplet: FE, 6A and 42. RGB value is (254,106,66). Sum of RGB (Red+Green+Blue) = 254+106+66=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A42 is #0195BD. Grayscale: #929292. Windows color (decimal): -103870 or 4352766. OLE color: 4352766.
HSL color Cylindrical-coordinate representation of color #FE6A42: hue angle of 12.77º 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 #FE6A42 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 66 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.00 |
| HSL | 12.77º | 0.99% | 0.63% | - |
| HSV(B) | 12.77º | 0.74% | 1% | - |
| XYZ | 47.01 | 31.77 | 8.81 | - |
| YUV | 145.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 66 | 0 | 0.58 | 0.74 | 0.00 | 12.77 | 0.99 | 0.63 |
| Hex | FE | 6A | 42 | 0 | 3A | 4A | 0 | D | 63 | 3F |
| Octal | 376 | 152 | 102 | 0 | 72 | 112 | 0 | 15 | 143 | 77 |
| Binary | 11111110 | 1101010 | 1000010 | 0 | 111010 | 1001010 | 0 | 1101 | 1100011 | 111111 |
Color Harmonies of #FE6A42
Complementary color
Monochromatic Colors of #FE6A42
Black with #FE6A42
Text Example
Text Example
White with #FE6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A42; }
p { color: rgb(254,106,66); }
H1.HeaderClassName
{
color: #FE6A42;
}
.AnyTagClassName
{
color: #FE6A42;
}
</style>
background-color css
<style>
a { background-color: #FE6A42; }
a { background-color: rgb(254,106,66); }
div.DivClassName
{
background-color: #FE6A42;
}
.BgClassName
{
background-color: #FE6A42;
}
</style>
border-color css
<style>
span { border-color: #FE6A42; }
span { border-color: rgb(254,106,66); }
td.TdClassName
{
border-color: #FE6A42;
}
.TagClassName
{
border-color: #FE6A42;
}
</style>