Shades of Tomato #FA5C56
Tints of Tomato #FA5C56
RGB
CMYK
RGB Variations
Color information
#FA5C56 (or 0xFA5C56) is known color: Tomato. HEX triplet: FA, 5C and 56. RGB value is (250,92,86). Sum of RGB (Red+Green+Blue) = 250+92+86=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C56 is #05A3A9. Grayscale: #8A8A8A. Windows color (decimal): -369578 or 5659898. OLE color: 5659898.
HSL color Cylindrical-coordinate representation of color #FA5C56: hue angle of 2.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5C56 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 86 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.02 |
| HSL | 2.2º | 0.94% | 0.66% | - |
| HSV(B) | 2.2º | 0.66% | 0.98% | - |
| XYZ | 44.93 | 28.65 | 11.97 | - |
| YUV | 138.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 86 | 0 | 0.63 | 0.66 | 0.02 | 2.2 | 0.94 | 0.66 |
| Hex | FA | 5C | 56 | 0 | 3F | 42 | 2 | 2 | 5E | 42 |
| Octal | 372 | 134 | 126 | 0 | 77 | 102 | 2 | 2 | 136 | 102 |
| Binary | 11111010 | 1011100 | 1010110 | 0 | 111111 | 1000010 | 10 | 10 | 1011110 | 1000010 |
Color Harmonies of #FA5C56
Complementary color
Monochromatic Colors of #FA5C56
Black with #FA5C56
Text Example
Text Example
White with #FA5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C56; }
p { color: rgb(250,92,86); }
H1.HeaderClassName
{
color: #FA5C56;
}
.AnyTagClassName
{
color: #FA5C56;
}
</style>
background-color css
<style>
a { background-color: #FA5C56; }
a { background-color: rgb(250,92,86); }
div.DivClassName
{
background-color: #FA5C56;
}
.BgClassName
{
background-color: #FA5C56;
}
</style>
border-color css
<style>
span { border-color: #FA5C56; }
span { border-color: rgb(250,92,86); }
td.TdClassName
{
border-color: #FA5C56;
}
.TagClassName
{
border-color: #FA5C56;
}
</style>