Shades of Tomato #FA704E
Tints of Tomato #FA704E
RGB
CMYK
RGB Variations
Color information
#FA704E (or 0xFA704E) is known color: Tomato. HEX triplet: FA, 70 and 4E. RGB value is (250,112,78). Sum of RGB (Red+Green+Blue) = 250+112+78=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA704E is #058FB1. Grayscale: #959595. Windows color (decimal): -364466 or 5140730. OLE color: 5140730.
HSL color Cylindrical-coordinate representation of color #FA704E: hue angle of 11.86º 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 #FA704E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 78 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.02 |
| HSL | 11.86º | 0.95% | 0.64% | - |
| HSV(B) | 11.86º | 0.69% | 0.98% | - |
| XYZ | 46.59 | 32.46 | 11.02 | - |
| YUV | 149.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 78 | 0 | 0.55 | 0.69 | 0.02 | 11.86 | 0.95 | 0.64 |
| Hex | FA | 70 | 4E | 0 | 37 | 45 | 2 | C | 5F | 40 |
| Octal | 372 | 160 | 116 | 0 | 67 | 105 | 2 | 14 | 137 | 100 |
| Binary | 11111010 | 1110000 | 1001110 | 0 | 110111 | 1000101 | 10 | 1100 | 1011111 | 1000000 |
Color Harmonies of #FA704E
Complementary color
Monochromatic Colors of #FA704E
Black with #FA704E
Text Example
Text Example
White with #FA704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA704E; }
p { color: rgb(250,112,78); }
H1.HeaderClassName
{
color: #FA704E;
}
.AnyTagClassName
{
color: #FA704E;
}
</style>
background-color css
<style>
a { background-color: #FA704E; }
a { background-color: rgb(250,112,78); }
div.DivClassName
{
background-color: #FA704E;
}
.BgClassName
{
background-color: #FA704E;
}
</style>
border-color css
<style>
span { border-color: #FA704E; }
span { border-color: rgb(250,112,78); }
td.TdClassName
{
border-color: #FA704E;
}
.TagClassName
{
border-color: #FA704E;
}
</style>