Shades of Torch Red #F9010F
Tints of Torch Red #F9010F
RGB
CMYK
RGB Variations
Color information
#F9010F (or 0xF9010F) is known color: Torch Red. HEX triplet: F9, 01 and 0F. RGB value is (249,1,15). Sum of RGB (Red+Green+Blue) = 249+1+15=265 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.96% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 249 - color contains mainly: red. Hex color #F9010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9010F is #06FEF0. Grayscale: #4C4C4C. Windows color (decimal): -458481 or 983545. OLE color: 983545.
HSL color Cylindrical-coordinate representation of color #F9010F: hue angle of 356.61º 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 #F9010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.02 |
| HSL | 356.61º | 0.99% | 0.49% | - |
| HSV(B) | 356.61º | 1% | 0.98% | - |
| XYZ | 39.16 | 20.2 | 2.29 | - |
| YUV | 76.75 | 93.16 | 250.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 15 | 0 | 1.00 | 0.94 | 0.02 | 356.61 | 0.99 | 0.49 |
| Hex | F9 | 1 | F | 0 | 64 | 5E | 2 | 165 | 63 | 31 |
| Octal | 371 | 1 | 17 | 0 | 144 | 136 | 2 | 545 | 143 | 61 |
| Binary | 11111001 | 1 | 1111 | 0 | 1100100 | 1011110 | 10 | 101100101 | 1100011 | 110001 |
Color Harmonies of #F9010F
Complementary color
Monochromatic Colors of #F9010F
Black with #F9010F
Text Example
Text Example
White with #F9010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9010F; }
p { color: rgb(249,1,15); }
H1.HeaderClassName
{
color: #F9010F;
}
.AnyTagClassName
{
color: #F9010F;
}
</style>
background-color css
<style>
a { background-color: #F9010F; }
a { background-color: rgb(249,1,15); }
div.DivClassName
{
background-color: #F9010F;
}
.BgClassName
{
background-color: #F9010F;
}
</style>
border-color css
<style>
span { border-color: #F9010F; }
span { border-color: rgb(249,1,15); }
td.TdClassName
{
border-color: #F9010F;
}
.TagClassName
{
border-color: #F9010F;
}
</style>