Shades of Tomato #FA6153
Tints of Tomato #FA6153
RGB
CMYK
RGB Variations
Color information
#FA6153 (or 0xFA6153) is known color: Tomato. HEX triplet: FA, 61 and 53. RGB value is (250,97,83). Sum of RGB (Red+Green+Blue) = 250+97+83=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6153 is #059EAC. Grayscale: #8D8D8D. Windows color (decimal): -368301 or 5464570. OLE color: 5464570.
HSL color Cylindrical-coordinate representation of color #FA6153: hue angle of 5.03º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA6153 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 83 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.02 |
| HSL | 5.03º | 0.94% | 0.65% | - |
| HSV(B) | 5.03º | 0.67% | 0.98% | - |
| XYZ | 45.26 | 29.5 | 11.49 | - |
| YUV | 141.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 83 | 0 | 0.61 | 0.67 | 0.02 | 5.03 | 0.94 | 0.65 |
| Hex | FA | 61 | 53 | 0 | 3D | 43 | 2 | 5 | 5E | 41 |
| Octal | 372 | 141 | 123 | 0 | 75 | 103 | 2 | 5 | 136 | 101 |
| Binary | 11111010 | 1100001 | 1010011 | 0 | 111101 | 1000011 | 10 | 101 | 1011110 | 1000001 |
Color Harmonies of #FA6153
Complementary color
Monochromatic Colors of #FA6153
Black with #FA6153
Text Example
Text Example
White with #FA6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6153; }
p { color: rgb(250,97,83); }
H1.HeaderClassName
{
color: #FA6153;
}
.AnyTagClassName
{
color: #FA6153;
}
</style>
background-color css
<style>
a { background-color: #FA6153; }
a { background-color: rgb(250,97,83); }
div.DivClassName
{
background-color: #FA6153;
}
.BgClassName
{
background-color: #FA6153;
}
</style>
border-color css
<style>
span { border-color: #FA6153; }
span { border-color: rgb(250,97,83); }
td.TdClassName
{
border-color: #FA6153;
}
.TagClassName
{
border-color: #FA6153;
}
</style>