Shades of Torch Red #F8000C
Tints of Torch Red #F8000C
RGB
CMYK
RGB Variations
Color information
#F8000C (or 0xF8000C) is known color: Torch Red. HEX triplet: F8, 00 and 0C. RGB value is (248,0,12). Sum of RGB (Red+Green+Blue) = 248+0+12=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F8000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8000C is #07FFF3. Grayscale: #4B4B4B. Windows color (decimal): -524276 or 786680. OLE color: 786680.
HSL color Cylindrical-coordinate representation of color #F8000C: hue angle of 357.1º 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 #F8000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.03 |
| HSL | 357.1º | 1% | 0.49% | - |
| HSV(B) | 357.1º | 1% | 0.97% | - |
| XYZ | 38.78 | 19.98 | 2.16 | - |
| YUV | 75.52 | 92.16 | 251.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 12 | 0 | 1 | 0.95 | 0.03 | 357.1 | 1 | 0.49 |
| Hex | F8 | 0 | C | 0 | 64 | 5F | 3 | 165 | 64 | 31 |
| Octal | 370 | 0 | 14 | 0 | 144 | 137 | 3 | 545 | 144 | 61 |
| Binary | 11111000 | 0 | 1100 | 0 | 1100100 | 1011111 | 11 | 101100101 | 1100100 | 110001 |
Color Harmonies of #F8000C
Complementary color
Monochromatic Colors of #F8000C
Black with #F8000C
Text Example
Text Example
White with #F8000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8000C; }
p { color: rgb(248,0,12); }
H1.HeaderClassName
{
color: #F8000C;
}
.AnyTagClassName
{
color: #F8000C;
}
</style>
background-color css
<style>
a { background-color: #F8000C; }
a { background-color: rgb(248,0,12); }
div.DivClassName
{
background-color: #F8000C;
}
.BgClassName
{
background-color: #F8000C;
}
</style>
border-color css
<style>
span { border-color: #F8000C; }
span { border-color: rgb(248,0,12); }
td.TdClassName
{
border-color: #F8000C;
}
.TagClassName
{
border-color: #F8000C;
}
</style>