Shades of Torch Red #FA0106
Tints of Torch Red #FA0106
RGB
CMYK
RGB Variations
Color information
#FA0106 (or 0xFA0106) is known color: Torch Red. HEX triplet: FA, 01 and 06. RGB value is (250,1,6). Sum of RGB (Red+Green+Blue) = 250+1+6=257 (34% of max value = 765). Red value is 250 (98.05% from 255 or 97.28% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0106 is #05FEF9. Grayscale: #4C4C4C. Windows color (decimal): -392954 or 393722. OLE color: 393722.
HSL color Cylindrical-coordinate representation of color #FA0106: hue angle of 358.8º 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 #FA0106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.02 |
| HSL | 358.8º | 0.99% | 0.49% | - |
| HSV(B) | 358.8º | 1% | 0.98% | - |
| XYZ | 39.47 | 20.36 | 2.02 | - |
| YUV | 76.02 | 88.49 | 252.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 6 | 0 | 1.00 | 0.98 | 0.02 | 358.8 | 0.99 | 0.49 |
| Hex | FA | 1 | 6 | 0 | 64 | 62 | 2 | 167 | 63 | 31 |
| Octal | 372 | 1 | 6 | 0 | 144 | 142 | 2 | 547 | 143 | 61 |
| Binary | 11111010 | 1 | 110 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100011 | 110001 |
Color Harmonies of #FA0106
Complementary color
Monochromatic Colors of #FA0106
Black with #FA0106
Text Example
Text Example
White with #FA0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0106; }
p { color: rgb(250,1,6); }
H1.HeaderClassName
{
color: #FA0106;
}
.AnyTagClassName
{
color: #FA0106;
}
</style>
background-color css
<style>
a { background-color: #FA0106; }
a { background-color: rgb(250,1,6); }
div.DivClassName
{
background-color: #FA0106;
}
.BgClassName
{
background-color: #FA0106;
}
</style>
border-color css
<style>
span { border-color: #FA0106; }
span { border-color: rgb(250,1,6); }
td.TdClassName
{
border-color: #FA0106;
}
.TagClassName
{
border-color: #FA0106;
}
</style>