Shades of Torch Red #F80A0E
Tints of Torch Red #F80A0E
RGB
CMYK
RGB Variations
Color information
#F80A0E (or 0xF80A0E) is known color: Torch Red. HEX triplet: F8, 0A and 0E. RGB value is (248,10,14). Sum of RGB (Red+Green+Blue) = 248+10+14=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A0E is #07F5F1. Grayscale: #515151. Windows color (decimal): -521714 or 920312. OLE color: 920312.
HSL color Cylindrical-coordinate representation of color #F80A0E: hue angle of 358.99º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.03 |
| HSL | 358.99º | 0.94% | 0.51% | - |
| HSV(B) | 358.99º | 0.96% | 0.97% | - |
| XYZ | 38.9 | 20.21 | 2.27 | - |
| YUV | 81.62 | 89.85 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 14 | 0 | 0.96 | 0.94 | 0.03 | 358.99 | 0.94 | 0.51 |
| Hex | F8 | A | E | 0 | 60 | 5E | 3 | 167 | 5E | 33 |
| Octal | 370 | 12 | 16 | 0 | 140 | 136 | 3 | 547 | 136 | 63 |
| Binary | 11111000 | 1010 | 1110 | 0 | 1100000 | 1011110 | 11 | 101100111 | 1011110 | 110011 |
Color Harmonies of #F80A0E
Complementary color
Monochromatic Colors of #F80A0E
Black with #F80A0E
Text Example
Text Example
White with #F80A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A0E; }
p { color: rgb(248,10,14); }
H1.HeaderClassName
{
color: #F80A0E;
}
.AnyTagClassName
{
color: #F80A0E;
}
</style>
background-color css
<style>
a { background-color: #F80A0E; }
a { background-color: rgb(248,10,14); }
div.DivClassName
{
background-color: #F80A0E;
}
.BgClassName
{
background-color: #F80A0E;
}
</style>
border-color css
<style>
span { border-color: #F80A0E; }
span { border-color: rgb(248,10,14); }
td.TdClassName
{
border-color: #F80A0E;
}
.TagClassName
{
border-color: #F80A0E;
}
</style>