Shades of Tomato #FF6C48
Tints of Tomato #FF6C48
RGB
CMYK
RGB Variations
Color information
#FF6C48 (or 0xFF6C48) is known color: Tomato. HEX triplet: FF, 6C and 48. RGB value is (255,108,72). Sum of RGB (Red+Green+Blue) = 255+108+72=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C48 is #0093B7. Grayscale: #949494. Windows color (decimal): -37816 or 4746495. OLE color: 4746495.
HSL color Cylindrical-coordinate representation of color #FF6C48: hue angle of 11.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF6C48 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 72 | - |
| CMYK | 0 | 0.58 | 0.72 | 0 |
| HSL | 11.8º | 1% | 0.64% | - |
| HSV(B) | 11.8º | 0.72% | 1% | - |
| XYZ | 47.77 | 32.45 | 9.88 | - |
| YUV | 147.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 72 | 0 | 0.58 | 0.72 | 0 | 11.8 | 1 | 0.64 |
| Hex | FF | 6C | 48 | 0 | 3A | 48 | 0 | C | 64 | 40 |
| Octal | 377 | 154 | 110 | 0 | 72 | 110 | 0 | 14 | 144 | 100 |
| Binary | 11111111 | 1101100 | 1001000 | 0 | 111010 | 1001000 | 0 | 1100 | 1100100 | 1000000 |
Color Harmonies of #FF6C48
Complementary color
Monochromatic Colors of #FF6C48
Black with #FF6C48
Text Example
Text Example
White with #FF6C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C48; }
p { color: rgb(255,108,72); }
H1.HeaderClassName
{
color: #FF6C48;
}
.AnyTagClassName
{
color: #FF6C48;
}
</style>
background-color css
<style>
a { background-color: #FF6C48; }
a { background-color: rgb(255,108,72); }
div.DivClassName
{
background-color: #FF6C48;
}
.BgClassName
{
background-color: #FF6C48;
}
</style>
border-color css
<style>
span { border-color: #FF6C48; }
span { border-color: rgb(255,108,72); }
td.TdClassName
{
border-color: #FF6C48;
}
.TagClassName
{
border-color: #FF6C48;
}
</style>