Shades of Torch Red #F9022C
Tints of Torch Red #F9022C
RGB
CMYK
RGB Variations
Color information
#F9022C (or 0xF9022C) is known color: Torch Red. HEX triplet: F9, 02 and 2C. RGB value is (249,2,44). Sum of RGB (Red+Green+Blue) = 249+2+44=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9022C is #06FDD3. Grayscale: #505050. Windows color (decimal): -458196 or 2884345. OLE color: 2884345.
HSL color Cylindrical-coordinate representation of color #F9022C: hue angle of 349.8º 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 #F9022C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.02 |
| HSL | 349.8º | 0.98% | 0.49% | - |
| HSV(B) | 349.8º | 0.99% | 0.98% | - |
| XYZ | 39.54 | 20.37 | 4.23 | - |
| YUV | 80.64 | 107.33 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 44 | 0 | 0.99 | 0.82 | 0.02 | 349.8 | 0.98 | 0.49 |
| Hex | F9 | 2 | 2C | 0 | 63 | 52 | 2 | 15E | 62 | 31 |
| Octal | 371 | 2 | 54 | 0 | 143 | 122 | 2 | 536 | 142 | 61 |
| Binary | 11111001 | 10 | 101100 | 0 | 1100011 | 1010010 | 10 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F9022C
Complementary color
Monochromatic Colors of #F9022C
Black with #F9022C
Text Example
Text Example
White with #F9022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9022C; }
p { color: rgb(249,2,44); }
H1.HeaderClassName
{
color: #F9022C;
}
.AnyTagClassName
{
color: #F9022C;
}
</style>
background-color css
<style>
a { background-color: #F9022C; }
a { background-color: rgb(249,2,44); }
div.DivClassName
{
background-color: #F9022C;
}
.BgClassName
{
background-color: #F9022C;
}
</style>
border-color css
<style>
span { border-color: #F9022C; }
span { border-color: rgb(249,2,44); }
td.TdClassName
{
border-color: #F9022C;
}
.TagClassName
{
border-color: #F9022C;
}
</style>