Shades of Torch Red #F9011A
Tints of Torch Red #F9011A
RGB
CMYK
RGB Variations
Color information
#F9011A (or 0xF9011A) is known color: Torch Red. HEX triplet: F9, 01 and 1A. RGB value is (249,1,26). Sum of RGB (Red+Green+Blue) = 249+1+26=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F9011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9011A is #06FEE5. Grayscale: #4E4E4E. Windows color (decimal): -458470 or 1704441. OLE color: 1704441.
HSL color Cylindrical-coordinate representation of color #F9011A: hue angle of 353.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9011A is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.02 |
| HSL | 353.95º | 0.99% | 0.49% | - |
| HSV(B) | 353.95º | 1% | 0.98% | - |
| XYZ | 39.26 | 20.24 | 2.81 | - |
| YUV | 78 | 98.66 | 249.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 26 | 0 | 1.00 | 0.90 | 0.02 | 353.95 | 0.99 | 0.49 |
| Hex | F9 | 1 | 1A | 0 | 64 | 5A | 2 | 162 | 63 | 31 |
| Octal | 371 | 1 | 32 | 0 | 144 | 132 | 2 | 542 | 143 | 61 |
| Binary | 11111001 | 1 | 11010 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F9011A
Complementary color
Monochromatic Colors of #F9011A
Black with #F9011A
Text Example
Text Example
White with #F9011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9011A; }
p { color: rgb(249,1,26); }
H1.HeaderClassName
{
color: #F9011A;
}
.AnyTagClassName
{
color: #F9011A;
}
</style>
background-color css
<style>
a { background-color: #F9011A; }
a { background-color: rgb(249,1,26); }
div.DivClassName
{
background-color: #F9011A;
}
.BgClassName
{
background-color: #F9011A;
}
</style>
border-color css
<style>
span { border-color: #F9011A; }
span { border-color: rgb(249,1,26); }
td.TdClassName
{
border-color: #F9011A;
}
.TagClassName
{
border-color: #F9011A;
}
</style>