Shades of Tomato #FA6545
Tints of Tomato #FA6545
RGB
CMYK
RGB Variations
Color information
#FA6545 (or 0xFA6545) is known color: Tomato. HEX triplet: FA, 65 and 45. RGB value is (250,101,69). Sum of RGB (Red+Green+Blue) = 250+101+69=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6545 is #059ABA. Grayscale: #8E8E8E. Windows color (decimal): -367291 or 4548090. OLE color: 4548090.
HSL color Cylindrical-coordinate representation of color #FA6545: hue angle of 10.61º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA6545 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 69 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.02 |
| HSL | 10.61º | 0.95% | 0.63% | - |
| HSV(B) | 10.61º | 0.72% | 0.98% | - |
| XYZ | 45.15 | 30.06 | 9.05 | - |
| YUV | 141.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 69 | 0 | 0.60 | 0.72 | 0.02 | 10.61 | 0.95 | 0.63 |
| Hex | FA | 65 | 45 | 0 | 3C | 48 | 2 | B | 5F | 3F |
| Octal | 372 | 145 | 105 | 0 | 74 | 110 | 2 | 13 | 137 | 77 |
| Binary | 11111010 | 1100101 | 1000101 | 0 | 111100 | 1001000 | 10 | 1011 | 1011111 | 111111 |
Color Harmonies of #FA6545
Complementary color
Monochromatic Colors of #FA6545
Black with #FA6545
Text Example
Text Example
White with #FA6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6545; }
p { color: rgb(250,101,69); }
H1.HeaderClassName
{
color: #FA6545;
}
.AnyTagClassName
{
color: #FA6545;
}
</style>
background-color css
<style>
a { background-color: #FA6545; }
a { background-color: rgb(250,101,69); }
div.DivClassName
{
background-color: #FA6545;
}
.BgClassName
{
background-color: #FA6545;
}
</style>
border-color css
<style>
span { border-color: #FA6545; }
span { border-color: rgb(250,101,69); }
td.TdClassName
{
border-color: #FA6545;
}
.TagClassName
{
border-color: #FA6545;
}
</style>