Shades of Torch Red #F7082A
Tints of Torch Red #F7082A
RGB
CMYK
RGB Variations
Color information
#F7082A (or 0xF7082A) is known color: Torch Red. HEX triplet: F7, 08 and 2A. RGB value is (247,8,42). Sum of RGB (Red+Green+Blue) = 247+8+42=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7082A is #08F7D5. Grayscale: #535353. Windows color (decimal): -587734 or 2754807. OLE color: 2754807.
HSL color Cylindrical-coordinate representation of color #F7082A: hue angle of 351.46º 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 #F7082A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.03 |
| HSL | 351.46º | 0.94% | 0.5% | - |
| HSV(B) | 351.46º | 0.97% | 0.97% | - |
| XYZ | 38.86 | 20.11 | 4.02 | - |
| YUV | 83.34 | 104.68 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 42 | 0 | 0.97 | 0.83 | 0.03 | 351.46 | 0.94 | 0.5 |
| Hex | F7 | 8 | 2A | 0 | 61 | 53 | 3 | 15F | 5E | 32 |
| Octal | 367 | 10 | 52 | 0 | 141 | 123 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 1000 | 101010 | 0 | 1100001 | 1010011 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F7082A
Complementary color
Monochromatic Colors of #F7082A
Black with #F7082A
Text Example
Text Example
White with #F7082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7082A; }
p { color: rgb(247,8,42); }
H1.HeaderClassName
{
color: #F7082A;
}
.AnyTagClassName
{
color: #F7082A;
}
</style>
background-color css
<style>
a { background-color: #F7082A; }
a { background-color: rgb(247,8,42); }
div.DivClassName
{
background-color: #F7082A;
}
.BgClassName
{
background-color: #F7082A;
}
</style>
border-color css
<style>
span { border-color: #F7082A; }
span { border-color: rgb(247,8,42); }
td.TdClassName
{
border-color: #F7082A;
}
.TagClassName
{
border-color: #F7082A;
}
</style>