Shades of Torch Red #F6040B
Tints of Torch Red #F6040B
RGB
CMYK
RGB Variations
Color information
#F6040B (or 0xF6040B) is known color: Torch Red. HEX triplet: F6, 04 and 0B. RGB value is (246,4,11). Sum of RGB (Red+Green+Blue) = 246+4+11=261 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.25% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 246 - color contains mainly: red. Hex color #F6040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6040B is #09FBF4. Grayscale: #4D4D4D. Windows color (decimal): -654325 or 722166. OLE color: 722166.
HSL color Cylindrical-coordinate representation of color #F6040B: hue angle of 358.26º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.04 |
| HSL | 358.26º | 0.97% | 0.49% | - |
| HSV(B) | 358.26º | 0.98% | 0.96% | - |
| XYZ | 38.11 | 19.7 | 2.11 | - |
| YUV | 77.16 | 90.67 | 248.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 11 | 0 | 0.98 | 0.96 | 0.04 | 358.26 | 0.97 | 0.49 |
| Hex | F6 | 4 | B | 0 | 62 | 60 | 4 | 166 | 61 | 31 |
| Octal | 366 | 4 | 13 | 0 | 142 | 140 | 4 | 546 | 141 | 61 |
| Binary | 11110110 | 100 | 1011 | 0 | 1100010 | 1100000 | 100 | 101100110 | 1100001 | 110001 |
Color Harmonies of #F6040B
Complementary color
Monochromatic Colors of #F6040B
Black with #F6040B
Text Example
Text Example
White with #F6040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6040B; }
p { color: rgb(246,4,11); }
H1.HeaderClassName
{
color: #F6040B;
}
.AnyTagClassName
{
color: #F6040B;
}
</style>
background-color css
<style>
a { background-color: #F6040B; }
a { background-color: rgb(246,4,11); }
div.DivClassName
{
background-color: #F6040B;
}
.BgClassName
{
background-color: #F6040B;
}
</style>
border-color css
<style>
span { border-color: #F6040B; }
span { border-color: rgb(246,4,11); }
td.TdClassName
{
border-color: #F6040B;
}
.TagClassName
{
border-color: #F6040B;
}
</style>