Shades of Tomato #FA614A
Tints of Tomato #FA614A
RGB
CMYK
RGB Variations
Color information
#FA614A (or 0xFA614A) is known color: Tomato. HEX triplet: FA, 61 and 4A. RGB value is (250,97,74). Sum of RGB (Red+Green+Blue) = 250+97+74=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA614A is #059EB5. Grayscale: #8C8C8C. Windows color (decimal): -368310 or 4874746. OLE color: 4874746.
HSL color Cylindrical-coordinate representation of color #FA614A: hue angle of 7.84º 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 #FA614A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 74 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.02 |
| HSL | 7.84º | 0.95% | 0.64% | - |
| HSV(B) | 7.84º | 0.7% | 0.98% | - |
| XYZ | 44.94 | 29.37 | 9.78 | - |
| YUV | 140.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 74 | 0 | 0.61 | 0.70 | 0.02 | 7.84 | 0.95 | 0.64 |
| Hex | FA | 61 | 4A | 0 | 3D | 46 | 2 | 8 | 5F | 40 |
| Octal | 372 | 141 | 112 | 0 | 75 | 106 | 2 | 10 | 137 | 100 |
| Binary | 11111010 | 1100001 | 1001010 | 0 | 111101 | 1000110 | 10 | 1000 | 1011111 | 1000000 |
Color Harmonies of #FA614A
Complementary color
Monochromatic Colors of #FA614A
Black with #FA614A
Text Example
Text Example
White with #FA614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA614A; }
p { color: rgb(250,97,74); }
H1.HeaderClassName
{
color: #FA614A;
}
.AnyTagClassName
{
color: #FA614A;
}
</style>
background-color css
<style>
a { background-color: #FA614A; }
a { background-color: rgb(250,97,74); }
div.DivClassName
{
background-color: #FA614A;
}
.BgClassName
{
background-color: #FA614A;
}
</style>
border-color css
<style>
span { border-color: #FA614A; }
span { border-color: rgb(250,97,74); }
td.TdClassName
{
border-color: #FA614A;
}
.TagClassName
{
border-color: #FA614A;
}
</style>