Shades of Torch Red #FA062F
Tints of Torch Red #FA062F
RGB
CMYK
RGB Variations
Color information
#FA062F (or 0xFA062F) is known color: Torch Red. HEX triplet: FA, 06 and 2F. RGB value is (250,6,47). Sum of RGB (Red+Green+Blue) = 250+6+47=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA062F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA062F is #05F9D0. Grayscale: #535353. Windows color (decimal): -391633 or 3081978. OLE color: 3081978.
HSL color Cylindrical-coordinate representation of color #FA062F: hue angle of 349.92º 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 #FA062F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 47 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.02 |
| HSL | 349.92º | 0.96% | 0.5% | - |
| HSV(B) | 349.92º | 0.98% | 0.98% | - |
| XYZ | 40 | 20.66 | 4.57 | - |
| YUV | 83.63 | 107.34 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 47 | 0 | 0.98 | 0.81 | 0.02 | 349.92 | 0.96 | 0.5 |
| Hex | FA | 6 | 2F | 0 | 62 | 51 | 2 | 15E | 60 | 32 |
| Octal | 372 | 6 | 57 | 0 | 142 | 121 | 2 | 536 | 140 | 62 |
| Binary | 11111010 | 110 | 101111 | 0 | 1100010 | 1010001 | 10 | 101011110 | 1100000 | 110010 |
Color Harmonies of #FA062F
Complementary color
Monochromatic Colors of #FA062F
Black with #FA062F
Text Example
Text Example
White with #FA062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA062F; }
p { color: rgb(250,6,47); }
H1.HeaderClassName
{
color: #FA062F;
}
.AnyTagClassName
{
color: #FA062F;
}
</style>
background-color css
<style>
a { background-color: #FA062F; }
a { background-color: rgb(250,6,47); }
div.DivClassName
{
background-color: #FA062F;
}
.BgClassName
{
background-color: #FA062F;
}
</style>
border-color css
<style>
span { border-color: #FA062F; }
span { border-color: rgb(250,6,47); }
td.TdClassName
{
border-color: #FA062F;
}
.TagClassName
{
border-color: #FA062F;
}
</style>