Shades of Torch Red #F90A0E
Tints of Torch Red #F90A0E
RGB
CMYK
RGB Variations
Color information
#F90A0E (or 0xF90A0E) is known color: Torch Red. HEX triplet: F9, 0A and 0E. RGB value is (249,10,14). Sum of RGB (Red+Green+Blue) = 249+10+14=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A0E is #06F5F1. Grayscale: #525252. Windows color (decimal): -456178 or 920313. OLE color: 920313.
HSL color Cylindrical-coordinate representation of color #F90A0E: hue angle of 359º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.02 |
| HSL | 359º | 0.95% | 0.51% | - |
| HSV(B) | 359º | 0.96% | 0.98% | - |
| XYZ | 39.25 | 20.39 | 2.28 | - |
| YUV | 81.92 | 89.68 | 247.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 14 | 0 | 0.96 | 0.94 | 0.02 | 359 | 0.95 | 0.51 |
| Hex | F9 | A | E | 0 | 60 | 5E | 2 | 167 | 5F | 33 |
| Octal | 371 | 12 | 16 | 0 | 140 | 136 | 2 | 547 | 137 | 63 |
| Binary | 11111001 | 1010 | 1110 | 0 | 1100000 | 1011110 | 10 | 101100111 | 1011111 | 110011 |
Color Harmonies of #F90A0E
Complementary color
Monochromatic Colors of #F90A0E
Black with #F90A0E
Text Example
Text Example
White with #F90A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A0E; }
p { color: rgb(249,10,14); }
H1.HeaderClassName
{
color: #F90A0E;
}
.AnyTagClassName
{
color: #F90A0E;
}
</style>
background-color css
<style>
a { background-color: #F90A0E; }
a { background-color: rgb(249,10,14); }
div.DivClassName
{
background-color: #F90A0E;
}
.BgClassName
{
background-color: #F90A0E;
}
</style>
border-color css
<style>
span { border-color: #F90A0E; }
span { border-color: rgb(249,10,14); }
td.TdClassName
{
border-color: #F90A0E;
}
.TagClassName
{
border-color: #F90A0E;
}
</style>