Shades of Torch Red #F8031A
Tints of Torch Red #F8031A
RGB
CMYK
RGB Variations
Color information
#F8031A (or 0xF8031A) is known color: Torch Red. HEX triplet: F8, 03 and 1A. RGB value is (248,3,26). Sum of RGB (Red+Green+Blue) = 248+3+26=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F8031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8031A is #07FCE5. Grayscale: #4F4F4F. Windows color (decimal): -523494 or 1704952. OLE color: 1704952.
HSL color Cylindrical-coordinate representation of color #F8031A: hue angle of 354.37º 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 #F8031A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.03 |
| HSL | 354.37º | 0.98% | 0.49% | - |
| HSV(B) | 354.37º | 0.99% | 0.97% | - |
| XYZ | 38.93 | 20.1 | 2.8 | - |
| YUV | 78.88 | 98.17 | 248.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 26 | 0 | 0.99 | 0.90 | 0.03 | 354.37 | 0.98 | 0.49 |
| Hex | F8 | 3 | 1A | 0 | 63 | 5A | 3 | 162 | 62 | 31 |
| Octal | 370 | 3 | 32 | 0 | 143 | 132 | 3 | 542 | 142 | 61 |
| Binary | 11111000 | 11 | 11010 | 0 | 1100011 | 1011010 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F8031A
Complementary color
Monochromatic Colors of #F8031A
Black with #F8031A
Text Example
Text Example
White with #F8031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8031A; }
p { color: rgb(248,3,26); }
H1.HeaderClassName
{
color: #F8031A;
}
.AnyTagClassName
{
color: #F8031A;
}
</style>
background-color css
<style>
a { background-color: #F8031A; }
a { background-color: rgb(248,3,26); }
div.DivClassName
{
background-color: #F8031A;
}
.BgClassName
{
background-color: #F8031A;
}
</style>
border-color css
<style>
span { border-color: #F8031A; }
span { border-color: rgb(248,3,26); }
td.TdClassName
{
border-color: #F8031A;
}
.TagClassName
{
border-color: #F8031A;
}
</style>