Shades of Tomato #FE6246
Tints of Tomato #FE6246
RGB
CMYK
RGB Variations
Color information
#FE6246 (or 0xFE6246) is known color: Tomato. HEX triplet: FE, 62 and 46. RGB value is (254,98,70). Sum of RGB (Red+Green+Blue) = 254+98+70=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6246 is #019DB9. Grayscale: #8D8D8D. Windows color (decimal): -105914 or 4612862. OLE color: 4612862.
HSL color Cylindrical-coordinate representation of color #FE6246: hue angle of 9.13º 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 #FE6246 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 70 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.00 |
| HSL | 9.13º | 0.99% | 0.64% | - |
| HSV(B) | 9.13º | 0.72% | 1% | - |
| XYZ | 46.35 | 30.25 | 9.19 | - |
| YUV | 141.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 70 | 0 | 0.61 | 0.72 | 0.00 | 9.13 | 0.99 | 0.64 |
| Hex | FE | 62 | 46 | 0 | 3D | 48 | 0 | 9 | 63 | 40 |
| Octal | 376 | 142 | 106 | 0 | 75 | 110 | 0 | 11 | 143 | 100 |
| Binary | 11111110 | 1100010 | 1000110 | 0 | 111101 | 1001000 | 0 | 1001 | 1100011 | 1000000 |
Color Harmonies of #FE6246
Complementary color
Monochromatic Colors of #FE6246
Black with #FE6246
Text Example
Text Example
White with #FE6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6246; }
p { color: rgb(254,98,70); }
H1.HeaderClassName
{
color: #FE6246;
}
.AnyTagClassName
{
color: #FE6246;
}
</style>
background-color css
<style>
a { background-color: #FE6246; }
a { background-color: rgb(254,98,70); }
div.DivClassName
{
background-color: #FE6246;
}
.BgClassName
{
background-color: #FE6246;
}
</style>
border-color css
<style>
span { border-color: #FE6246; }
span { border-color: rgb(254,98,70); }
td.TdClassName
{
border-color: #FE6246;
}
.TagClassName
{
border-color: #FE6246;
}
</style>