Shades of Tomato #FA704D
Tints of Tomato #FA704D
RGB
CMYK
RGB Variations
Color information
#FA704D (or 0xFA704D) is known color: Tomato. HEX triplet: FA, 70 and 4D. RGB value is (250,112,77). Sum of RGB (Red+Green+Blue) = 250+112+77=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA704D is #058FB2. Grayscale: #959595. Windows color (decimal): -364467 or 5075194. OLE color: 5075194.
HSL color Cylindrical-coordinate representation of color #FA704D: hue angle of 12.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA704D is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 77 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.02 |
| HSL | 12.14º | 0.95% | 0.64% | - |
| HSV(B) | 12.14º | 0.69% | 0.98% | - |
| XYZ | 46.56 | 32.45 | 10.83 | - |
| YUV | 149.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 77 | 0 | 0.55 | 0.69 | 0.02 | 12.14 | 0.95 | 0.64 |
| Hex | FA | 70 | 4D | 0 | 37 | 45 | 2 | C | 5F | 40 |
| Octal | 372 | 160 | 115 | 0 | 67 | 105 | 2 | 14 | 137 | 100 |
| Binary | 11111010 | 1110000 | 1001101 | 0 | 110111 | 1000101 | 10 | 1100 | 1011111 | 1000000 |
Color Harmonies of #FA704D
Complementary color
Monochromatic Colors of #FA704D
Black with #FA704D
Text Example
Text Example
White with #FA704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA704D; }
p { color: rgb(250,112,77); }
H1.HeaderClassName
{
color: #FA704D;
}
.AnyTagClassName
{
color: #FA704D;
}
</style>
background-color css
<style>
a { background-color: #FA704D; }
a { background-color: rgb(250,112,77); }
div.DivClassName
{
background-color: #FA704D;
}
.BgClassName
{
background-color: #FA704D;
}
</style>
border-color css
<style>
span { border-color: #FA704D; }
span { border-color: rgb(250,112,77); }
td.TdClassName
{
border-color: #FA704D;
}
.TagClassName
{
border-color: #FA704D;
}
</style>