Shades of Torch Red #F8020C
Tints of Torch Red #F8020C
RGB
CMYK
RGB Variations
Color information
#F8020C (or 0xF8020C) is known color: Torch Red. HEX triplet: F8, 02 and 0C. RGB value is (248,2,12). Sum of RGB (Red+Green+Blue) = 248+2+12=262 (34% of max value = 765). Red value is 248 (97.27% from 255 or 94.66% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 248 - color contains mainly: red. Hex color #F8020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8020C is #07FDF3. Grayscale: #4C4C4C. Windows color (decimal): -523764 or 787192. OLE color: 787192.
HSL color Cylindrical-coordinate representation of color #F8020C: hue angle of 357.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.03 |
| HSL | 357.56º | 0.98% | 0.49% | - |
| HSV(B) | 357.56º | 0.99% | 0.97% | - |
| XYZ | 38.8 | 20.03 | 2.17 | - |
| YUV | 76.69 | 91.5 | 250.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 12 | 0 | 0.99 | 0.95 | 0.03 | 357.56 | 0.98 | 0.49 |
| Hex | F8 | 2 | C | 0 | 63 | 5F | 3 | 166 | 62 | 31 |
| Octal | 370 | 2 | 14 | 0 | 143 | 137 | 3 | 546 | 142 | 61 |
| Binary | 11111000 | 10 | 1100 | 0 | 1100011 | 1011111 | 11 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F8020C
Complementary color
Monochromatic Colors of #F8020C
Black with #F8020C
Text Example
Text Example
White with #F8020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8020C; }
p { color: rgb(248,2,12); }
H1.HeaderClassName
{
color: #F8020C;
}
.AnyTagClassName
{
color: #F8020C;
}
</style>
background-color css
<style>
a { background-color: #F8020C; }
a { background-color: rgb(248,2,12); }
div.DivClassName
{
background-color: #F8020C;
}
.BgClassName
{
background-color: #F8020C;
}
</style>
border-color css
<style>
span { border-color: #F8020C; }
span { border-color: rgb(248,2,12); }
td.TdClassName
{
border-color: #F8020C;
}
.TagClassName
{
border-color: #F8020C;
}
</style>