Shades of Tomato #FE604A
Tints of Tomato #FE604A
RGB
CMYK
RGB Variations
Color information
#FE604A (or 0xFE604A) is known color: Tomato. HEX triplet: FE, 60 and 4A. RGB value is (254,96,74). Sum of RGB (Red+Green+Blue) = 254+96+74=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE604A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE604A is #019FB5. Grayscale: #8C8C8C. Windows color (decimal): -106422 or 4874494. OLE color: 4874494.
HSL color Cylindrical-coordinate representation of color #FE604A: hue angle of 7.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE604A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 74 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.00 |
| HSL | 7.33º | 0.99% | 0.64% | - |
| HSV(B) | 7.33º | 0.71% | 1% | - |
| XYZ | 46.29 | 29.93 | 9.82 | - |
| YUV | 140.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 74 | 0 | 0.62 | 0.71 | 0.00 | 7.33 | 0.99 | 0.64 |
| Hex | FE | 60 | 4A | 0 | 3E | 47 | 0 | 7 | 63 | 40 |
| Octal | 376 | 140 | 112 | 0 | 76 | 107 | 0 | 7 | 143 | 100 |
| Binary | 11111110 | 1100000 | 1001010 | 0 | 111110 | 1000111 | 0 | 111 | 1100011 | 1000000 |
Color Harmonies of #FE604A
Complementary color
Monochromatic Colors of #FE604A
Black with #FE604A
Text Example
Text Example
White with #FE604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE604A; }
p { color: rgb(254,96,74); }
H1.HeaderClassName
{
color: #FE604A;
}
.AnyTagClassName
{
color: #FE604A;
}
</style>
background-color css
<style>
a { background-color: #FE604A; }
a { background-color: rgb(254,96,74); }
div.DivClassName
{
background-color: #FE604A;
}
.BgClassName
{
background-color: #FE604A;
}
</style>
border-color css
<style>
span { border-color: #FE604A; }
span { border-color: rgb(254,96,74); }
td.TdClassName
{
border-color: #FE604A;
}
.TagClassName
{
border-color: #FE604A;
}
</style>