Shades of Torch Red #F8082A
Tints of Torch Red #F8082A
RGB
CMYK
RGB Variations
Color information
#F8082A (or 0xF8082A) is known color: Torch Red. HEX triplet: F8, 08 and 2A. RGB value is (248,8,42). Sum of RGB (Red+Green+Blue) = 248+8+42=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F8082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8082A is #07F7D5. Grayscale: #535353. Windows color (decimal): -522198 or 2754808. OLE color: 2754808.
HSL color Cylindrical-coordinate representation of color #F8082A: hue angle of 351.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8082A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.03 |
| HSL | 351.5º | 0.94% | 0.5% | - |
| HSV(B) | 351.5º | 0.97% | 0.97% | - |
| XYZ | 39.22 | 20.3 | 4.04 | - |
| YUV | 83.64 | 104.51 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 42 | 0 | 0.97 | 0.83 | 0.03 | 351.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 2A | 0 | 61 | 53 | 3 | 160 | 5E | 32 |
| Octal | 370 | 10 | 52 | 0 | 141 | 123 | 3 | 540 | 136 | 62 |
| Binary | 11111000 | 1000 | 101010 | 0 | 1100001 | 1010011 | 11 | 101100000 | 1011110 | 110010 |
Color Harmonies of #F8082A
Complementary color
Monochromatic Colors of #F8082A
Black with #F8082A
Text Example
Text Example
White with #F8082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8082A; }
p { color: rgb(248,8,42); }
H1.HeaderClassName
{
color: #F8082A;
}
.AnyTagClassName
{
color: #F8082A;
}
</style>
background-color css
<style>
a { background-color: #F8082A; }
a { background-color: rgb(248,8,42); }
div.DivClassName
{
background-color: #F8082A;
}
.BgClassName
{
background-color: #F8082A;
}
</style>
border-color css
<style>
span { border-color: #F8082A; }
span { border-color: rgb(248,8,42); }
td.TdClassName
{
border-color: #F8082A;
}
.TagClassName
{
border-color: #F8082A;
}
</style>