Shades of Torch Red #FA063E
Tints of Torch Red #FA063E
RGB
CMYK
RGB Variations
Color information
#FA063E (or 0xFA063E) is known color: Torch Red. HEX triplet: FA, 06 and 3E. RGB value is (250,6,62). Sum of RGB (Red+Green+Blue) = 250+6+62=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA063E is #05F9C1. Grayscale: #555555. Windows color (decimal): -391618 or 4065018. OLE color: 4065018.
HSL color Cylindrical-coordinate representation of color #FA063E: hue angle of 346.23º 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 #FA063E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.02 |
| HSL | 346.23º | 0.96% | 0.5% | - |
| HSV(B) | 346.23º | 0.98% | 0.98% | - |
| XYZ | 40.36 | 20.8 | 6.45 | - |
| YUV | 85.34 | 114.84 | 245.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 62 | 0 | 0.98 | 0.75 | 0.02 | 346.23 | 0.96 | 0.5 |
| Hex | FA | 6 | 3E | 0 | 62 | 4B | 2 | 15A | 60 | 32 |
| Octal | 372 | 6 | 76 | 0 | 142 | 113 | 2 | 532 | 140 | 62 |
| Binary | 11111010 | 110 | 111110 | 0 | 1100010 | 1001011 | 10 | 101011010 | 1100000 | 110010 |
Color Harmonies of #FA063E
Complementary color
Monochromatic Colors of #FA063E
Black with #FA063E
Text Example
Text Example
White with #FA063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA063E; }
p { color: rgb(250,6,62); }
H1.HeaderClassName
{
color: #FA063E;
}
.AnyTagClassName
{
color: #FA063E;
}
</style>
background-color css
<style>
a { background-color: #FA063E; }
a { background-color: rgb(250,6,62); }
div.DivClassName
{
background-color: #FA063E;
}
.BgClassName
{
background-color: #FA063E;
}
</style>
border-color css
<style>
span { border-color: #FA063E; }
span { border-color: rgb(250,6,62); }
td.TdClassName
{
border-color: #FA063E;
}
.TagClassName
{
border-color: #FA063E;
}
</style>