Shades of Torch Red #F9021A
Tints of Torch Red #F9021A
RGB
CMYK
RGB Variations
Color information
#F9021A (or 0xF9021A) is known color: Torch Red. HEX triplet: F9, 02 and 1A. RGB value is (249,2,26). Sum of RGB (Red+Green+Blue) = 249+2+26=277 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.89% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 249 - color contains mainly: red. Hex color #F9021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9021A is #06FDE5. Grayscale: #4E4E4E. Windows color (decimal): -458214 or 1704697. OLE color: 1704697.
HSL color Cylindrical-coordinate representation of color #F9021A: hue angle of 354.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9021A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.02 |
| HSL | 354.17º | 0.98% | 0.49% | - |
| HSV(B) | 354.17º | 0.99% | 0.98% | - |
| XYZ | 39.28 | 20.26 | 2.82 | - |
| YUV | 78.59 | 98.33 | 249.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 26 | 0 | 0.99 | 0.90 | 0.02 | 354.17 | 0.98 | 0.49 |
| Hex | F9 | 2 | 1A | 0 | 63 | 5A | 2 | 162 | 62 | 31 |
| Octal | 371 | 2 | 32 | 0 | 143 | 132 | 2 | 542 | 142 | 61 |
| Binary | 11111001 | 10 | 11010 | 0 | 1100011 | 1011010 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F9021A
Complementary color
Monochromatic Colors of #F9021A
Black with #F9021A
Text Example
Text Example
White with #F9021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9021A; }
p { color: rgb(249,2,26); }
H1.HeaderClassName
{
color: #F9021A;
}
.AnyTagClassName
{
color: #F9021A;
}
</style>
background-color css
<style>
a { background-color: #F9021A; }
a { background-color: rgb(249,2,26); }
div.DivClassName
{
background-color: #F9021A;
}
.BgClassName
{
background-color: #F9021A;
}
</style>
border-color css
<style>
span { border-color: #F9021A; }
span { border-color: rgb(249,2,26); }
td.TdClassName
{
border-color: #F9021A;
}
.TagClassName
{
border-color: #F9021A;
}
</style>