Shades of Tomato #F96A45
Tints of Tomato #F96A45
RGB
CMYK
RGB Variations
Color information
#F96A45 (or 0xF96A45) is known color: Tomato. HEX triplet: F9, 6A and 45. RGB value is (249,106,69). Sum of RGB (Red+Green+Blue) = 249+106+69=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A45 is #0695BA. Grayscale: #909090. Windows color (decimal): -431547 or 4549369. OLE color: 4549369.
HSL color Cylindrical-coordinate representation of color #F96A45: hue angle of 12.33º 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 #F96A45 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 69 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.02 |
| HSL | 12.33º | 0.94% | 0.62% | - |
| HSV(B) | 12.33º | 0.72% | 0.98% | - |
| XYZ | 45.3 | 30.88 | 9.2 | - |
| YUV | 144.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 69 | 0 | 0.57 | 0.72 | 0.02 | 12.33 | 0.94 | 0.62 |
| Hex | F9 | 6A | 45 | 0 | 39 | 48 | 2 | C | 5E | 3E |
| Octal | 371 | 152 | 105 | 0 | 71 | 110 | 2 | 14 | 136 | 76 |
| Binary | 11111001 | 1101010 | 1000101 | 0 | 111001 | 1001000 | 10 | 1100 | 1011110 | 111110 |
Color Harmonies of #F96A45
Complementary color
Monochromatic Colors of #F96A45
Black with #F96A45
Text Example
Text Example
White with #F96A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A45; }
p { color: rgb(249,106,69); }
H1.HeaderClassName
{
color: #F96A45;
}
.AnyTagClassName
{
color: #F96A45;
}
</style>
background-color css
<style>
a { background-color: #F96A45; }
a { background-color: rgb(249,106,69); }
div.DivClassName
{
background-color: #F96A45;
}
.BgClassName
{
background-color: #F96A45;
}
</style>
border-color css
<style>
span { border-color: #F96A45; }
span { border-color: rgb(249,106,69); }
td.TdClassName
{
border-color: #F96A45;
}
.TagClassName
{
border-color: #F96A45;
}
</style>