Shades of Tomato #FD6445
Tints of Tomato #FD6445
RGB
CMYK
RGB Variations
Color information
#FD6445 (or 0xFD6445) is known color: Tomato. HEX triplet: FD, 64 and 45. RGB value is (253,100,69). Sum of RGB (Red+Green+Blue) = 253+100+69=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6445 is #029BBA. Grayscale: #8E8E8E. Windows color (decimal): -170939 or 4547837. OLE color: 4547837.
HSL color Cylindrical-coordinate representation of color #FD6445: hue angle of 10.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD6445 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 69 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.01 |
| HSL | 10.11º | 0.98% | 0.63% | - |
| HSV(B) | 10.11º | 0.73% | 0.99% | - |
| XYZ | 46.14 | 30.43 | 9.07 | - |
| YUV | 142.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 69 | 0 | 0.60 | 0.73 | 0.01 | 10.11 | 0.98 | 0.63 |
| Hex | FD | 64 | 45 | 0 | 3C | 49 | 1 | A | 62 | 3F |
| Octal | 375 | 144 | 105 | 0 | 74 | 111 | 1 | 12 | 142 | 77 |
| Binary | 11111101 | 1100100 | 1000101 | 0 | 111100 | 1001001 | 1 | 1010 | 1100010 | 111111 |
Color Harmonies of #FD6445
Complementary color
Monochromatic Colors of #FD6445
Black with #FD6445
Text Example
Text Example
White with #FD6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6445; }
p { color: rgb(253,100,69); }
H1.HeaderClassName
{
color: #FD6445;
}
.AnyTagClassName
{
color: #FD6445;
}
</style>
background-color css
<style>
a { background-color: #FD6445; }
a { background-color: rgb(253,100,69); }
div.DivClassName
{
background-color: #FD6445;
}
.BgClassName
{
background-color: #FD6445;
}
</style>
border-color css
<style>
span { border-color: #FD6445; }
span { border-color: rgb(253,100,69); }
td.TdClassName
{
border-color: #FD6445;
}
.TagClassName
{
border-color: #FD6445;
}
</style>