Shades of Tomato #F66A40
Tints of Tomato #F66A40
RGB
CMYK
RGB Variations
Color information
#F66A40 (or 0xF66A40) is known color: Tomato. HEX triplet: F6, 6A and 40. RGB value is (246,106,64). Sum of RGB (Red+Green+Blue) = 246+106+64=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66A40 is #0995BF. Grayscale: #8F8F8F. Windows color (decimal): -628160 or 4221686. OLE color: 4221686.
HSL color Cylindrical-coordinate representation of color #F66A40: hue angle of 13.85º degrees, saturation: 0.91, 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 #F66A40 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 64 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.04 |
| HSL | 13.85º | 0.91% | 0.61% | - |
| HSV(B) | 13.85º | 0.74% | 0.96% | - |
| XYZ | 44.09 | 30.27 | 8.37 | - |
| YUV | 143.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 64 | 0 | 0.57 | 0.74 | 0.04 | 13.85 | 0.91 | 0.61 |
| Hex | F6 | 6A | 40 | 0 | 39 | 4A | 4 | E | 5B | 3D |
| Octal | 366 | 152 | 100 | 0 | 71 | 112 | 4 | 16 | 133 | 75 |
| Binary | 11110110 | 1101010 | 1000000 | 0 | 111001 | 1001010 | 100 | 1110 | 1011011 | 111101 |
Color Harmonies of #F66A40
Complementary color
Monochromatic Colors of #F66A40
Black with #F66A40
Text Example
Text Example
White with #F66A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A40; }
p { color: rgb(246,106,64); }
H1.HeaderClassName
{
color: #F66A40;
}
.AnyTagClassName
{
color: #F66A40;
}
</style>
background-color css
<style>
a { background-color: #F66A40; }
a { background-color: rgb(246,106,64); }
div.DivClassName
{
background-color: #F66A40;
}
.BgClassName
{
background-color: #F66A40;
}
</style>
border-color css
<style>
span { border-color: #F66A40; }
span { border-color: rgb(246,106,64); }
td.TdClassName
{
border-color: #F66A40;
}
.TagClassName
{
border-color: #F66A40;
}
</style>