Shades of Torch Red #F7062A
Tints of Torch Red #F7062A
RGB
CMYK
RGB Variations
Color information
#F7062A (or 0xF7062A) is known color: Torch Red. HEX triplet: F7, 06 and 2A. RGB value is (247,6,42). Sum of RGB (Red+Green+Blue) = 247+6+42=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7062A is #08F9D5. Grayscale: #525252. Windows color (decimal): -588246 or 2754295. OLE color: 2754295.
HSL color Cylindrical-coordinate representation of color #F7062A: hue angle of 351.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7062A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.03 |
| HSL | 351.04º | 0.95% | 0.5% | - |
| HSV(B) | 351.04º | 0.98% | 0.97% | - |
| XYZ | 38.84 | 20.07 | 4.02 | - |
| YUV | 82.16 | 105.34 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 42 | 0 | 0.98 | 0.83 | 0.03 | 351.04 | 0.95 | 0.5 |
| Hex | F7 | 6 | 2A | 0 | 62 | 53 | 3 | 15F | 5F | 32 |
| Octal | 367 | 6 | 52 | 0 | 142 | 123 | 3 | 537 | 137 | 62 |
| Binary | 11110111 | 110 | 101010 | 0 | 1100010 | 1010011 | 11 | 101011111 | 1011111 | 110010 |
Color Harmonies of #F7062A
Complementary color
Monochromatic Colors of #F7062A
Black with #F7062A
Text Example
Text Example
White with #F7062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7062A; }
p { color: rgb(247,6,42); }
H1.HeaderClassName
{
color: #F7062A;
}
.AnyTagClassName
{
color: #F7062A;
}
</style>
background-color css
<style>
a { background-color: #F7062A; }
a { background-color: rgb(247,6,42); }
div.DivClassName
{
background-color: #F7062A;
}
.BgClassName
{
background-color: #F7062A;
}
</style>
border-color css
<style>
span { border-color: #F7062A; }
span { border-color: rgb(247,6,42); }
td.TdClassName
{
border-color: #F7062A;
}
.TagClassName
{
border-color: #F7062A;
}
</style>