Shades of Tomato #F96245
Tints of Tomato #F96245
RGB
CMYK
RGB Variations
Color information
#F96245 (or 0xF96245) is known color: Tomato. HEX triplet: F9, 62 and 45. RGB value is (249,98,69). Sum of RGB (Red+Green+Blue) = 249+98+69=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F96245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96245 is #069DBA. Grayscale: #8C8C8C. Windows color (decimal): -433595 or 4547321. OLE color: 4547321.
HSL color Cylindrical-coordinate representation of color #F96245: hue angle of 9.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F96245 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 69 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.02 |
| HSL | 9.67º | 0.94% | 0.62% | - |
| HSV(B) | 9.67º | 0.72% | 0.98% | - |
| XYZ | 44.51 | 29.3 | 8.94 | - |
| YUV | 139.84 | 88.03 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 69 | 0 | 0.61 | 0.72 | 0.02 | 9.67 | 0.94 | 0.62 |
| Hex | F9 | 62 | 45 | 0 | 3D | 48 | 2 | A | 5E | 3E |
| Octal | 371 | 142 | 105 | 0 | 75 | 110 | 2 | 12 | 136 | 76 |
| Binary | 11111001 | 1100010 | 1000101 | 0 | 111101 | 1001000 | 10 | 1010 | 1011110 | 111110 |
Color Harmonies of #F96245
Complementary color
Monochromatic Colors of #F96245
Black with #F96245
Text Example
Text Example
White with #F96245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96245; }
p { color: rgb(249,98,69); }
H1.HeaderClassName
{
color: #F96245;
}
.AnyTagClassName
{
color: #F96245;
}
</style>
background-color css
<style>
a { background-color: #F96245; }
a { background-color: rgb(249,98,69); }
div.DivClassName
{
background-color: #F96245;
}
.BgClassName
{
background-color: #F96245;
}
</style>
border-color css
<style>
span { border-color: #F96245; }
span { border-color: rgb(249,98,69); }
td.TdClassName
{
border-color: #F96245;
}
.TagClassName
{
border-color: #F96245;
}
</style>