Shades of Torch Red #F8030A
Tints of Torch Red #F8030A
RGB
CMYK
RGB Variations
Color information
#F8030A (or 0xF8030A) is known color: Torch Red. HEX triplet: F8, 03 and 0A. RGB value is (248,3,10). Sum of RGB (Red+Green+Blue) = 248+3+10=261 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.02% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 248 - color contains mainly: red. Hex color #F8030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8030A is #07FCF5. Grayscale: #4D4D4D. Windows color (decimal): -523510 or 656376. OLE color: 656376.
HSL color Cylindrical-coordinate representation of color #F8030A: hue angle of 358.29º 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 #F8030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.03 |
| HSL | 358.29º | 0.98% | 0.49% | - |
| HSV(B) | 358.29º | 0.99% | 0.97% | - |
| XYZ | 38.8 | 20.04 | 2.11 | - |
| YUV | 77.05 | 90.17 | 249.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 10 | 0 | 0.99 | 0.96 | 0.03 | 358.29 | 0.98 | 0.49 |
| Hex | F8 | 3 | A | 0 | 63 | 60 | 3 | 166 | 62 | 31 |
| Octal | 370 | 3 | 12 | 0 | 143 | 140 | 3 | 546 | 142 | 61 |
| Binary | 11111000 | 11 | 1010 | 0 | 1100011 | 1100000 | 11 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F8030A
Complementary color
Monochromatic Colors of #F8030A
Black with #F8030A
Text Example
Text Example
White with #F8030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8030A; }
p { color: rgb(248,3,10); }
H1.HeaderClassName
{
color: #F8030A;
}
.AnyTagClassName
{
color: #F8030A;
}
</style>
background-color css
<style>
a { background-color: #F8030A; }
a { background-color: rgb(248,3,10); }
div.DivClassName
{
background-color: #F8030A;
}
.BgClassName
{
background-color: #F8030A;
}
</style>
border-color css
<style>
span { border-color: #F8030A; }
span { border-color: rgb(248,3,10); }
td.TdClassName
{
border-color: #F8030A;
}
.TagClassName
{
border-color: #F8030A;
}
</style>