Shades of Tomato #FF6548
Tints of Tomato #FF6548
RGB
CMYK
RGB Variations
Color information
#FF6548 (or 0xFF6548) is known color: Tomato. HEX triplet: FF, 65 and 48. RGB value is (255,101,72). Sum of RGB (Red+Green+Blue) = 255+101+72=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6548 is #009AB7. Grayscale: #909090. Windows color (decimal): -39608 or 4744703. OLE color: 4744703.
HSL color Cylindrical-coordinate representation of color #FF6548: hue angle of 9.51º 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 #FF6548 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 72 | - |
| CMYK | 0 | 0.60 | 0.72 | 0 |
| HSL | 9.51º | 1% | 0.64% | - |
| HSV(B) | 9.51º | 0.72% | 1% | - |
| XYZ | 47.06 | 31.04 | 9.64 | - |
| YUV | 143.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 72 | 0 | 0.60 | 0.72 | 0 | 9.51 | 1 | 0.64 |
| Hex | FF | 65 | 48 | 0 | 3C | 48 | 0 | A | 64 | 40 |
| Octal | 377 | 145 | 110 | 0 | 74 | 110 | 0 | 12 | 144 | 100 |
| Binary | 11111111 | 1100101 | 1001000 | 0 | 111100 | 1001000 | 0 | 1010 | 1100100 | 1000000 |
Color Harmonies of #FF6548
Complementary color
Monochromatic Colors of #FF6548
Black with #FF6548
Text Example
Text Example
White with #FF6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6548; }
p { color: rgb(255,101,72); }
H1.HeaderClassName
{
color: #FF6548;
}
.AnyTagClassName
{
color: #FF6548;
}
</style>
background-color css
<style>
a { background-color: #FF6548; }
a { background-color: rgb(255,101,72); }
div.DivClassName
{
background-color: #FF6548;
}
.BgClassName
{
background-color: #FF6548;
}
</style>
border-color css
<style>
span { border-color: #FF6548; }
span { border-color: rgb(255,101,72); }
td.TdClassName
{
border-color: #FF6548;
}
.TagClassName
{
border-color: #FF6548;
}
</style>