Shades of Tomato #FF6B50
Tints of Tomato #FF6B50
RGB
CMYK
RGB Variations
Color information
#FF6B50 (or 0xFF6B50) is known color: Tomato. HEX triplet: FF, 6B and 50. RGB value is (255,107,80). Sum of RGB (Red+Green+Blue) = 255+107+80=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B50 is #0094AF. Grayscale: #949494. Windows color (decimal): -38064 or 5270527. OLE color: 5270527.
HSL color Cylindrical-coordinate representation of color #FF6B50: hue angle of 9.26º 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 #FF6B50 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 80 | - |
| CMYK | 0 | 0.58 | 0.69 | 0 |
| HSL | 9.26º | 1% | 0.66% | - |
| HSV(B) | 9.26º | 0.69% | 1% | - |
| XYZ | 47.95 | 32.35 | 11.31 | - |
| YUV | 148.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 80 | 0 | 0.58 | 0.69 | 0 | 9.26 | 1 | 0.66 |
| Hex | FF | 6B | 50 | 0 | 3A | 45 | 0 | 9 | 64 | 42 |
| Octal | 377 | 153 | 120 | 0 | 72 | 105 | 0 | 11 | 144 | 102 |
| Binary | 11111111 | 1101011 | 1010000 | 0 | 111010 | 1000101 | 0 | 1001 | 1100100 | 1000010 |
Color Harmonies of #FF6B50
Complementary color
Monochromatic Colors of #FF6B50
Black with #FF6B50
Text Example
Text Example
White with #FF6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B50; }
p { color: rgb(255,107,80); }
H1.HeaderClassName
{
color: #FF6B50;
}
.AnyTagClassName
{
color: #FF6B50;
}
</style>
background-color css
<style>
a { background-color: #FF6B50; }
a { background-color: rgb(255,107,80); }
div.DivClassName
{
background-color: #FF6B50;
}
.BgClassName
{
background-color: #FF6B50;
}
</style>
border-color css
<style>
span { border-color: #FF6B50; }
span { border-color: rgb(255,107,80); }
td.TdClassName
{
border-color: #FF6B50;
}
.TagClassName
{
border-color: #FF6B50;
}
</style>