Shades of Torch Red #FA0506
Tints of Torch Red #FA0506
RGB
CMYK
RGB Variations
Color information
#FA0506 (or 0xFA0506) is known color: Torch Red. HEX triplet: FA, 05 and 06. RGB value is (250,5,6). Sum of RGB (Red+Green+Blue) = 250+5+6=261 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.79% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0506 is #05FAF9. Grayscale: #4E4E4E. Windows color (decimal): -391930 or 394746. OLE color: 394746.
HSL color Cylindrical-coordinate representation of color #FA0506: hue angle of 359.76º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0506 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 6 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.02 |
| HSL | 359.76º | 0.96% | 0.5% | - |
| HSV(B) | 359.76º | 0.98% | 0.98% | - |
| XYZ | 39.51 | 20.45 | 2.04 | - |
| YUV | 78.37 | 87.17 | 250.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 6 | 0 | 0.98 | 0.98 | 0.02 | 359.76 | 0.96 | 0.5 |
| Hex | FA | 5 | 6 | 0 | 62 | 62 | 2 | 168 | 60 | 32 |
| Octal | 372 | 5 | 6 | 0 | 142 | 142 | 2 | 550 | 140 | 62 |
| Binary | 11111010 | 101 | 110 | 0 | 1100010 | 1100010 | 10 | 101101000 | 1100000 | 110010 |
Color Harmonies of #FA0506
Complementary color
Monochromatic Colors of #FA0506
Black with #FA0506
Text Example
Text Example
White with #FA0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0506; }
p { color: rgb(250,5,6); }
H1.HeaderClassName
{
color: #FA0506;
}
.AnyTagClassName
{
color: #FA0506;
}
</style>
background-color css
<style>
a { background-color: #FA0506; }
a { background-color: rgb(250,5,6); }
div.DivClassName
{
background-color: #FA0506;
}
.BgClassName
{
background-color: #FA0506;
}
</style>
border-color css
<style>
span { border-color: #FA0506; }
span { border-color: rgb(250,5,6); }
td.TdClassName
{
border-color: #FA0506;
}
.TagClassName
{
border-color: #FA0506;
}
</style>