Shades of Torch Red #FA070E
Tints of Torch Red #FA070E
RGB
CMYK
RGB Variations
Color information
#FA070E (or 0xFA070E) is known color: Torch Red. HEX triplet: FA, 07 and 0E. RGB value is (250,7,14). Sum of RGB (Red+Green+Blue) = 250+7+14=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA070E is #05F8F1. Grayscale: #505050. Windows color (decimal): -391410 or 919546. OLE color: 919546.
HSL color Cylindrical-coordinate representation of color #FA070E: hue angle of 358.27º 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 #FA070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.02 |
| HSL | 358.27º | 0.96% | 0.5% | - |
| HSV(B) | 358.27º | 0.97% | 0.98% | - |
| XYZ | 39.58 | 20.51 | 2.29 | - |
| YUV | 80.46 | 90.51 | 248.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 14 | 0 | 0.97 | 0.94 | 0.02 | 358.27 | 0.96 | 0.5 |
| Hex | FA | 7 | E | 0 | 61 | 5E | 2 | 166 | 60 | 32 |
| Octal | 372 | 7 | 16 | 0 | 141 | 136 | 2 | 546 | 140 | 62 |
| Binary | 11111010 | 111 | 1110 | 0 | 1100001 | 1011110 | 10 | 101100110 | 1100000 | 110010 |
Color Harmonies of #FA070E
Complementary color
Monochromatic Colors of #FA070E
Black with #FA070E
Text Example
Text Example
White with #FA070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA070E; }
p { color: rgb(250,7,14); }
H1.HeaderClassName
{
color: #FA070E;
}
.AnyTagClassName
{
color: #FA070E;
}
</style>
background-color css
<style>
a { background-color: #FA070E; }
a { background-color: rgb(250,7,14); }
div.DivClassName
{
background-color: #FA070E;
}
.BgClassName
{
background-color: #FA070E;
}
</style>
border-color css
<style>
span { border-color: #FA070E; }
span { border-color: rgb(250,7,14); }
td.TdClassName
{
border-color: #FA070E;
}
.TagClassName
{
border-color: #FA070E;
}
</style>