Shades of Tomato #FA7145
Tints of Tomato #FA7145
RGB
CMYK
RGB Variations
Color information
#FA7145 (or 0xFA7145) is known color: Tomato. HEX triplet: FA, 71 and 45. RGB value is (250,113,69). Sum of RGB (Red+Green+Blue) = 250+113+69=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7145 is #058EBA. Grayscale: #959595. Windows color (decimal): -364219 or 4551162. OLE color: 4551162.
HSL color Cylindrical-coordinate representation of color #FA7145: hue angle of 14.59º 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 #FA7145 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 69 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.02 |
| HSL | 14.59º | 0.95% | 0.63% | - |
| HSV(B) | 14.59º | 0.72% | 0.98% | - |
| XYZ | 46.4 | 32.56 | 9.47 | - |
| YUV | 148.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 69 | 0 | 0.55 | 0.72 | 0.02 | 14.59 | 0.95 | 0.63 |
| Hex | FA | 71 | 45 | 0 | 37 | 48 | 2 | F | 5F | 3F |
| Octal | 372 | 161 | 105 | 0 | 67 | 110 | 2 | 17 | 137 | 77 |
| Binary | 11111010 | 1110001 | 1000101 | 0 | 110111 | 1001000 | 10 | 1111 | 1011111 | 111111 |
Color Harmonies of #FA7145
Complementary color
Monochromatic Colors of #FA7145
Black with #FA7145
Text Example
Text Example
White with #FA7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7145; }
p { color: rgb(250,113,69); }
H1.HeaderClassName
{
color: #FA7145;
}
.AnyTagClassName
{
color: #FA7145;
}
</style>
background-color css
<style>
a { background-color: #FA7145; }
a { background-color: rgb(250,113,69); }
div.DivClassName
{
background-color: #FA7145;
}
.BgClassName
{
background-color: #FA7145;
}
</style>
border-color css
<style>
span { border-color: #FA7145; }
span { border-color: rgb(250,113,69); }
td.TdClassName
{
border-color: #FA7145;
}
.TagClassName
{
border-color: #FA7145;
}
</style>