Shades of Torch Red #FA093E
Tints of Torch Red #FA093E
RGB
CMYK
RGB Variations
Color information
#FA093E (or 0xFA093E) is known color: Torch Red. HEX triplet: FA, 09 and 3E. RGB value is (250,9,62). Sum of RGB (Red+Green+Blue) = 250+9+62=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA093E is #05F6C1. Grayscale: #575757. Windows color (decimal): -390850 or 4065786. OLE color: 4065786.
HSL color Cylindrical-coordinate representation of color #FA093E: hue angle of 346.8º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA093E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.02 |
| HSL | 346.81º | 0.96% | 0.51% | - |
| HSV(B) | 346.81º | 0.96% | 0.98% | - |
| XYZ | 40.39 | 20.87 | 6.46 | - |
| YUV | 87.1 | 113.84 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 62 | 0 | 0.96 | 0.75 | 0.02 | 346.81 | 0.96 | 0.51 |
| Hex | FA | 9 | 3E | 0 | 60 | 4B | 2 | 15B | 60 | 33 |
| Octal | 372 | 11 | 76 | 0 | 140 | 113 | 2 | 533 | 140 | 63 |
| Binary | 11111010 | 1001 | 111110 | 0 | 1100000 | 1001011 | 10 | 101011011 | 1100000 | 110011 |
Color Harmonies of #FA093E
Complementary color
Monochromatic Colors of #FA093E
Black with #FA093E
Text Example
Text Example
White with #FA093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA093E; }
p { color: rgb(250,9,62); }
H1.HeaderClassName
{
color: #FA093E;
}
.AnyTagClassName
{
color: #FA093E;
}
</style>
background-color css
<style>
a { background-color: #FA093E; }
a { background-color: rgb(250,9,62); }
div.DivClassName
{
background-color: #FA093E;
}
.BgClassName
{
background-color: #FA093E;
}
</style>
border-color css
<style>
span { border-color: #FA093E; }
span { border-color: rgb(250,9,62); }
td.TdClassName
{
border-color: #FA093E;
}
.TagClassName
{
border-color: #FA093E;
}
</style>