Shades of Tomato #FA5A56
Tints of Tomato #FA5A56
RGB
CMYK
RGB Variations
Color information
#FA5A56 (or 0xFA5A56) is known color: Tomato. HEX triplet: FA, 5A and 56. RGB value is (250,90,86). Sum of RGB (Red+Green+Blue) = 250+90+86=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A56 is #05A5A9. Grayscale: #898989. Windows color (decimal): -370090 or 5659386. OLE color: 5659386.
HSL color Cylindrical-coordinate representation of color #FA5A56: hue angle of 1.46º 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 #FA5A56 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 86 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.02 |
| HSL | 1.46º | 0.94% | 0.66% | - |
| HSV(B) | 1.46º | 0.66% | 0.98% | - |
| XYZ | 44.76 | 28.31 | 11.91 | - |
| YUV | 137.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 86 | 0 | 0.64 | 0.66 | 0.02 | 1.46 | 0.94 | 0.66 |
| Hex | FA | 5A | 56 | 0 | 40 | 42 | 2 | 1 | 5E | 42 |
| Octal | 372 | 132 | 126 | 0 | 100 | 102 | 2 | 1 | 136 | 102 |
| Binary | 11111010 | 1011010 | 1010110 | 0 | 1000000 | 1000010 | 10 | 1 | 1011110 | 1000010 |
Color Harmonies of #FA5A56
Complementary color
Monochromatic Colors of #FA5A56
Black with #FA5A56
Text Example
Text Example
White with #FA5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5A56; }
p { color: rgb(250,90,86); }
H1.HeaderClassName
{
color: #FA5A56;
}
.AnyTagClassName
{
color: #FA5A56;
}
</style>
background-color css
<style>
a { background-color: #FA5A56; }
a { background-color: rgb(250,90,86); }
div.DivClassName
{
background-color: #FA5A56;
}
.BgClassName
{
background-color: #FA5A56;
}
</style>
border-color css
<style>
span { border-color: #FA5A56; }
span { border-color: rgb(250,90,86); }
td.TdClassName
{
border-color: #FA5A56;
}
.TagClassName
{
border-color: #FA5A56;
}
</style>