Shades of Torch Red #FA021A
Tints of Torch Red #FA021A
RGB
CMYK
RGB Variations
Color information
#FA021A (or 0xFA021A) is known color: Torch Red. HEX triplet: FA, 02 and 1A. RGB value is (250,2,26). Sum of RGB (Red+Green+Blue) = 250+2+26=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA021A is #05FDE5. Grayscale: #4F4F4F. Windows color (decimal): -392678 or 1704698. OLE color: 1704698.
HSL color Cylindrical-coordinate representation of color #FA021A: hue angle of 354.19º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA021A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.02 |
| HSL | 354.19º | 0.98% | 0.49% | - |
| HSV(B) | 354.19º | 0.99% | 0.98% | - |
| XYZ | 39.63 | 20.44 | 2.83 | - |
| YUV | 78.89 | 98.16 | 250.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 26 | 0 | 0.99 | 0.90 | 0.02 | 354.19 | 0.98 | 0.49 |
| Hex | FA | 2 | 1A | 0 | 63 | 5A | 2 | 162 | 62 | 31 |
| Octal | 372 | 2 | 32 | 0 | 143 | 132 | 2 | 542 | 142 | 61 |
| Binary | 11111010 | 10 | 11010 | 0 | 1100011 | 1011010 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #FA021A
Complementary color
Monochromatic Colors of #FA021A
Black with #FA021A
Text Example
Text Example
White with #FA021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA021A; }
p { color: rgb(250,2,26); }
H1.HeaderClassName
{
color: #FA021A;
}
.AnyTagClassName
{
color: #FA021A;
}
</style>
background-color css
<style>
a { background-color: #FA021A; }
a { background-color: rgb(250,2,26); }
div.DivClassName
{
background-color: #FA021A;
}
.BgClassName
{
background-color: #FA021A;
}
</style>
border-color css
<style>
span { border-color: #FA021A; }
span { border-color: rgb(250,2,26); }
td.TdClassName
{
border-color: #FA021A;
}
.TagClassName
{
border-color: #FA021A;
}
</style>