Shades of Torch Red #FA082F
Tints of Torch Red #FA082F
RGB
CMYK
RGB Variations
Color information
#FA082F (or 0xFA082F) is known color: Torch Red. HEX triplet: FA, 08 and 2F. RGB value is (250,8,47). Sum of RGB (Red+Green+Blue) = 250+8+47=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA082F is #05F7D0. Grayscale: #545454. Windows color (decimal): -391121 or 3082490. OLE color: 3082490.
HSL color Cylindrical-coordinate representation of color #FA082F: hue angle of 350.33º 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 #FA082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.02 |
| HSL | 350.33º | 0.96% | 0.51% | - |
| HSV(B) | 350.33º | 0.97% | 0.98% | - |
| XYZ | 40.02 | 20.7 | 4.58 | - |
| YUV | 84.8 | 106.67 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 47 | 0 | 0.97 | 0.81 | 0.02 | 350.33 | 0.96 | 0.51 |
| Hex | FA | 8 | 2F | 0 | 61 | 51 | 2 | 15E | 60 | 33 |
| Octal | 372 | 10 | 57 | 0 | 141 | 121 | 2 | 536 | 140 | 63 |
| Binary | 11111010 | 1000 | 101111 | 0 | 1100001 | 1010001 | 10 | 101011110 | 1100000 | 110011 |
Color Harmonies of #FA082F
Complementary color
Monochromatic Colors of #FA082F
Black with #FA082F
Text Example
Text Example
White with #FA082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA082F; }
p { color: rgb(250,8,47); }
H1.HeaderClassName
{
color: #FA082F;
}
.AnyTagClassName
{
color: #FA082F;
}
</style>
background-color css
<style>
a { background-color: #FA082F; }
a { background-color: rgb(250,8,47); }
div.DivClassName
{
background-color: #FA082F;
}
.BgClassName
{
background-color: #FA082F;
}
</style>
border-color css
<style>
span { border-color: #FA082F; }
span { border-color: rgb(250,8,47); }
td.TdClassName
{
border-color: #FA082F;
}
.TagClassName
{
border-color: #FA082F;
}
</style>