Shades of Torch Red #F5082A
Tints of Torch Red #F5082A
RGB
CMYK
RGB Variations
Color information
#F5082A (or 0xF5082A) is known color: Torch Red. HEX triplet: F5, 08 and 2A. RGB value is (245,8,42). Sum of RGB (Red+Green+Blue) = 245+8+42=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5082A is #0AF7D5. Grayscale: #525252. Windows color (decimal): -718806 or 2754805. OLE color: 2754805.
HSL color Cylindrical-coordinate representation of color #F5082A: hue angle of 351.39º 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 #F5082A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.04 |
| HSL | 351.39º | 0.94% | 0.5% | - |
| HSV(B) | 351.39º | 0.97% | 0.96% | - |
| XYZ | 38.16 | 19.75 | 3.99 | - |
| YUV | 82.74 | 105.02 | 243.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 42 | 0 | 0.97 | 0.83 | 0.04 | 351.39 | 0.94 | 0.5 |
| Hex | F5 | 8 | 2A | 0 | 61 | 53 | 4 | 15F | 5E | 32 |
| Octal | 365 | 10 | 52 | 0 | 141 | 123 | 4 | 537 | 136 | 62 |
| Binary | 11110101 | 1000 | 101010 | 0 | 1100001 | 1010011 | 100 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F5082A
Complementary color
Monochromatic Colors of #F5082A
Black with #F5082A
Text Example
Text Example
White with #F5082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5082A; }
p { color: rgb(245,8,42); }
H1.HeaderClassName
{
color: #F5082A;
}
.AnyTagClassName
{
color: #F5082A;
}
</style>
background-color css
<style>
a { background-color: #F5082A; }
a { background-color: rgb(245,8,42); }
div.DivClassName
{
background-color: #F5082A;
}
.BgClassName
{
background-color: #F5082A;
}
</style>
border-color css
<style>
span { border-color: #F5082A; }
span { border-color: rgb(245,8,42); }
td.TdClassName
{
border-color: #F5082A;
}
.TagClassName
{
border-color: #F5082A;
}
</style>