Shades of Torch Red #F9040E
Tints of Torch Red #F9040E
RGB
CMYK
RGB Variations
Color information
#F9040E (or 0xF9040E) is known color: Torch Red. HEX triplet: F9, 04 and 0E. RGB value is (249,4,14). Sum of RGB (Red+Green+Blue) = 249+4+14=267 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.26% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 249 - color contains mainly: red. Hex color #F9040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9040E is #06FBF1. Grayscale: #4E4E4E. Windows color (decimal): -457714 or 918777. OLE color: 918777.
HSL color Cylindrical-coordinate representation of color #F9040E: hue angle of 357.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.55º | 0.97% | 0.5% | - |
| HSV(B) | 357.55º | 0.98% | 0.98% | - |
| XYZ | 39.19 | 20.26 | 2.26 | - |
| YUV | 78.4 | 91.67 | 249.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 14 | 0 | 0.98 | 0.94 | 0.02 | 357.55 | 0.97 | 0.5 |
| Hex | F9 | 4 | E | 0 | 62 | 5E | 2 | 166 | 61 | 32 |
| Octal | 371 | 4 | 16 | 0 | 142 | 136 | 2 | 546 | 141 | 62 |
| Binary | 11111001 | 100 | 1110 | 0 | 1100010 | 1011110 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #F9040E
Complementary color
Monochromatic Colors of #F9040E
Black with #F9040E
Text Example
Text Example
White with #F9040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9040E; }
p { color: rgb(249,4,14); }
H1.HeaderClassName
{
color: #F9040E;
}
.AnyTagClassName
{
color: #F9040E;
}
</style>
background-color css
<style>
a { background-color: #F9040E; }
a { background-color: rgb(249,4,14); }
div.DivClassName
{
background-color: #F9040E;
}
.BgClassName
{
background-color: #F9040E;
}
</style>
border-color css
<style>
span { border-color: #F9040E; }
span { border-color: rgb(249,4,14); }
td.TdClassName
{
border-color: #F9040E;
}
.TagClassName
{
border-color: #F9040E;
}
</style>