Shades of Torch Red #F8022B
Tints of Torch Red #F8022B
RGB
CMYK
RGB Variations
Color information
#F8022B (or 0xF8022B) is known color: Torch Red. HEX triplet: F8, 02 and 2B. RGB value is (248,2,43). Sum of RGB (Red+Green+Blue) = 248+2+43=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F8022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8022B is #07FDD4. Grayscale: #505050. Windows color (decimal): -523733 or 2818808. OLE color: 2818808.
HSL color Cylindrical-coordinate representation of color #F8022B: hue angle of 350º 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 #F8022B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.03 |
| HSL | 350º | 0.98% | 0.49% | - |
| HSV(B) | 350º | 0.99% | 0.97% | - |
| XYZ | 39.17 | 20.17 | 4.12 | - |
| YUV | 80.23 | 107 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 43 | 0 | 0.99 | 0.83 | 0.03 | 350 | 0.98 | 0.49 |
| Hex | F8 | 2 | 2B | 0 | 63 | 53 | 3 | 15E | 62 | 31 |
| Octal | 370 | 2 | 53 | 0 | 143 | 123 | 3 | 536 | 142 | 61 |
| Binary | 11111000 | 10 | 101011 | 0 | 1100011 | 1010011 | 11 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F8022B
Complementary color
Monochromatic Colors of #F8022B
Black with #F8022B
Text Example
Text Example
White with #F8022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8022B; }
p { color: rgb(248,2,43); }
H1.HeaderClassName
{
color: #F8022B;
}
.AnyTagClassName
{
color: #F8022B;
}
</style>
background-color css
<style>
a { background-color: #F8022B; }
a { background-color: rgb(248,2,43); }
div.DivClassName
{
background-color: #F8022B;
}
.BgClassName
{
background-color: #F8022B;
}
</style>
border-color css
<style>
span { border-color: #F8022B; }
span { border-color: rgb(248,2,43); }
td.TdClassName
{
border-color: #F8022B;
}
.TagClassName
{
border-color: #F8022B;
}
</style>