Shades of Torch Red #FA093F
Tints of Torch Red #FA093F
RGB
CMYK
RGB Variations
Color information
#FA093F (or 0xFA093F) is known color: Torch Red. HEX triplet: FA, 09 and 3F. RGB value is (250,9,63). Sum of RGB (Red+Green+Blue) = 250+9+63=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA093F is #05F6C0. Grayscale: #575757. Windows color (decimal): -390849 or 4131322. OLE color: 4131322.
HSL color Cylindrical-coordinate representation of color #FA093F: hue angle of 346.56º 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 #FA093F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.02 |
| HSL | 346.56º | 0.96% | 0.51% | - |
| HSV(B) | 346.56º | 0.96% | 0.98% | - |
| XYZ | 40.42 | 20.88 | 6.6 | - |
| YUV | 87.22 | 114.34 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 63 | 0 | 0.96 | 0.75 | 0.02 | 346.56 | 0.96 | 0.51 |
| Hex | FA | 9 | 3F | 0 | 60 | 4B | 2 | 15B | 60 | 33 |
| Octal | 372 | 11 | 77 | 0 | 140 | 113 | 2 | 533 | 140 | 63 |
| Binary | 11111010 | 1001 | 111111 | 0 | 1100000 | 1001011 | 10 | 101011011 | 1100000 | 110011 |
Color Harmonies of #FA093F
Complementary color
Monochromatic Colors of #FA093F
Black with #FA093F
Text Example
Text Example
White with #FA093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA093F; }
p { color: rgb(250,9,63); }
H1.HeaderClassName
{
color: #FA093F;
}
.AnyTagClassName
{
color: #FA093F;
}
</style>
background-color css
<style>
a { background-color: #FA093F; }
a { background-color: rgb(250,9,63); }
div.DivClassName
{
background-color: #FA093F;
}
.BgClassName
{
background-color: #FA093F;
}
</style>
border-color css
<style>
span { border-color: #FA093F; }
span { border-color: rgb(250,9,63); }
td.TdClassName
{
border-color: #FA093F;
}
.TagClassName
{
border-color: #FA093F;
}
</style>