Shades of Torch Red #FA000A
Tints of Torch Red #FA000A
RGB
CMYK
RGB Variations
Color information
#FA000A (or 0xFA000A) is known color: Torch Red. HEX triplet: FA, 00 and 0A. RGB value is (250,0,10). Sum of RGB (Red+Green+Blue) = 250+0+10=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA000A is #05FFF5. Grayscale: #4C4C4C. Windows color (decimal): -393206 or 655610. OLE color: 655610.
HSL color Cylindrical-coordinate representation of color #FA000A: hue angle of 357.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.02 |
| HSL | 357.6º | 1% | 0.49% | - |
| HSV(B) | 357.6º | 1% | 0.98% | - |
| XYZ | 39.48 | 20.35 | 2.13 | - |
| YUV | 75.89 | 90.83 | 252.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 10 | 0 | 1 | 0.96 | 0.02 | 357.6 | 1 | 0.49 |
| Hex | FA | 0 | A | 0 | 64 | 60 | 2 | 166 | 64 | 31 |
| Octal | 372 | 0 | 12 | 0 | 144 | 140 | 2 | 546 | 144 | 61 |
| Binary | 11111010 | 0 | 1010 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100100 | 110001 |
Color Harmonies of #FA000A
Complementary color
Monochromatic Colors of #FA000A
Black with #FA000A
Text Example
Text Example
White with #FA000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA000A; }
p { color: rgb(250,0,10); }
H1.HeaderClassName
{
color: #FA000A;
}
.AnyTagClassName
{
color: #FA000A;
}
</style>
background-color css
<style>
a { background-color: #FA000A; }
a { background-color: rgb(250,0,10); }
div.DivClassName
{
background-color: #FA000A;
}
.BgClassName
{
background-color: #FA000A;
}
</style>
border-color css
<style>
span { border-color: #FA000A; }
span { border-color: rgb(250,0,10); }
td.TdClassName
{
border-color: #FA000A;
}
.TagClassName
{
border-color: #FA000A;
}
</style>