Shades of Tomato #FE6150
Tints of Tomato #FE6150
RGB
CMYK
RGB Variations
Color information
#FE6150 (or 0xFE6150) is known color: Tomato. HEX triplet: FE, 61 and 50. RGB value is (254,97,80). Sum of RGB (Red+Green+Blue) = 254+97+80=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6150 is #019EAF. Grayscale: #8E8E8E. Windows color (decimal): -106160 or 5267966. OLE color: 5267966.
HSL color Cylindrical-coordinate representation of color #FE6150: hue angle of 5.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE6150 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 80 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.00 |
| HSL | 5.86º | 0.99% | 0.65% | - |
| HSV(B) | 5.86º | 0.69% | 1% | - |
| XYZ | 46.6 | 30.2 | 10.96 | - |
| YUV | 142.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 80 | 0 | 0.62 | 0.69 | 0.00 | 5.86 | 0.99 | 0.65 |
| Hex | FE | 61 | 50 | 0 | 3E | 45 | 0 | 6 | 63 | 41 |
| Octal | 376 | 141 | 120 | 0 | 76 | 105 | 0 | 6 | 143 | 101 |
| Binary | 11111110 | 1100001 | 1010000 | 0 | 111110 | 1000101 | 0 | 110 | 1100011 | 1000001 |
Color Harmonies of #FE6150
Complementary color
Monochromatic Colors of #FE6150
Black with #FE6150
Text Example
Text Example
White with #FE6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6150; }
p { color: rgb(254,97,80); }
H1.HeaderClassName
{
color: #FE6150;
}
.AnyTagClassName
{
color: #FE6150;
}
</style>
background-color css
<style>
a { background-color: #FE6150; }
a { background-color: rgb(254,97,80); }
div.DivClassName
{
background-color: #FE6150;
}
.BgClassName
{
background-color: #FE6150;
}
</style>
border-color css
<style>
span { border-color: #FE6150; }
span { border-color: rgb(254,97,80); }
td.TdClassName
{
border-color: #FE6150;
}
.TagClassName
{
border-color: #FE6150;
}
</style>