Shades of Torch Red #F9010B
Tints of Torch Red #F9010B
RGB
CMYK
RGB Variations
Color information
#F9010B (or 0xF9010B) is known color: Torch Red. HEX triplet: F9, 01 and 0B. RGB value is (249,1,11). Sum of RGB (Red+Green+Blue) = 249+1+11=261 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.40% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 249 - color contains mainly: red. Hex color #F9010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9010B is #06FEF4. Grayscale: #4C4C4C. Windows color (decimal): -458485 or 721401. OLE color: 721401.
HSL color Cylindrical-coordinate representation of color #F9010B: hue angle of 357.58º 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 #F9010B is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 357.58º | 0.99% | 0.49% | - |
| HSV(B) | 357.58º | 1% | 0.98% | - |
| XYZ | 39.14 | 20.19 | 2.15 | - |
| YUV | 76.29 | 91.16 | 251.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 11 | 0 | 1.00 | 0.96 | 0.02 | 357.58 | 0.99 | 0.49 |
| Hex | F9 | 1 | B | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 371 | 1 | 13 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111001 | 1 | 1011 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #F9010B
Complementary color
Monochromatic Colors of #F9010B
Black with #F9010B
Text Example
Text Example
White with #F9010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9010B; }
p { color: rgb(249,1,11); }
H1.HeaderClassName
{
color: #F9010B;
}
.AnyTagClassName
{
color: #F9010B;
}
</style>
background-color css
<style>
a { background-color: #F9010B; }
a { background-color: rgb(249,1,11); }
div.DivClassName
{
background-color: #F9010B;
}
.BgClassName
{
background-color: #F9010B;
}
</style>
border-color css
<style>
span { border-color: #F9010B; }
span { border-color: rgb(249,1,11); }
td.TdClassName
{
border-color: #F9010B;
}
.TagClassName
{
border-color: #F9010B;
}
</style>