Shades of Tomato #FB6850
Tints of Tomato #FB6850
RGB
CMYK
RGB Variations
Color information
#FB6850 (or 0xFB6850) is known color: Tomato. HEX triplet: FB, 68 and 50. RGB value is (251,104,80). Sum of RGB (Red+Green+Blue) = 251+104+80=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6850 is #0497AF. Grayscale: #919191. Windows color (decimal): -300976 or 5269755. OLE color: 5269755.
HSL color Cylindrical-coordinate representation of color #FB6850: hue angle of 8.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB6850 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 80 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.02 |
| HSL | 8.42º | 0.96% | 0.65% | - |
| HSV(B) | 8.42º | 0.68% | 0.98% | - |
| XYZ | 46.18 | 30.99 | 11.14 | - |
| YUV | 145.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 80 | 0 | 0.59 | 0.68 | 0.02 | 8.42 | 0.96 | 0.65 |
| Hex | FB | 68 | 50 | 0 | 3B | 44 | 2 | 8 | 60 | 41 |
| Octal | 373 | 150 | 120 | 0 | 73 | 104 | 2 | 10 | 140 | 101 |
| Binary | 11111011 | 1101000 | 1010000 | 0 | 111011 | 1000100 | 10 | 1000 | 1100000 | 1000001 |
Color Harmonies of #FB6850
Complementary color
Monochromatic Colors of #FB6850
Black with #FB6850
Text Example
Text Example
White with #FB6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6850; }
p { color: rgb(251,104,80); }
H1.HeaderClassName
{
color: #FB6850;
}
.AnyTagClassName
{
color: #FB6850;
}
</style>
background-color css
<style>
a { background-color: #FB6850; }
a { background-color: rgb(251,104,80); }
div.DivClassName
{
background-color: #FB6850;
}
.BgClassName
{
background-color: #FB6850;
}
</style>
border-color css
<style>
span { border-color: #FB6850; }
span { border-color: rgb(251,104,80); }
td.TdClassName
{
border-color: #FB6850;
}
.TagClassName
{
border-color: #FB6850;
}
</style>