Shades of Torch Red #FA0006
Tints of Torch Red #FA0006
RGB
CMYK
RGB Variations
Color information
#FA0006 (or 0xFA0006) is known color: Torch Red. HEX triplet: FA, 00 and 06. RGB value is (250,0,6). Sum of RGB (Red+Green+Blue) = 250+0+6=256 (33% of max value = 765). Red value is 250 (98.05% from 255 or 97.66% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0006 is #05FFF9. Grayscale: #4B4B4B. Windows color (decimal): -393210 or 393466. OLE color: 393466.
HSL color Cylindrical-coordinate representation of color #FA0006: hue angle of 358.56º 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 #FA0006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.98 | 0.02 |
| HSL | 358.56º | 1% | 0.49% | - |
| HSV(B) | 358.56º | 1% | 0.98% | - |
| XYZ | 39.46 | 20.34 | 2.02 | - |
| YUV | 75.43 | 88.83 | 252.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 6 | 0 | 1 | 0.98 | 0.02 | 358.56 | 1 | 0.49 |
| Hex | FA | 0 | 6 | 0 | 64 | 62 | 2 | 167 | 64 | 31 |
| Octal | 372 | 0 | 6 | 0 | 144 | 142 | 2 | 547 | 144 | 61 |
| Binary | 11111010 | 0 | 110 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100100 | 110001 |
Color Harmonies of #FA0006
Complementary color
Monochromatic Colors of #FA0006
Black with #FA0006
Text Example
Text Example
White with #FA0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0006; }
p { color: rgb(250,0,6); }
H1.HeaderClassName
{
color: #FA0006;
}
.AnyTagClassName
{
color: #FA0006;
}
</style>
background-color css
<style>
a { background-color: #FA0006; }
a { background-color: rgb(250,0,6); }
div.DivClassName
{
background-color: #FA0006;
}
.BgClassName
{
background-color: #FA0006;
}
</style>
border-color css
<style>
span { border-color: #FA0006; }
span { border-color: rgb(250,0,6); }
td.TdClassName
{
border-color: #FA0006;
}
.TagClassName
{
border-color: #FA0006;
}
</style>