Shades of Torch Red #FA022A
Tints of Torch Red #FA022A
RGB
CMYK
RGB Variations
Color information
#FA022A (or 0xFA022A) is known color: Torch Red. HEX triplet: FA, 02 and 2A. RGB value is (250,2,42). Sum of RGB (Red+Green+Blue) = 250+2+42=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA022A is #05FDD5. Grayscale: #505050. Windows color (decimal): -392662 or 2753274. OLE color: 2753274.
HSL color Cylindrical-coordinate representation of color #FA022A: hue angle of 350.32º 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 #FA022A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.02 |
| HSL | 350.32º | 0.98% | 0.49% | - |
| HSV(B) | 350.32º | 0.99% | 0.98% | - |
| XYZ | 39.86 | 20.53 | 4.05 | - |
| YUV | 80.71 | 106.16 | 248.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 42 | 0 | 0.99 | 0.83 | 0.02 | 350.32 | 0.98 | 0.49 |
| Hex | FA | 2 | 2A | 0 | 63 | 53 | 2 | 15E | 62 | 31 |
| Octal | 372 | 2 | 52 | 0 | 143 | 123 | 2 | 536 | 142 | 61 |
| Binary | 11111010 | 10 | 101010 | 0 | 1100011 | 1010011 | 10 | 101011110 | 1100010 | 110001 |
Color Harmonies of #FA022A
Complementary color
Monochromatic Colors of #FA022A
Black with #FA022A
Text Example
Text Example
White with #FA022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA022A; }
p { color: rgb(250,2,42); }
H1.HeaderClassName
{
color: #FA022A;
}
.AnyTagClassName
{
color: #FA022A;
}
</style>
background-color css
<style>
a { background-color: #FA022A; }
a { background-color: rgb(250,2,42); }
div.DivClassName
{
background-color: #FA022A;
}
.BgClassName
{
background-color: #FA022A;
}
</style>
border-color css
<style>
span { border-color: #FA022A; }
span { border-color: rgb(250,2,42); }
td.TdClassName
{
border-color: #FA022A;
}
.TagClassName
{
border-color: #FA022A;
}
</style>