Shades of Torch Red #FA010E
Tints of Torch Red #FA010E
RGB
CMYK
RGB Variations
Color information
#FA010E (or 0xFA010E) is known color: Torch Red. HEX triplet: FA, 01 and 0E. RGB value is (250,1,14). Sum of RGB (Red+Green+Blue) = 250+1+14=265 (35% of max value = 765). Red value is 250 (98.05% from 255 or 94.34% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 250 - color contains mainly: red. Hex color #FA010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA010E is #05FEF1. Grayscale: #4D4D4D. Windows color (decimal): -392946 or 918010. OLE color: 918010.
HSL color Cylindrical-coordinate representation of color #FA010E: hue angle of 356.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.02 |
| HSL | 356.87º | 0.99% | 0.49% | - |
| HSV(B) | 356.87º | 1% | 0.98% | - |
| XYZ | 39.51 | 20.38 | 2.27 | - |
| YUV | 76.93 | 92.49 | 251.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 14 | 0 | 1.00 | 0.94 | 0.02 | 356.87 | 0.99 | 0.49 |
| Hex | FA | 1 | E | 0 | 64 | 5E | 2 | 165 | 63 | 31 |
| Octal | 372 | 1 | 16 | 0 | 144 | 136 | 2 | 545 | 143 | 61 |
| Binary | 11111010 | 1 | 1110 | 0 | 1100100 | 1011110 | 10 | 101100101 | 1100011 | 110001 |
Color Harmonies of #FA010E
Complementary color
Monochromatic Colors of #FA010E
Black with #FA010E
Text Example
Text Example
White with #FA010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA010E; }
p { color: rgb(250,1,14); }
H1.HeaderClassName
{
color: #FA010E;
}
.AnyTagClassName
{
color: #FA010E;
}
</style>
background-color css
<style>
a { background-color: #FA010E; }
a { background-color: rgb(250,1,14); }
div.DivClassName
{
background-color: #FA010E;
}
.BgClassName
{
background-color: #FA010E;
}
</style>
border-color css
<style>
span { border-color: #FA010E; }
span { border-color: rgb(250,1,14); }
td.TdClassName
{
border-color: #FA010E;
}
.TagClassName
{
border-color: #FA010E;
}
</style>