Shades of Torch Red #FA000E
Tints of Torch Red #FA000E
RGB
CMYK
RGB Variations
Color information
#FA000E (or 0xFA000E) is known color: Torch Red. HEX triplet: FA, 00 and 0E. RGB value is (250,0,14). Sum of RGB (Red+Green+Blue) = 250+0+14=264 (34% of max value = 765). Red value is 250 (98.05% from 255 or 94.70% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 250 - color contains mainly: red. Hex color #FA000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA000E is #05FFF1. Grayscale: #4C4C4C. Windows color (decimal): -393202 or 917754. OLE color: 917754.
HSL color Cylindrical-coordinate representation of color #FA000E: hue angle of 356.64º 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 #FA000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.02 |
| HSL | 356.64º | 1% | 0.49% | - |
| HSV(B) | 356.64º | 1% | 0.98% | - |
| XYZ | 39.5 | 20.36 | 2.26 | - |
| YUV | 76.35 | 92.83 | 251.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 14 | 0 | 1 | 0.94 | 0.02 | 356.64 | 1 | 0.49 |
| Hex | FA | 0 | E | 0 | 64 | 5E | 2 | 165 | 64 | 31 |
| Octal | 372 | 0 | 16 | 0 | 144 | 136 | 2 | 545 | 144 | 61 |
| Binary | 11111010 | 0 | 1110 | 0 | 1100100 | 1011110 | 10 | 101100101 | 1100100 | 110001 |
Color Harmonies of #FA000E
Complementary color
Monochromatic Colors of #FA000E
Black with #FA000E
Text Example
Text Example
White with #FA000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA000E; }
p { color: rgb(250,0,14); }
H1.HeaderClassName
{
color: #FA000E;
}
.AnyTagClassName
{
color: #FA000E;
}
</style>
background-color css
<style>
a { background-color: #FA000E; }
a { background-color: rgb(250,0,14); }
div.DivClassName
{
background-color: #FA000E;
}
.BgClassName
{
background-color: #FA000E;
}
</style>
border-color css
<style>
span { border-color: #FA000E; }
span { border-color: rgb(250,0,14); }
td.TdClassName
{
border-color: #FA000E;
}
.TagClassName
{
border-color: #FA000E;
}
</style>