Shades of Tomato #FA5E4F
Tints of Tomato #FA5E4F
RGB
CMYK
RGB Variations
Color information
#FA5E4F (or 0xFA5E4F) is known color: Tomato. HEX triplet: FA, 5E and 4F. RGB value is (250,94,79). Sum of RGB (Red+Green+Blue) = 250+94+79=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E4F is #05A1B0. Grayscale: #8B8B8B. Windows color (decimal): -369073 or 5201658. OLE color: 5201658.
HSL color Cylindrical-coordinate representation of color #FA5E4F: hue angle of 5.26º 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 #FA5E4F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 79 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.02 |
| HSL | 5.26º | 0.94% | 0.65% | - |
| HSV(B) | 5.26º | 0.68% | 0.98% | - |
| XYZ | 44.84 | 28.89 | 10.61 | - |
| YUV | 138.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 79 | 0 | 0.62 | 0.68 | 0.02 | 5.26 | 0.94 | 0.65 |
| Hex | FA | 5E | 4F | 0 | 3E | 44 | 2 | 5 | 5E | 41 |
| Octal | 372 | 136 | 117 | 0 | 76 | 104 | 2 | 5 | 136 | 101 |
| Binary | 11111010 | 1011110 | 1001111 | 0 | 111110 | 1000100 | 10 | 101 | 1011110 | 1000001 |
Color Harmonies of #FA5E4F
Complementary color
Monochromatic Colors of #FA5E4F
Black with #FA5E4F
Text Example
Text Example
White with #FA5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E4F; }
p { color: rgb(250,94,79); }
H1.HeaderClassName
{
color: #FA5E4F;
}
.AnyTagClassName
{
color: #FA5E4F;
}
</style>
background-color css
<style>
a { background-color: #FA5E4F; }
a { background-color: rgb(250,94,79); }
div.DivClassName
{
background-color: #FA5E4F;
}
.BgClassName
{
background-color: #FA5E4F;
}
</style>
border-color css
<style>
span { border-color: #FA5E4F; }
span { border-color: rgb(250,94,79); }
td.TdClassName
{
border-color: #FA5E4F;
}
.TagClassName
{
border-color: #FA5E4F;
}
</style>