Shades of Torch Red #F9020F
Tints of Torch Red #F9020F
RGB
CMYK
RGB Variations
Color information
#F9020F (or 0xF9020F) is known color: Torch Red. HEX triplet: F9, 02 and 0F. RGB value is (249,2,15). Sum of RGB (Red+Green+Blue) = 249+2+15=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F9020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9020F is #06FDF0. Grayscale: #4D4D4D. Windows color (decimal): -458225 or 983801. OLE color: 983801.
HSL color Cylindrical-coordinate representation of color #F9020F: hue angle of 356.84º 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 #F9020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.02 |
| HSL | 356.84º | 0.98% | 0.49% | - |
| HSV(B) | 356.84º | 0.99% | 0.98% | - |
| XYZ | 39.17 | 20.22 | 2.29 | - |
| YUV | 77.34 | 92.83 | 250.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 15 | 0 | 0.99 | 0.94 | 0.02 | 356.84 | 0.98 | 0.49 |
| Hex | F9 | 2 | F | 0 | 63 | 5E | 2 | 165 | 62 | 31 |
| Octal | 371 | 2 | 17 | 0 | 143 | 136 | 2 | 545 | 142 | 61 |
| Binary | 11111001 | 10 | 1111 | 0 | 1100011 | 1011110 | 10 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F9020F
Complementary color
Monochromatic Colors of #F9020F
Black with #F9020F
Text Example
Text Example
White with #F9020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9020F; }
p { color: rgb(249,2,15); }
H1.HeaderClassName
{
color: #F9020F;
}
.AnyTagClassName
{
color: #F9020F;
}
</style>
background-color css
<style>
a { background-color: #F9020F; }
a { background-color: rgb(249,2,15); }
div.DivClassName
{
background-color: #F9020F;
}
.BgClassName
{
background-color: #F9020F;
}
</style>
border-color css
<style>
span { border-color: #F9020F; }
span { border-color: rgb(249,2,15); }
td.TdClassName
{
border-color: #F9020F;
}
.TagClassName
{
border-color: #F9020F;
}
</style>