Shades of Torch Red #F9020B
Tints of Torch Red #F9020B
RGB
CMYK
RGB Variations
Color information
#F9020B (or 0xF9020B) is known color: Torch Red. HEX triplet: F9, 02 and 0B. RGB value is (249,2,11). Sum of RGB (Red+Green+Blue) = 249+2+11=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F9020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9020B is #06FDF4. Grayscale: #4D4D4D. Windows color (decimal): -458229 or 721657. OLE color: 721657.
HSL color Cylindrical-coordinate representation of color #F9020B: hue angle of 357.81º 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 #F9020B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 357.81º | 0.98% | 0.49% | - |
| HSV(B) | 357.81º | 0.99% | 0.98% | - |
| XYZ | 39.15 | 20.21 | 2.15 | - |
| YUV | 76.88 | 90.83 | 250.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 11 | 0 | 0.99 | 0.96 | 0.02 | 357.81 | 0.98 | 0.49 |
| Hex | F9 | 2 | B | 0 | 63 | 60 | 2 | 166 | 62 | 31 |
| Octal | 371 | 2 | 13 | 0 | 143 | 140 | 2 | 546 | 142 | 61 |
| Binary | 11111001 | 10 | 1011 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F9020B
Complementary color
Monochromatic Colors of #F9020B
Black with #F9020B
Text Example
Text Example
White with #F9020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9020B; }
p { color: rgb(249,2,11); }
H1.HeaderClassName
{
color: #F9020B;
}
.AnyTagClassName
{
color: #F9020B;
}
</style>
background-color css
<style>
a { background-color: #F9020B; }
a { background-color: rgb(249,2,11); }
div.DivClassName
{
background-color: #F9020B;
}
.BgClassName
{
background-color: #F9020B;
}
</style>
border-color css
<style>
span { border-color: #F9020B; }
span { border-color: rgb(249,2,11); }
td.TdClassName
{
border-color: #F9020B;
}
.TagClassName
{
border-color: #F9020B;
}
</style>