Shades of Tomato #FA7146
Tints of Tomato #FA7146
RGB
CMYK
RGB Variations
Color information
#FA7146 (or 0xFA7146) is known color: Tomato. HEX triplet: FA, 71 and 46. RGB value is (250,113,70). Sum of RGB (Red+Green+Blue) = 250+113+70=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7146 is #058EB9. Grayscale: #959595. Windows color (decimal): -364218 or 4616698. OLE color: 4616698.
HSL color Cylindrical-coordinate representation of color #FA7146: hue angle of 14.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA7146 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 70 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.02 |
| HSL | 14.33º | 0.95% | 0.63% | - |
| HSV(B) | 14.33º | 0.72% | 0.98% | - |
| XYZ | 46.43 | 32.58 | 9.63 | - |
| YUV | 149.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 70 | 0 | 0.55 | 0.72 | 0.02 | 14.33 | 0.95 | 0.63 |
| Hex | FA | 71 | 46 | 0 | 37 | 48 | 2 | E | 5F | 3F |
| Octal | 372 | 161 | 106 | 0 | 67 | 110 | 2 | 16 | 137 | 77 |
| Binary | 11111010 | 1110001 | 1000110 | 0 | 110111 | 1001000 | 10 | 1110 | 1011111 | 111111 |
Color Harmonies of #FA7146
Complementary color
Monochromatic Colors of #FA7146
Black with #FA7146
Text Example
Text Example
White with #FA7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7146; }
p { color: rgb(250,113,70); }
H1.HeaderClassName
{
color: #FA7146;
}
.AnyTagClassName
{
color: #FA7146;
}
</style>
background-color css
<style>
a { background-color: #FA7146; }
a { background-color: rgb(250,113,70); }
div.DivClassName
{
background-color: #FA7146;
}
.BgClassName
{
background-color: #FA7146;
}
</style>
border-color css
<style>
span { border-color: #FA7146; }
span { border-color: rgb(250,113,70); }
td.TdClassName
{
border-color: #FA7146;
}
.TagClassName
{
border-color: #FA7146;
}
</style>