Shades of Torch Red #F8051A
Tints of Torch Red #F8051A
RGB
CMYK
RGB Variations
Color information
#F8051A (or 0xF8051A) is known color: Torch Red. HEX triplet: F8, 05 and 1A. RGB value is (248,5,26). Sum of RGB (Red+Green+Blue) = 248+5+26=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F8051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8051A is #07FAE5. Grayscale: #505050. Windows color (decimal): -522982 or 1705464. OLE color: 1705464.
HSL color Cylindrical-coordinate representation of color #F8051A: hue angle of 354.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8051A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 26 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.03 |
| HSL | 354.81º | 0.96% | 0.5% | - |
| HSV(B) | 354.81º | 0.98% | 0.97% | - |
| XYZ | 38.95 | 20.14 | 2.81 | - |
| YUV | 80.05 | 97.51 | 247.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 26 | 0 | 0.98 | 0.90 | 0.03 | 354.81 | 0.96 | 0.5 |
| Hex | F8 | 5 | 1A | 0 | 62 | 5A | 3 | 163 | 60 | 32 |
| Octal | 370 | 5 | 32 | 0 | 142 | 132 | 3 | 543 | 140 | 62 |
| Binary | 11111000 | 101 | 11010 | 0 | 1100010 | 1011010 | 11 | 101100011 | 1100000 | 110010 |
Color Harmonies of #F8051A
Complementary color
Monochromatic Colors of #F8051A
Black with #F8051A
Text Example
Text Example
White with #F8051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8051A; }
p { color: rgb(248,5,26); }
H1.HeaderClassName
{
color: #F8051A;
}
.AnyTagClassName
{
color: #F8051A;
}
</style>
background-color css
<style>
a { background-color: #F8051A; }
a { background-color: rgb(248,5,26); }
div.DivClassName
{
background-color: #F8051A;
}
.BgClassName
{
background-color: #F8051A;
}
</style>
border-color css
<style>
span { border-color: #F8051A; }
span { border-color: rgb(248,5,26); }
td.TdClassName
{
border-color: #F8051A;
}
.TagClassName
{
border-color: #F8051A;
}
</style>