Shades of Tomato #FD6850
Tints of Tomato #FD6850
RGB
CMYK
RGB Variations
Color information
#FD6850 (or 0xFD6850) is known color: Tomato. HEX triplet: FD, 68 and 50. RGB value is (253,104,80). Sum of RGB (Red+Green+Blue) = 253+104+80=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6850 is #0297AF. Grayscale: #929292. Windows color (decimal): -169904 or 5269757. OLE color: 5269757.
HSL color Cylindrical-coordinate representation of color #FD6850: hue angle of 8.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD6850 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 80 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.01 |
| HSL | 8.32º | 0.98% | 0.65% | - |
| HSV(B) | 8.32º | 0.68% | 0.99% | - |
| XYZ | 46.91 | 31.36 | 11.17 | - |
| YUV | 145.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 80 | 0 | 0.59 | 0.68 | 0.01 | 8.32 | 0.98 | 0.65 |
| Hex | FD | 68 | 50 | 0 | 3B | 44 | 1 | 8 | 62 | 41 |
| Octal | 375 | 150 | 120 | 0 | 73 | 104 | 1 | 10 | 142 | 101 |
| Binary | 11111101 | 1101000 | 1010000 | 0 | 111011 | 1000100 | 1 | 1000 | 1100010 | 1000001 |
Color Harmonies of #FD6850
Complementary color
Monochromatic Colors of #FD6850
Black with #FD6850
Text Example
Text Example
White with #FD6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6850; }
p { color: rgb(253,104,80); }
H1.HeaderClassName
{
color: #FD6850;
}
.AnyTagClassName
{
color: #FD6850;
}
</style>
background-color css
<style>
a { background-color: #FD6850; }
a { background-color: rgb(253,104,80); }
div.DivClassName
{
background-color: #FD6850;
}
.BgClassName
{
background-color: #FD6850;
}
</style>
border-color css
<style>
span { border-color: #FD6850; }
span { border-color: rgb(253,104,80); }
td.TdClassName
{
border-color: #FD6850;
}
.TagClassName
{
border-color: #FD6850;
}
</style>