Shades of Tomato #FE6940
Tints of Tomato #FE6940
RGB
CMYK
RGB Variations
Color information
#FE6940 (or 0xFE6940) is known color: Tomato. HEX triplet: FE, 69 and 40. RGB value is (254,105,64). Sum of RGB (Red+Green+Blue) = 254+105+64=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6940 is #0196BF. Grayscale: #919191. Windows color (decimal): -104128 or 4221438. OLE color: 4221438.
HSL color Cylindrical-coordinate representation of color #FE6940: hue angle of 12.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE6940 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 64 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.00 |
| HSL | 12.95º | 0.99% | 0.62% | - |
| HSV(B) | 12.95º | 0.75% | 1% | - |
| XYZ | 46.85 | 31.54 | 8.47 | - |
| YUV | 144.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 64 | 0 | 0.59 | 0.75 | 0.00 | 12.95 | 0.99 | 0.62 |
| Hex | FE | 69 | 40 | 0 | 3B | 4B | 0 | D | 63 | 3E |
| Octal | 376 | 151 | 100 | 0 | 73 | 113 | 0 | 15 | 143 | 76 |
| Binary | 11111110 | 1101001 | 1000000 | 0 | 111011 | 1001011 | 0 | 1101 | 1100011 | 111110 |
Color Harmonies of #FE6940
Complementary color
Monochromatic Colors of #FE6940
Black with #FE6940
Text Example
Text Example
White with #FE6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6940; }
p { color: rgb(254,105,64); }
H1.HeaderClassName
{
color: #FE6940;
}
.AnyTagClassName
{
color: #FE6940;
}
</style>
background-color css
<style>
a { background-color: #FE6940; }
a { background-color: rgb(254,105,64); }
div.DivClassName
{
background-color: #FE6940;
}
.BgClassName
{
background-color: #FE6940;
}
</style>
border-color css
<style>
span { border-color: #FE6940; }
span { border-color: rgb(254,105,64); }
td.TdClassName
{
border-color: #FE6940;
}
.TagClassName
{
border-color: #FE6940;
}
</style>