Shades of Tomato #FF5C42
Tints of Tomato #FF5C42
RGB
CMYK
RGB Variations
Color information
#FF5C42 (or 0xFF5C42) is known color: Tomato. HEX triplet: FF, 5C and 42. RGB value is (255,92,66). Sum of RGB (Red+Green+Blue) = 255+92+66=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C42 is #00A3BD. Grayscale: #8A8A8A. Windows color (decimal): -41918 or 4349183. OLE color: 4349183.
HSL color Cylindrical-coordinate representation of color #FF5C42: hue angle of 8.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF5C42 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 66 | - |
| CMYK | 0 | 0.64 | 0.74 | 0 |
| HSL | 8.25º | 1% | 0.63% | - |
| HSV(B) | 8.25º | 0.74% | 1% | - |
| XYZ | 46.05 | 29.31 | 8.38 | - |
| YUV | 137.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 66 | 0 | 0.64 | 0.74 | 0 | 8.25 | 1 | 0.63 |
| Hex | FF | 5C | 42 | 0 | 40 | 4A | 0 | 8 | 64 | 3F |
| Octal | 377 | 134 | 102 | 0 | 100 | 112 | 0 | 10 | 144 | 77 |
| Binary | 11111111 | 1011100 | 1000010 | 0 | 1000000 | 1001010 | 0 | 1000 | 1100100 | 111111 |
Color Harmonies of #FF5C42
Complementary color
Monochromatic Colors of #FF5C42
Black with #FF5C42
Text Example
Text Example
White with #FF5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C42; }
p { color: rgb(255,92,66); }
H1.HeaderClassName
{
color: #FF5C42;
}
.AnyTagClassName
{
color: #FF5C42;
}
</style>
background-color css
<style>
a { background-color: #FF5C42; }
a { background-color: rgb(255,92,66); }
div.DivClassName
{
background-color: #FF5C42;
}
.BgClassName
{
background-color: #FF5C42;
}
</style>
border-color css
<style>
span { border-color: #FF5C42; }
span { border-color: rgb(255,92,66); }
td.TdClassName
{
border-color: #FF5C42;
}
.TagClassName
{
border-color: #FF5C42;
}
</style>