Shades of Torch Red #F8000B
Tints of Torch Red #F8000B
RGB
CMYK
RGB Variations
Color information
#F8000B (or 0xF8000B) is known color: Torch Red. HEX triplet: F8, 00 and 0B. RGB value is (248,0,11). Sum of RGB (Red+Green+Blue) = 248+0+11=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F8000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8000B is #07FFF4. Grayscale: #4B4B4B. Windows color (decimal): -524277 or 721144. OLE color: 721144.
HSL color Cylindrical-coordinate representation of color #F8000B: hue angle of 357.34º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0.03 |
| HSL | 357.34º | 1% | 0.49% | - |
| HSV(B) | 357.34º | 1% | 0.97% | - |
| XYZ | 38.77 | 19.98 | 2.13 | - |
| YUV | 75.41 | 91.66 | 251.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 11 | 0 | 1 | 0.96 | 0.03 | 357.34 | 1 | 0.49 |
| Hex | F8 | 0 | B | 0 | 64 | 60 | 3 | 165 | 64 | 31 |
| Octal | 370 | 0 | 13 | 0 | 144 | 140 | 3 | 545 | 144 | 61 |
| Binary | 11111000 | 0 | 1011 | 0 | 1100100 | 1100000 | 11 | 101100101 | 1100100 | 110001 |
Color Harmonies of #F8000B
Complementary color
Monochromatic Colors of #F8000B
Black with #F8000B
Text Example
Text Example
White with #F8000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8000B; }
p { color: rgb(248,0,11); }
H1.HeaderClassName
{
color: #F8000B;
}
.AnyTagClassName
{
color: #F8000B;
}
</style>
background-color css
<style>
a { background-color: #F8000B; }
a { background-color: rgb(248,0,11); }
div.DivClassName
{
background-color: #F8000B;
}
.BgClassName
{
background-color: #F8000B;
}
</style>
border-color css
<style>
span { border-color: #F8000B; }
span { border-color: rgb(248,0,11); }
td.TdClassName
{
border-color: #F8000B;
}
.TagClassName
{
border-color: #F8000B;
}
</style>