Shades of Torch Red #FA072F
Tints of Torch Red #FA072F
RGB
CMYK
RGB Variations
Color information
#FA072F (or 0xFA072F) is known color: Torch Red. HEX triplet: FA, 07 and 2F. RGB value is (250,7,47). Sum of RGB (Red+Green+Blue) = 250+7+47=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA072F is #05F8D0. Grayscale: #545454. Windows color (decimal): -391377 or 3082234. OLE color: 3082234.
HSL color Cylindrical-coordinate representation of color #FA072F: hue angle of 350.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.02 |
| HSL | 350.12º | 0.96% | 0.5% | - |
| HSV(B) | 350.12º | 0.97% | 0.98% | - |
| XYZ | 40.01 | 20.68 | 4.57 | - |
| YUV | 84.22 | 107.01 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 47 | 0 | 0.97 | 0.81 | 0.02 | 350.12 | 0.96 | 0.5 |
| Hex | FA | 7 | 2F | 0 | 61 | 51 | 2 | 15E | 60 | 32 |
| Octal | 372 | 7 | 57 | 0 | 141 | 121 | 2 | 536 | 140 | 62 |
| Binary | 11111010 | 111 | 101111 | 0 | 1100001 | 1010001 | 10 | 101011110 | 1100000 | 110010 |
Color Harmonies of #FA072F
Complementary color
Monochromatic Colors of #FA072F
Black with #FA072F
Text Example
Text Example
White with #FA072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA072F; }
p { color: rgb(250,7,47); }
H1.HeaderClassName
{
color: #FA072F;
}
.AnyTagClassName
{
color: #FA072F;
}
</style>
background-color css
<style>
a { background-color: #FA072F; }
a { background-color: rgb(250,7,47); }
div.DivClassName
{
background-color: #FA072F;
}
.BgClassName
{
background-color: #FA072F;
}
</style>
border-color css
<style>
span { border-color: #FA072F; }
span { border-color: rgb(250,7,47); }
td.TdClassName
{
border-color: #FA072F;
}
.TagClassName
{
border-color: #FA072F;
}
</style>