Shades of Tomato #FA6541
Tints of Tomato #FA6541
RGB
CMYK
RGB Variations
Color information
#FA6541 (or 0xFA6541) is known color: Tomato. HEX triplet: FA, 65 and 41. RGB value is (250,101,65). Sum of RGB (Red+Green+Blue) = 250+101+65=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6541 is #059ABE. Grayscale: #8D8D8D. Windows color (decimal): -367295 or 4285946. OLE color: 4285946.
HSL color Cylindrical-coordinate representation of color #FA6541: hue angle of 11.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA6541 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 65 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.02 |
| HSL | 11.68º | 0.95% | 0.62% | - |
| HSV(B) | 11.68º | 0.74% | 0.98% | - |
| XYZ | 45.03 | 30.01 | 8.42 | - |
| YUV | 141.45 | 84.86 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 65 | 0 | 0.60 | 0.74 | 0.02 | 11.68 | 0.95 | 0.62 |
| Hex | FA | 65 | 41 | 0 | 3C | 4A | 2 | C | 5F | 3E |
| Octal | 372 | 145 | 101 | 0 | 74 | 112 | 2 | 14 | 137 | 76 |
| Binary | 11111010 | 1100101 | 1000001 | 0 | 111100 | 1001010 | 10 | 1100 | 1011111 | 111110 |
Color Harmonies of #FA6541
Complementary color
Monochromatic Colors of #FA6541
Black with #FA6541
Text Example
Text Example
White with #FA6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6541; }
p { color: rgb(250,101,65); }
H1.HeaderClassName
{
color: #FA6541;
}
.AnyTagClassName
{
color: #FA6541;
}
</style>
background-color css
<style>
a { background-color: #FA6541; }
a { background-color: rgb(250,101,65); }
div.DivClassName
{
background-color: #FA6541;
}
.BgClassName
{
background-color: #FA6541;
}
</style>
border-color css
<style>
span { border-color: #FA6541; }
span { border-color: rgb(250,101,65); }
td.TdClassName
{
border-color: #FA6541;
}
.TagClassName
{
border-color: #FA6541;
}
</style>