Shades of Torch Red #FA0612
Tints of Torch Red #FA0612
RGB
CMYK
RGB Variations
Color information
#FA0612 (or 0xFA0612) is known color: Torch Red. HEX triplet: FA, 06 and 12. RGB value is (250,6,18). Sum of RGB (Red+Green+Blue) = 250+6+18=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0612 is #05F9ED. Grayscale: #505050. Windows color (decimal): -391662 or 1181434. OLE color: 1181434.
HSL color Cylindrical-coordinate representation of color #FA0612: hue angle of 357.05º 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 #FA0612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.02 |
| HSL | 357.05º | 0.96% | 0.5% | - |
| HSV(B) | 357.05º | 0.98% | 0.98% | - |
| XYZ | 39.6 | 20.5 | 2.44 | - |
| YUV | 80.32 | 92.84 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 18 | 0 | 0.98 | 0.93 | 0.02 | 357.05 | 0.96 | 0.5 |
| Hex | FA | 6 | 12 | 0 | 62 | 5D | 2 | 165 | 60 | 32 |
| Octal | 372 | 6 | 22 | 0 | 142 | 135 | 2 | 545 | 140 | 62 |
| Binary | 11111010 | 110 | 10010 | 0 | 1100010 | 1011101 | 10 | 101100101 | 1100000 | 110010 |
Color Harmonies of #FA0612
Complementary color
Monochromatic Colors of #FA0612
Black with #FA0612
Text Example
Text Example
White with #FA0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0612; }
p { color: rgb(250,6,18); }
H1.HeaderClassName
{
color: #FA0612;
}
.AnyTagClassName
{
color: #FA0612;
}
</style>
background-color css
<style>
a { background-color: #FA0612; }
a { background-color: rgb(250,6,18); }
div.DivClassName
{
background-color: #FA0612;
}
.BgClassName
{
background-color: #FA0612;
}
</style>
border-color css
<style>
span { border-color: #FA0612; }
span { border-color: rgb(250,6,18); }
td.TdClassName
{
border-color: #FA0612;
}
.TagClassName
{
border-color: #FA0612;
}
</style>