Shades of Torch Red #FA0126
Tints of Torch Red #FA0126
RGB
CMYK
RGB Variations
Color information
#FA0126 (or 0xFA0126) is known color: Torch Red. HEX triplet: FA, 01 and 26. RGB value is (250,1,38). Sum of RGB (Red+Green+Blue) = 250+1+38=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0126 is #05FED9. Grayscale: #4F4F4F. Windows color (decimal): -392922 or 2490874. OLE color: 2490874.
HSL color Cylindrical-coordinate representation of color #FA0126: hue angle of 351.08º 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 #FA0126 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 38 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.02 |
| HSL | 351.08º | 0.99% | 0.49% | - |
| HSV(B) | 351.08º | 1% | 0.98% | - |
| XYZ | 39.79 | 20.49 | 3.69 | - |
| YUV | 79.67 | 104.49 | 249.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 38 | 0 | 1.00 | 0.85 | 0.02 | 351.08 | 0.99 | 0.49 |
| Hex | FA | 1 | 26 | 0 | 64 | 55 | 2 | 15F | 63 | 31 |
| Octal | 372 | 1 | 46 | 0 | 144 | 125 | 2 | 537 | 143 | 61 |
| Binary | 11111010 | 1 | 100110 | 0 | 1100100 | 1010101 | 10 | 101011111 | 1100011 | 110001 |
Color Harmonies of #FA0126
Complementary color
Monochromatic Colors of #FA0126
Black with #FA0126
Text Example
Text Example
White with #FA0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0126; }
p { color: rgb(250,1,38); }
H1.HeaderClassName
{
color: #FA0126;
}
.AnyTagClassName
{
color: #FA0126;
}
</style>
background-color css
<style>
a { background-color: #FA0126; }
a { background-color: rgb(250,1,38); }
div.DivClassName
{
background-color: #FA0126;
}
.BgClassName
{
background-color: #FA0126;
}
</style>
border-color css
<style>
span { border-color: #FA0126; }
span { border-color: rgb(250,1,38); }
td.TdClassName
{
border-color: #FA0126;
}
.TagClassName
{
border-color: #FA0126;
}
</style>