Shades of Torch Red #F8040C
Tints of Torch Red #F8040C
RGB
CMYK
RGB Variations
Color information
#F8040C (or 0xF8040C) is known color: Torch Red. HEX triplet: F8, 04 and 0C. RGB value is (248,4,12). Sum of RGB (Red+Green+Blue) = 248+4+12=264 (34% of max value = 765). Red value is 248 (97.27% from 255 or 93.94% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 248 - color contains mainly: red. Hex color #F8040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8040C is #07FBF3. Grayscale: #4E4E4E. Windows color (decimal): -523252 or 787704. OLE color: 787704.
HSL color Cylindrical-coordinate representation of color #F8040C: hue angle of 358.03º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.03 |
| HSL | 358.03º | 0.97% | 0.49% | - |
| HSV(B) | 358.03º | 0.98% | 0.97% | - |
| XYZ | 38.82 | 20.07 | 2.18 | - |
| YUV | 77.87 | 90.84 | 249.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 12 | 0 | 0.98 | 0.95 | 0.03 | 358.03 | 0.97 | 0.49 |
| Hex | F8 | 4 | C | 0 | 62 | 5F | 3 | 166 | 61 | 31 |
| Octal | 370 | 4 | 14 | 0 | 142 | 137 | 3 | 546 | 141 | 61 |
| Binary | 11111000 | 100 | 1100 | 0 | 1100010 | 1011111 | 11 | 101100110 | 1100001 | 110001 |
Color Harmonies of #F8040C
Complementary color
Monochromatic Colors of #F8040C
Black with #F8040C
Text Example
Text Example
White with #F8040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8040C; }
p { color: rgb(248,4,12); }
H1.HeaderClassName
{
color: #F8040C;
}
.AnyTagClassName
{
color: #F8040C;
}
</style>
background-color css
<style>
a { background-color: #F8040C; }
a { background-color: rgb(248,4,12); }
div.DivClassName
{
background-color: #F8040C;
}
.BgClassName
{
background-color: #F8040C;
}
</style>
border-color css
<style>
span { border-color: #F8040C; }
span { border-color: rgb(248,4,12); }
td.TdClassName
{
border-color: #F8040C;
}
.TagClassName
{
border-color: #F8040C;
}
</style>