Shades of Tomato #FD6255
Tints of Tomato #FD6255
RGB
CMYK
RGB Variations
Color information
#FD6255 (or 0xFD6255) is known color: Tomato. HEX triplet: FD, 62 and 55. RGB value is (253,98,85). Sum of RGB (Red+Green+Blue) = 253+98+85=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6255 is #029DAA. Grayscale: #8F8F8F. Windows color (decimal): -171435 or 5595901. OLE color: 5595901.
HSL color Cylindrical-coordinate representation of color #FD6255: hue angle of 4.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD6255 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 85 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.01 |
| HSL | 4.64º | 0.98% | 0.66% | - |
| HSV(B) | 4.64º | 0.66% | 0.99% | - |
| XYZ | 46.52 | 30.27 | 11.99 | - |
| YUV | 142.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 85 | 0 | 0.61 | 0.66 | 0.01 | 4.64 | 0.98 | 0.66 |
| Hex | FD | 62 | 55 | 0 | 3D | 42 | 1 | 5 | 62 | 42 |
| Octal | 375 | 142 | 125 | 0 | 75 | 102 | 1 | 5 | 142 | 102 |
| Binary | 11111101 | 1100010 | 1010101 | 0 | 111101 | 1000010 | 1 | 101 | 1100010 | 1000010 |
Color Harmonies of #FD6255
Complementary color
Monochromatic Colors of #FD6255
Black with #FD6255
Text Example
Text Example
White with #FD6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6255; }
p { color: rgb(253,98,85); }
H1.HeaderClassName
{
color: #FD6255;
}
.AnyTagClassName
{
color: #FD6255;
}
</style>
background-color css
<style>
a { background-color: #FD6255; }
a { background-color: rgb(253,98,85); }
div.DivClassName
{
background-color: #FD6255;
}
.BgClassName
{
background-color: #FD6255;
}
</style>
border-color css
<style>
span { border-color: #FD6255; }
span { border-color: rgb(253,98,85); }
td.TdClassName
{
border-color: #FD6255;
}
.TagClassName
{
border-color: #FD6255;
}
</style>