Shades of Torch Red #FA0B16
Tints of Torch Red #FA0B16
RGB
CMYK
RGB Variations
Color information
#FA0B16 (or 0xFA0B16) is known color: Torch Red. HEX triplet: FA, 0B and 16. RGB value is (250,11,22). Sum of RGB (Red+Green+Blue) = 250+11+22=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0B16 is #05F4E9. Grayscale: #535353. Windows color (decimal): -390378 or 1444858. OLE color: 1444858.
HSL color Cylindrical-coordinate representation of color #FA0B16: hue angle of 357.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B16 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.02 |
| HSL | 357.24º | 0.96% | 0.51% | - |
| HSV(B) | 357.24º | 0.96% | 0.98% | - |
| XYZ | 39.69 | 20.62 | 2.65 | - |
| YUV | 83.72 | 93.18 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 22 | 0 | 0.96 | 0.91 | 0.02 | 357.24 | 0.96 | 0.51 |
| Hex | FA | B | 16 | 0 | 60 | 5B | 2 | 165 | 60 | 33 |
| Octal | 372 | 13 | 26 | 0 | 140 | 133 | 2 | 545 | 140 | 63 |
| Binary | 11111010 | 1011 | 10110 | 0 | 1100000 | 1011011 | 10 | 101100101 | 1100000 | 110011 |
Color Harmonies of #FA0B16
Complementary color
Monochromatic Colors of #FA0B16
Black with #FA0B16
Text Example
Text Example
White with #FA0B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B16; }
p { color: rgb(250,11,22); }
H1.HeaderClassName
{
color: #FA0B16;
}
.AnyTagClassName
{
color: #FA0B16;
}
</style>
background-color css
<style>
a { background-color: #FA0B16; }
a { background-color: rgb(250,11,22); }
div.DivClassName
{
background-color: #FA0B16;
}
.BgClassName
{
background-color: #FA0B16;
}
</style>
border-color css
<style>
span { border-color: #FA0B16; }
span { border-color: rgb(250,11,22); }
td.TdClassName
{
border-color: #FA0B16;
}
.TagClassName
{
border-color: #FA0B16;
}
</style>