Shades of Torch Red #F9073E
Tints of Torch Red #F9073E
RGB
CMYK
RGB Variations
Color information
#F9073E (or 0xF9073E) is known color: Torch Red. HEX triplet: F9, 07 and 3E. RGB value is (249,7,62). Sum of RGB (Red+Green+Blue) = 249+7+62=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F9073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9073E is #06F8C1. Grayscale: #555555. Windows color (decimal): -456898 or 4065273. OLE color: 4065273.
HSL color Cylindrical-coordinate representation of color #F9073E: hue angle of 346.36º 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 #F9073E is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.02 |
| HSL | 346.36º | 0.95% | 0.5% | - |
| HSV(B) | 346.36º | 0.97% | 0.98% | - |
| XYZ | 40.01 | 20.64 | 6.43 | - |
| YUV | 85.63 | 114.67 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 62 | 0 | 0.97 | 0.75 | 0.02 | 346.36 | 0.95 | 0.5 |
| Hex | F9 | 7 | 3E | 0 | 61 | 4B | 2 | 15A | 5F | 32 |
| Octal | 371 | 7 | 76 | 0 | 141 | 113 | 2 | 532 | 137 | 62 |
| Binary | 11111001 | 111 | 111110 | 0 | 1100001 | 1001011 | 10 | 101011010 | 1011111 | 110010 |
Color Harmonies of #F9073E
Complementary color
Monochromatic Colors of #F9073E
Black with #F9073E
Text Example
Text Example
White with #F9073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9073E; }
p { color: rgb(249,7,62); }
H1.HeaderClassName
{
color: #F9073E;
}
.AnyTagClassName
{
color: #F9073E;
}
</style>
background-color css
<style>
a { background-color: #F9073E; }
a { background-color: rgb(249,7,62); }
div.DivClassName
{
background-color: #F9073E;
}
.BgClassName
{
background-color: #F9073E;
}
</style>
border-color css
<style>
span { border-color: #F9073E; }
span { border-color: rgb(249,7,62); }
td.TdClassName
{
border-color: #F9073E;
}
.TagClassName
{
border-color: #F9073E;
}
</style>