Shades of Tomato #FA6548
Tints of Tomato #FA6548
RGB
CMYK
RGB Variations
Color information
#FA6548 (or 0xFA6548) is known color: Tomato. HEX triplet: FA, 65 and 48. RGB value is (250,101,72). Sum of RGB (Red+Green+Blue) = 250+101+72=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6548 is #059AB7. Grayscale: #8E8E8E. Windows color (decimal): -367288 or 4744698. OLE color: 4744698.
HSL color Cylindrical-coordinate representation of color #FA6548: hue angle of 9.78º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA6548 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 72 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.02 |
| HSL | 9.78º | 0.95% | 0.63% | - |
| HSV(B) | 9.78º | 0.71% | 0.98% | - |
| XYZ | 45.25 | 30.1 | 9.56 | - |
| YUV | 142.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 72 | 0 | 0.60 | 0.71 | 0.02 | 9.78 | 0.95 | 0.63 |
| Hex | FA | 65 | 48 | 0 | 3C | 47 | 2 | A | 5F | 3F |
| Octal | 372 | 145 | 110 | 0 | 74 | 107 | 2 | 12 | 137 | 77 |
| Binary | 11111010 | 1100101 | 1001000 | 0 | 111100 | 1000111 | 10 | 1010 | 1011111 | 111111 |
Color Harmonies of #FA6548
Complementary color
Monochromatic Colors of #FA6548
Black with #FA6548
Text Example
Text Example
White with #FA6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6548; }
p { color: rgb(250,101,72); }
H1.HeaderClassName
{
color: #FA6548;
}
.AnyTagClassName
{
color: #FA6548;
}
</style>
background-color css
<style>
a { background-color: #FA6548; }
a { background-color: rgb(250,101,72); }
div.DivClassName
{
background-color: #FA6548;
}
.BgClassName
{
background-color: #FA6548;
}
</style>
border-color css
<style>
span { border-color: #FA6548; }
span { border-color: rgb(250,101,72); }
td.TdClassName
{
border-color: #FA6548;
}
.TagClassName
{
border-color: #FA6548;
}
</style>