Shades of Torch Red #F9040D
Tints of Torch Red #F9040D
RGB
CMYK
RGB Variations
Color information
#F9040D (or 0xF9040D) is known color: Torch Red. HEX triplet: F9, 04 and 0D. RGB value is (249,4,13). Sum of RGB (Red+Green+Blue) = 249+4+13=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F9040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9040D is #06FBF2. Grayscale: #4E4E4E. Windows color (decimal): -457715 or 853241. OLE color: 853241.
HSL color Cylindrical-coordinate representation of color #F9040D: hue angle of 357.8º 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 #F9040D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.02 |
| HSL | 357.8º | 0.97% | 0.5% | - |
| HSV(B) | 357.8º | 0.98% | 0.98% | - |
| XYZ | 39.18 | 20.26 | 2.23 | - |
| YUV | 78.28 | 91.17 | 249.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 13 | 0 | 0.98 | 0.95 | 0.02 | 357.8 | 0.97 | 0.5 |
| Hex | F9 | 4 | D | 0 | 62 | 5F | 2 | 166 | 61 | 32 |
| Octal | 371 | 4 | 15 | 0 | 142 | 137 | 2 | 546 | 141 | 62 |
| Binary | 11111001 | 100 | 1101 | 0 | 1100010 | 1011111 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #F9040D
Complementary color
Monochromatic Colors of #F9040D
Black with #F9040D
Text Example
Text Example
White with #F9040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9040D; }
p { color: rgb(249,4,13); }
H1.HeaderClassName
{
color: #F9040D;
}
.AnyTagClassName
{
color: #F9040D;
}
</style>
background-color css
<style>
a { background-color: #F9040D; }
a { background-color: rgb(249,4,13); }
div.DivClassName
{
background-color: #F9040D;
}
.BgClassName
{
background-color: #F9040D;
}
</style>
border-color css
<style>
span { border-color: #F9040D; }
span { border-color: rgb(249,4,13); }
td.TdClassName
{
border-color: #F9040D;
}
.TagClassName
{
border-color: #F9040D;
}
</style>