Shades of Tomato #F56B40
Tints of Tomato #F56B40
RGB
CMYK
RGB Variations
Color information
#F56B40 (or 0xF56B40) is known color: Tomato. HEX triplet: F5, 6B and 40. RGB value is (245,107,64). Sum of RGB (Red+Green+Blue) = 245+107+64=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B40 is #0A94BF. Grayscale: #8F8F8F. Windows color (decimal): -693440 or 4221941. OLE color: 4221941.
HSL color Cylindrical-coordinate representation of color #F56B40: hue angle of 14.25º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F56B40 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 64 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.04 |
| HSL | 14.25º | 0.9% | 0.61% | - |
| HSV(B) | 14.25º | 0.74% | 0.96% | - |
| XYZ | 43.84 | 30.3 | 8.39 | - |
| YUV | 143.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 64 | 0 | 0.56 | 0.74 | 0.04 | 14.25 | 0.9 | 0.61 |
| Hex | F5 | 6B | 40 | 0 | 38 | 4A | 4 | E | 5A | 3D |
| Octal | 365 | 153 | 100 | 0 | 70 | 112 | 4 | 16 | 132 | 75 |
| Binary | 11110101 | 1101011 | 1000000 | 0 | 111000 | 1001010 | 100 | 1110 | 1011010 | 111101 |
Color Harmonies of #F56B40
Complementary color
Monochromatic Colors of #F56B40
Black with #F56B40
Text Example
Text Example
White with #F56B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B40; }
p { color: rgb(245,107,64); }
H1.HeaderClassName
{
color: #F56B40;
}
.AnyTagClassName
{
color: #F56B40;
}
</style>
background-color css
<style>
a { background-color: #F56B40; }
a { background-color: rgb(245,107,64); }
div.DivClassName
{
background-color: #F56B40;
}
.BgClassName
{
background-color: #F56B40;
}
</style>
border-color css
<style>
span { border-color: #F56B40; }
span { border-color: rgb(245,107,64); }
td.TdClassName
{
border-color: #F56B40;
}
.TagClassName
{
border-color: #F56B40;
}
</style>