Shades of Torch Red #F80A12
Tints of Torch Red #F80A12
RGB
CMYK
RGB Variations
Color information
#F80A12 (or 0xF80A12) is known color: Torch Red. HEX triplet: F8, 0A and 12. RGB value is (248,10,18). Sum of RGB (Red+Green+Blue) = 248+10+18=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A12 is #07F5ED. Grayscale: #525252. Windows color (decimal): -521710 or 1182456. OLE color: 1182456.
HSL color Cylindrical-coordinate representation of color #F80A12: hue angle of 357.98º 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 #F80A12 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.03 |
| HSL | 357.98º | 0.94% | 0.51% | - |
| HSV(B) | 357.98º | 0.96% | 0.97% | - |
| XYZ | 38.93 | 20.22 | 2.42 | - |
| YUV | 82.07 | 91.85 | 246.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 18 | 0 | 0.96 | 0.93 | 0.03 | 357.98 | 0.94 | 0.51 |
| Hex | F8 | A | 12 | 0 | 60 | 5D | 3 | 166 | 5E | 33 |
| Octal | 370 | 12 | 22 | 0 | 140 | 135 | 3 | 546 | 136 | 63 |
| Binary | 11111000 | 1010 | 10010 | 0 | 1100000 | 1011101 | 11 | 101100110 | 1011110 | 110011 |
Color Harmonies of #F80A12
Complementary color
Monochromatic Colors of #F80A12
Black with #F80A12
Text Example
Text Example
White with #F80A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A12; }
p { color: rgb(248,10,18); }
H1.HeaderClassName
{
color: #F80A12;
}
.AnyTagClassName
{
color: #F80A12;
}
</style>
background-color css
<style>
a { background-color: #F80A12; }
a { background-color: rgb(248,10,18); }
div.DivClassName
{
background-color: #F80A12;
}
.BgClassName
{
background-color: #F80A12;
}
</style>
border-color css
<style>
span { border-color: #F80A12; }
span { border-color: rgb(248,10,18); }
td.TdClassName
{
border-color: #F80A12;
}
.TagClassName
{
border-color: #F80A12;
}
</style>