Shades of Tomato #FA6350
Tints of Tomato #FA6350
RGB
CMYK
RGB Variations
Color information
#FA6350 (or 0xFA6350) is known color: Tomato. HEX triplet: FA, 63 and 50. RGB value is (250,99,80). Sum of RGB (Red+Green+Blue) = 250+99+80=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6350 is #059CAF. Grayscale: #8E8E8E. Windows color (decimal): -367792 or 5268474. OLE color: 5268474.
HSL color Cylindrical-coordinate representation of color #FA6350: hue angle of 6.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA6350 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 80 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.02 |
| HSL | 6.71º | 0.94% | 0.65% | - |
| HSV(B) | 6.71º | 0.68% | 0.98% | - |
| XYZ | 45.33 | 29.83 | 10.96 | - |
| YUV | 141.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 80 | 0 | 0.60 | 0.68 | 0.02 | 6.71 | 0.94 | 0.65 |
| Hex | FA | 63 | 50 | 0 | 3C | 44 | 2 | 7 | 5E | 41 |
| Octal | 372 | 143 | 120 | 0 | 74 | 104 | 2 | 7 | 136 | 101 |
| Binary | 11111010 | 1100011 | 1010000 | 0 | 111100 | 1000100 | 10 | 111 | 1011110 | 1000001 |
Color Harmonies of #FA6350
Complementary color
Monochromatic Colors of #FA6350
Black with #FA6350
Text Example
Text Example
White with #FA6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6350; }
p { color: rgb(250,99,80); }
H1.HeaderClassName
{
color: #FA6350;
}
.AnyTagClassName
{
color: #FA6350;
}
</style>
background-color css
<style>
a { background-color: #FA6350; }
a { background-color: rgb(250,99,80); }
div.DivClassName
{
background-color: #FA6350;
}
.BgClassName
{
background-color: #FA6350;
}
</style>
border-color css
<style>
span { border-color: #FA6350; }
span { border-color: rgb(250,99,80); }
td.TdClassName
{
border-color: #FA6350;
}
.TagClassName
{
border-color: #FA6350;
}
</style>