Shades of Torch Red #F80006
Tints of Torch Red #F80006
RGB
CMYK
RGB Variations
Color information
#F80006 (or 0xF80006) is known color: Torch Red. HEX triplet: F8, 00 and 06. RGB value is (248,0,6). Sum of RGB (Red+Green+Blue) = 248+0+6=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80006 is #07FFF9. Grayscale: #4B4B4B. Windows color (decimal): -524282 or 393464. OLE color: 393464.
HSL color Cylindrical-coordinate representation of color #F80006: hue angle of 358.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.98 | 0.03 |
| HSL | 358.55º | 1% | 0.49% | - |
| HSV(B) | 358.55º | 1% | 0.97% | - |
| XYZ | 38.74 | 19.97 | 1.98 | - |
| YUV | 74.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 6 | 0 | 1 | 0.98 | 0.03 | 358.55 | 1 | 0.49 |
| Hex | F8 | 0 | 6 | 0 | 64 | 62 | 3 | 167 | 64 | 31 |
| Octal | 370 | 0 | 6 | 0 | 144 | 142 | 3 | 547 | 144 | 61 |
| Binary | 11111000 | 0 | 110 | 0 | 1100100 | 1100010 | 11 | 101100111 | 1100100 | 110001 |
Color Harmonies of #F80006
Complementary color
Monochromatic Colors of #F80006
Black with #F80006
Text Example
Text Example
White with #F80006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80006; }
p { color: rgb(248,0,6); }
H1.HeaderClassName
{
color: #F80006;
}
.AnyTagClassName
{
color: #F80006;
}
</style>
background-color css
<style>
a { background-color: #F80006; }
a { background-color: rgb(248,0,6); }
div.DivClassName
{
background-color: #F80006;
}
.BgClassName
{
background-color: #F80006;
}
</style>
border-color css
<style>
span { border-color: #F80006; }
span { border-color: rgb(248,0,6); }
td.TdClassName
{
border-color: #F80006;
}
.TagClassName
{
border-color: #F80006;
}
</style>