Shades of Tomato #FA704C
Tints of Tomato #FA704C
RGB
CMYK
RGB Variations
Color information
#FA704C (or 0xFA704C) is known color: Tomato. HEX triplet: FA, 70 and 4C. RGB value is (250,112,76). Sum of RGB (Red+Green+Blue) = 250+112+76=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA704C is #058FB3. Grayscale: #959595. Windows color (decimal): -364468 or 5009658. OLE color: 5009658.
HSL color Cylindrical-coordinate representation of color #FA704C: hue angle of 12.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA704C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 76 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.02 |
| HSL | 12.41º | 0.95% | 0.64% | - |
| HSV(B) | 12.41º | 0.7% | 0.98% | - |
| XYZ | 46.52 | 32.43 | 10.65 | - |
| YUV | 149.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 76 | 0 | 0.55 | 0.70 | 0.02 | 12.41 | 0.95 | 0.64 |
| Hex | FA | 70 | 4C | 0 | 37 | 46 | 2 | C | 5F | 40 |
| Octal | 372 | 160 | 114 | 0 | 67 | 106 | 2 | 14 | 137 | 100 |
| Binary | 11111010 | 1110000 | 1001100 | 0 | 110111 | 1000110 | 10 | 1100 | 1011111 | 1000000 |
Color Harmonies of #FA704C
Complementary color
Monochromatic Colors of #FA704C
Black with #FA704C
Text Example
Text Example
White with #FA704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA704C; }
p { color: rgb(250,112,76); }
H1.HeaderClassName
{
color: #FA704C;
}
.AnyTagClassName
{
color: #FA704C;
}
</style>
background-color css
<style>
a { background-color: #FA704C; }
a { background-color: rgb(250,112,76); }
div.DivClassName
{
background-color: #FA704C;
}
.BgClassName
{
background-color: #FA704C;
}
</style>
border-color css
<style>
span { border-color: #FA704C; }
span { border-color: rgb(250,112,76); }
td.TdClassName
{
border-color: #FA704C;
}
.TagClassName
{
border-color: #FA704C;
}
</style>