Shades of Tomato #FF6850
Tints of Tomato #FF6850
RGB
CMYK
RGB Variations
Color information
#FF6850 (or 0xFF6850) is known color: Tomato. HEX triplet: FF, 68 and 50. RGB value is (255,104,80). Sum of RGB (Red+Green+Blue) = 255+104+80=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6850 is #0097AF. Grayscale: #929292. Windows color (decimal): -38832 or 5269759. OLE color: 5269759.
HSL color Cylindrical-coordinate representation of color #FF6850: hue angle of 8.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF6850 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 80 | - |
| CMYK | 0 | 0.59 | 0.69 | 0 |
| HSL | 8.23º | 1% | 0.66% | - |
| HSV(B) | 8.23º | 0.69% | 1% | - |
| XYZ | 47.64 | 31.74 | 11.21 | - |
| YUV | 146.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 80 | 0 | 0.59 | 0.69 | 0 | 8.23 | 1 | 0.66 |
| Hex | FF | 68 | 50 | 0 | 3B | 45 | 0 | 8 | 64 | 42 |
| Octal | 377 | 150 | 120 | 0 | 73 | 105 | 0 | 10 | 144 | 102 |
| Binary | 11111111 | 1101000 | 1010000 | 0 | 111011 | 1000101 | 0 | 1000 | 1100100 | 1000010 |
Color Harmonies of #FF6850
Complementary color
Monochromatic Colors of #FF6850
Black with #FF6850
Text Example
Text Example
White with #FF6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6850; }
p { color: rgb(255,104,80); }
H1.HeaderClassName
{
color: #FF6850;
}
.AnyTagClassName
{
color: #FF6850;
}
</style>
background-color css
<style>
a { background-color: #FF6850; }
a { background-color: rgb(255,104,80); }
div.DivClassName
{
background-color: #FF6850;
}
.BgClassName
{
background-color: #FF6850;
}
</style>
border-color css
<style>
span { border-color: #FF6850; }
span { border-color: rgb(255,104,80); }
td.TdClassName
{
border-color: #FF6850;
}
.TagClassName
{
border-color: #FF6850;
}
</style>