Shades of Torch Red #F90026
Tints of Torch Red #F90026
RGB
CMYK
RGB Variations
Color information
#F90026 (or 0xF90026) is known color: Torch Red. HEX triplet: F9, 00 and 26. RGB value is (249,0,38). Sum of RGB (Red+Green+Blue) = 249+0+38=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F90026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90026 is #06FFD9. Grayscale: #4E4E4E. Windows color (decimal): -458714 or 2490617. OLE color: 2490617.
HSL color Cylindrical-coordinate representation of color #F90026: hue angle of 350.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90026 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.85 | 0.02 |
| HSL | 350.84º | 1% | 0.49% | - |
| HSV(B) | 350.84º | 1% | 0.98% | - |
| XYZ | 39.42 | 20.28 | 3.67 | - |
| YUV | 78.78 | 104.99 | 249.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 38 | 0 | 1 | 0.85 | 0.02 | 350.84 | 1 | 0.49 |
| Hex | F9 | 0 | 26 | 0 | 64 | 55 | 2 | 15F | 64 | 31 |
| Octal | 371 | 0 | 46 | 0 | 144 | 125 | 2 | 537 | 144 | 61 |
| Binary | 11111001 | 0 | 100110 | 0 | 1100100 | 1010101 | 10 | 101011111 | 1100100 | 110001 |
Color Harmonies of #F90026
Complementary color
Monochromatic Colors of #F90026
Black with #F90026
Text Example
Text Example
White with #F90026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90026; }
p { color: rgb(249,0,38); }
H1.HeaderClassName
{
color: #F90026;
}
.AnyTagClassName
{
color: #F90026;
}
</style>
background-color css
<style>
a { background-color: #F90026; }
a { background-color: rgb(249,0,38); }
div.DivClassName
{
background-color: #F90026;
}
.BgClassName
{
background-color: #F90026;
}
</style>
border-color css
<style>
span { border-color: #F90026; }
span { border-color: rgb(249,0,38); }
td.TdClassName
{
border-color: #F90026;
}
.TagClassName
{
border-color: #F90026;
}
</style>