Shades of Torch Red #F5080A
Tints of Torch Red #F5080A
RGB
CMYK
RGB Variations
Color information
#F5080A (or 0xF5080A) is known color: Torch Red. HEX triplet: F5, 08 and 0A. RGB value is (245,8,10). Sum of RGB (Red+Green+Blue) = 245+8+10=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F5080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5080A is #0AF7F5. Grayscale: #4F4F4F. Windows color (decimal): -718838 or 657653. OLE color: 657653.
HSL color Cylindrical-coordinate representation of color #F5080A: hue angle of 359.49º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.04 |
| HSL | 359.49º | 0.94% | 0.5% | - |
| HSV(B) | 359.49º | 0.97% | 0.96% | - |
| XYZ | 37.8 | 19.61 | 2.08 | - |
| YUV | 79.09 | 89.02 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 10 | 0 | 0.97 | 0.96 | 0.04 | 359.49 | 0.94 | 0.5 |
| Hex | F5 | 8 | A | 0 | 61 | 60 | 4 | 167 | 5E | 32 |
| Octal | 365 | 10 | 12 | 0 | 141 | 140 | 4 | 547 | 136 | 62 |
| Binary | 11110101 | 1000 | 1010 | 0 | 1100001 | 1100000 | 100 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F5080A
Complementary color
Monochromatic Colors of #F5080A
Black with #F5080A
Text Example
Text Example
White with #F5080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5080A; }
p { color: rgb(245,8,10); }
H1.HeaderClassName
{
color: #F5080A;
}
.AnyTagClassName
{
color: #F5080A;
}
</style>
background-color css
<style>
a { background-color: #F5080A; }
a { background-color: rgb(245,8,10); }
div.DivClassName
{
background-color: #F5080A;
}
.BgClassName
{
background-color: #F5080A;
}
</style>
border-color css
<style>
span { border-color: #F5080A; }
span { border-color: rgb(245,8,10); }
td.TdClassName
{
border-color: #F5080A;
}
.TagClassName
{
border-color: #F5080A;
}
</style>