Shades of Torch Red #FA083D
Tints of Torch Red #FA083D
RGB
CMYK
RGB Variations
Color information
#FA083D (or 0xFA083D) is known color: Torch Red. HEX triplet: FA, 08 and 3D. RGB value is (250,8,61). Sum of RGB (Red+Green+Blue) = 250+8+61=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA083D is #05F7C2. Grayscale: #565656. Windows color (decimal): -391107 or 3999994. OLE color: 3999994.
HSL color Cylindrical-coordinate representation of color #FA083D: hue angle of 346.86º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA083D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.02 |
| HSL | 346.86º | 0.96% | 0.51% | - |
| HSV(B) | 346.86º | 0.97% | 0.98% | - |
| XYZ | 40.35 | 20.83 | 6.31 | - |
| YUV | 86.4 | 113.67 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 61 | 0 | 0.97 | 0.76 | 0.02 | 346.86 | 0.96 | 0.51 |
| Hex | FA | 8 | 3D | 0 | 61 | 4C | 2 | 15B | 60 | 33 |
| Octal | 372 | 10 | 75 | 0 | 141 | 114 | 2 | 533 | 140 | 63 |
| Binary | 11111010 | 1000 | 111101 | 0 | 1100001 | 1001100 | 10 | 101011011 | 1100000 | 110011 |
Color Harmonies of #FA083D
Complementary color
Monochromatic Colors of #FA083D
Black with #FA083D
Text Example
Text Example
White with #FA083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA083D; }
p { color: rgb(250,8,61); }
H1.HeaderClassName
{
color: #FA083D;
}
.AnyTagClassName
{
color: #FA083D;
}
</style>
background-color css
<style>
a { background-color: #FA083D; }
a { background-color: rgb(250,8,61); }
div.DivClassName
{
background-color: #FA083D;
}
.BgClassName
{
background-color: #FA083D;
}
</style>
border-color css
<style>
span { border-color: #FA083D; }
span { border-color: rgb(250,8,61); }
td.TdClassName
{
border-color: #FA083D;
}
.TagClassName
{
border-color: #FA083D;
}
</style>