Shades of Tomato #FF6645
Tints of Tomato #FF6645
RGB
CMYK
RGB Variations
Color information
#FF6645 (or 0xFF6645) is known color: Tomato. HEX triplet: FF, 66 and 45. RGB value is (255,102,69). Sum of RGB (Red+Green+Blue) = 255+102+69=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6645 is #0099BA. Grayscale: #909090. Windows color (decimal): -39355 or 4548351. OLE color: 4548351.
HSL color Cylindrical-coordinate representation of color #FF6645: hue angle of 10.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF6645 is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 69 | - |
| CMYK | 0 | 0.6 | 0.73 | 0 |
| HSL | 10.65º | 1% | 0.64% | - |
| HSV(B) | 10.65º | 0.73% | 1% | - |
| XYZ | 47.07 | 31.19 | 9.17 | - |
| YUV | 143.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 69 | 0 | 0.6 | 0.73 | 0 | 10.65 | 1 | 0.64 |
| Hex | FF | 66 | 45 | 0 | 3C | 49 | 0 | B | 64 | 40 |
| Octal | 377 | 146 | 105 | 0 | 74 | 111 | 0 | 13 | 144 | 100 |
| Binary | 11111111 | 1100110 | 1000101 | 0 | 111100 | 1001001 | 0 | 1011 | 1100100 | 1000000 |
Color Harmonies of #FF6645
Complementary color
Monochromatic Colors of #FF6645
Black with #FF6645
Text Example
Text Example
White with #FF6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6645; }
p { color: rgb(255,102,69); }
H1.HeaderClassName
{
color: #FF6645;
}
.AnyTagClassName
{
color: #FF6645;
}
</style>
background-color css
<style>
a { background-color: #FF6645; }
a { background-color: rgb(255,102,69); }
div.DivClassName
{
background-color: #FF6645;
}
.BgClassName
{
background-color: #FF6645;
}
</style>
border-color css
<style>
span { border-color: #FF6645; }
span { border-color: rgb(255,102,69); }
td.TdClassName
{
border-color: #FF6645;
}
.TagClassName
{
border-color: #FF6645;
}
</style>