Shades of Tomato #FA5E56
Tints of Tomato #FA5E56
RGB
CMYK
RGB Variations
Color information
#FA5E56 (or 0xFA5E56) is known color: Tomato. HEX triplet: FA, 5E and 56. RGB value is (250,94,86). Sum of RGB (Red+Green+Blue) = 250+94+86=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E56 is #05A1A9. Grayscale: #8B8B8B. Windows color (decimal): -369066 or 5660410. OLE color: 5660410.
HSL color Cylindrical-coordinate representation of color #FA5E56: hue angle of 2.93º 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 #FA5E56 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 86 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.02 |
| HSL | 2.93º | 0.94% | 0.66% | - |
| HSV(B) | 2.93º | 0.66% | 0.98% | - |
| XYZ | 45.11 | 29 | 12.02 | - |
| YUV | 139.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 86 | 0 | 0.62 | 0.66 | 0.02 | 2.93 | 0.94 | 0.66 |
| Hex | FA | 5E | 56 | 0 | 3E | 42 | 2 | 3 | 5E | 42 |
| Octal | 372 | 136 | 126 | 0 | 76 | 102 | 2 | 3 | 136 | 102 |
| Binary | 11111010 | 1011110 | 1010110 | 0 | 111110 | 1000010 | 10 | 11 | 1011110 | 1000010 |
Color Harmonies of #FA5E56
Complementary color
Monochromatic Colors of #FA5E56
Black with #FA5E56
Text Example
Text Example
White with #FA5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E56; }
p { color: rgb(250,94,86); }
H1.HeaderClassName
{
color: #FA5E56;
}
.AnyTagClassName
{
color: #FA5E56;
}
</style>
background-color css
<style>
a { background-color: #FA5E56; }
a { background-color: rgb(250,94,86); }
div.DivClassName
{
background-color: #FA5E56;
}
.BgClassName
{
background-color: #FA5E56;
}
</style>
border-color css
<style>
span { border-color: #FA5E56; }
span { border-color: rgb(250,94,86); }
td.TdClassName
{
border-color: #FA5E56;
}
.TagClassName
{
border-color: #FA5E56;
}
</style>