Shades of Tomato #FF6245
Tints of Tomato #FF6245
RGB
CMYK
RGB Variations
Color information
#FF6245 (or 0xFF6245) is known color: Tomato. HEX triplet: FF, 62 and 45. RGB value is (255,98,69). Sum of RGB (Red+Green+Blue) = 255+98+69=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6245 is #009DBA. Grayscale: #8D8D8D. Windows color (decimal): -40379 or 4547327. OLE color: 4547327.
HSL color Cylindrical-coordinate representation of color #FF6245: hue angle of 9.35º 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 #FF6245 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 69 | - |
| CMYK | 0 | 0.62 | 0.73 | 0 |
| HSL | 9.35º | 1% | 0.64% | - |
| HSV(B) | 9.35º | 0.73% | 1% | - |
| XYZ | 46.68 | 30.43 | 9.04 | - |
| YUV | 141.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 69 | 0 | 0.62 | 0.73 | 0 | 9.35 | 1 | 0.64 |
| Hex | FF | 62 | 45 | 0 | 3E | 49 | 0 | 9 | 64 | 40 |
| Octal | 377 | 142 | 105 | 0 | 76 | 111 | 0 | 11 | 144 | 100 |
| Binary | 11111111 | 1100010 | 1000101 | 0 | 111110 | 1001001 | 0 | 1001 | 1100100 | 1000000 |
Color Harmonies of #FF6245
Complementary color
Monochromatic Colors of #FF6245
Black with #FF6245
Text Example
Text Example
White with #FF6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6245; }
p { color: rgb(255,98,69); }
H1.HeaderClassName
{
color: #FF6245;
}
.AnyTagClassName
{
color: #FF6245;
}
</style>
background-color css
<style>
a { background-color: #FF6245; }
a { background-color: rgb(255,98,69); }
div.DivClassName
{
background-color: #FF6245;
}
.BgClassName
{
background-color: #FF6245;
}
</style>
border-color css
<style>
span { border-color: #FF6245; }
span { border-color: rgb(255,98,69); }
td.TdClassName
{
border-color: #FF6245;
}
.TagClassName
{
border-color: #FF6245;
}
</style>