Shades of Tomato #FA6C40
Tints of Tomato #FA6C40
RGB
CMYK
RGB Variations
Color information
#FA6C40 (or 0xFA6C40) is known color: Tomato. HEX triplet: FA, 6C and 40. RGB value is (250,108,64). Sum of RGB (Red+Green+Blue) = 250+108+64=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C40 is #0593BF. Grayscale: #919191. Windows color (decimal): -365504 or 4222202. OLE color: 4222202.
HSL color Cylindrical-coordinate representation of color #FA6C40: hue angle of 14.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA6C40 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 64 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.02 |
| HSL | 14.19º | 0.95% | 0.62% | - |
| HSV(B) | 14.19º | 0.74% | 0.98% | - |
| XYZ | 45.71 | 31.42 | 8.51 | - |
| YUV | 145.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 64 | 0 | 0.57 | 0.74 | 0.02 | 14.19 | 0.95 | 0.62 |
| Hex | FA | 6C | 40 | 0 | 39 | 4A | 2 | E | 5F | 3E |
| Octal | 372 | 154 | 100 | 0 | 71 | 112 | 2 | 16 | 137 | 76 |
| Binary | 11111010 | 1101100 | 1000000 | 0 | 111001 | 1001010 | 10 | 1110 | 1011111 | 111110 |
Color Harmonies of #FA6C40
Complementary color
Monochromatic Colors of #FA6C40
Black with #FA6C40
Text Example
Text Example
White with #FA6C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C40; }
p { color: rgb(250,108,64); }
H1.HeaderClassName
{
color: #FA6C40;
}
.AnyTagClassName
{
color: #FA6C40;
}
</style>
background-color css
<style>
a { background-color: #FA6C40; }
a { background-color: rgb(250,108,64); }
div.DivClassName
{
background-color: #FA6C40;
}
.BgClassName
{
background-color: #FA6C40;
}
</style>
border-color css
<style>
span { border-color: #FA6C40; }
span { border-color: rgb(250,108,64); }
td.TdClassName
{
border-color: #FA6C40;
}
.TagClassName
{
border-color: #FA6C40;
}
</style>