Shades of Torch Red #FA000B
Tints of Torch Red #FA000B
RGB
CMYK
RGB Variations
Color information
#FA000B (or 0xFA000B) is known color: Torch Red. HEX triplet: FA, 00 and 0B. RGB value is (250,0,11). Sum of RGB (Red+Green+Blue) = 250+0+11=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA000B is #05FFF4. Grayscale: #4C4C4C. Windows color (decimal): -393205 or 721146. OLE color: 721146.
HSL color Cylindrical-coordinate representation of color #FA000B: hue angle of 357.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0.02 |
| HSL | 357.36º | 1% | 0.49% | - |
| HSV(B) | 357.36º | 1% | 0.98% | - |
| XYZ | 39.48 | 20.35 | 2.16 | - |
| YUV | 76 | 91.33 | 252.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 11 | 0 | 1 | 0.96 | 0.02 | 357.36 | 1 | 0.49 |
| Hex | FA | 0 | B | 0 | 64 | 60 | 2 | 165 | 64 | 31 |
| Octal | 372 | 0 | 13 | 0 | 144 | 140 | 2 | 545 | 144 | 61 |
| Binary | 11111010 | 0 | 1011 | 0 | 1100100 | 1100000 | 10 | 101100101 | 1100100 | 110001 |
Color Harmonies of #FA000B
Complementary color
Monochromatic Colors of #FA000B
Black with #FA000B
Text Example
Text Example
White with #FA000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA000B; }
p { color: rgb(250,0,11); }
H1.HeaderClassName
{
color: #FA000B;
}
.AnyTagClassName
{
color: #FA000B;
}
</style>
background-color css
<style>
a { background-color: #FA000B; }
a { background-color: rgb(250,0,11); }
div.DivClassName
{
background-color: #FA000B;
}
.BgClassName
{
background-color: #FA000B;
}
</style>
border-color css
<style>
span { border-color: #FA000B; }
span { border-color: rgb(250,0,11); }
td.TdClassName
{
border-color: #FA000B;
}
.TagClassName
{
border-color: #FA000B;
}
</style>