Shades of Torch Red #FA080E
Tints of Torch Red #FA080E
RGB
CMYK
RGB Variations
Color information
#FA080E (or 0xFA080E) is known color: Torch Red. HEX triplet: FA, 08 and 0E. RGB value is (250,8,14). Sum of RGB (Red+Green+Blue) = 250+8+14=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA080E is #05F7F1. Grayscale: #515151. Windows color (decimal): -391154 or 919802. OLE color: 919802.
HSL color Cylindrical-coordinate representation of color #FA080E: hue angle of 358.51º 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 #FA080E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.02 |
| HSL | 358.51º | 0.96% | 0.51% | - |
| HSV(B) | 358.51º | 0.97% | 0.98% | - |
| XYZ | 39.59 | 20.53 | 2.29 | - |
| YUV | 81.04 | 90.17 | 248.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 14 | 0 | 0.97 | 0.94 | 0.02 | 358.51 | 0.96 | 0.51 |
| Hex | FA | 8 | E | 0 | 61 | 5E | 2 | 167 | 60 | 33 |
| Octal | 372 | 10 | 16 | 0 | 141 | 136 | 2 | 547 | 140 | 63 |
| Binary | 11111010 | 1000 | 1110 | 0 | 1100001 | 1011110 | 10 | 101100111 | 1100000 | 110011 |
Color Harmonies of #FA080E
Complementary color
Monochromatic Colors of #FA080E
Black with #FA080E
Text Example
Text Example
White with #FA080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA080E; }
p { color: rgb(250,8,14); }
H1.HeaderClassName
{
color: #FA080E;
}
.AnyTagClassName
{
color: #FA080E;
}
</style>
background-color css
<style>
a { background-color: #FA080E; }
a { background-color: rgb(250,8,14); }
div.DivClassName
{
background-color: #FA080E;
}
.BgClassName
{
background-color: #FA080E;
}
</style>
border-color css
<style>
span { border-color: #FA080E; }
span { border-color: rgb(250,8,14); }
td.TdClassName
{
border-color: #FA080E;
}
.TagClassName
{
border-color: #FA080E;
}
</style>