Shades of Torch Red #F9080F
Tints of Torch Red #F9080F
RGB
CMYK
RGB Variations
Color information
#F9080F (or 0xF9080F) is known color: Torch Red. HEX triplet: F9, 08 and 0F. RGB value is (249,8,15). Sum of RGB (Red+Green+Blue) = 249+8+15=272 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.54% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 249 - color contains mainly: red. Hex color #F9080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9080F is #06F7F0. Grayscale: #515151. Windows color (decimal): -456689 or 985337. OLE color: 985337.
HSL color Cylindrical-coordinate representation of color #F9080F: hue angle of 358.26º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.02 |
| HSL | 358.26º | 0.95% | 0.5% | - |
| HSV(B) | 358.26º | 0.97% | 0.98% | - |
| XYZ | 39.24 | 20.35 | 2.31 | - |
| YUV | 80.86 | 90.84 | 247.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 15 | 0 | 0.97 | 0.94 | 0.02 | 358.26 | 0.95 | 0.5 |
| Hex | F9 | 8 | F | 0 | 61 | 5E | 2 | 166 | 5F | 32 |
| Octal | 371 | 10 | 17 | 0 | 141 | 136 | 2 | 546 | 137 | 62 |
| Binary | 11111001 | 1000 | 1111 | 0 | 1100001 | 1011110 | 10 | 101100110 | 1011111 | 110010 |
Color Harmonies of #F9080F
Complementary color
Monochromatic Colors of #F9080F
Black with #F9080F
Text Example
Text Example
White with #F9080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9080F; }
p { color: rgb(249,8,15); }
H1.HeaderClassName
{
color: #F9080F;
}
.AnyTagClassName
{
color: #F9080F;
}
</style>
background-color css
<style>
a { background-color: #F9080F; }
a { background-color: rgb(249,8,15); }
div.DivClassName
{
background-color: #F9080F;
}
.BgClassName
{
background-color: #F9080F;
}
</style>
border-color css
<style>
span { border-color: #F9080F; }
span { border-color: rgb(249,8,15); }
td.TdClassName
{
border-color: #F9080F;
}
.TagClassName
{
border-color: #F9080F;
}
</style>