Shades of Torch Red #F9023E
Tints of Torch Red #F9023E
RGB
CMYK
RGB Variations
Color information
#F9023E (or 0xF9023E) is known color: Torch Red. HEX triplet: F9, 02 and 3E. RGB value is (249,2,62). Sum of RGB (Red+Green+Blue) = 249+2+62=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9023E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9023E is #06FDC1. Grayscale: #525252. Windows color (decimal): -458178 or 4063993. OLE color: 4063993.
HSL color Cylindrical-coordinate representation of color #F9023E: hue angle of 345.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9023E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.02 |
| HSL | 345.43º | 0.98% | 0.49% | - |
| HSV(B) | 345.43º | 0.99% | 0.98% | - |
| XYZ | 39.96 | 20.53 | 6.41 | - |
| YUV | 82.69 | 116.33 | 246.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 62 | 0 | 0.99 | 0.75 | 0.02 | 345.43 | 0.98 | 0.49 |
| Hex | F9 | 2 | 3E | 0 | 63 | 4B | 2 | 159 | 62 | 31 |
| Octal | 371 | 2 | 76 | 0 | 143 | 113 | 2 | 531 | 142 | 61 |
| Binary | 11111001 | 10 | 111110 | 0 | 1100011 | 1001011 | 10 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F9023E
Complementary color
Monochromatic Colors of #F9023E
Black with #F9023E
Text Example
Text Example
White with #F9023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9023E; }
p { color: rgb(249,2,62); }
H1.HeaderClassName
{
color: #F9023E;
}
.AnyTagClassName
{
color: #F9023E;
}
</style>
background-color css
<style>
a { background-color: #F9023E; }
a { background-color: rgb(249,2,62); }
div.DivClassName
{
background-color: #F9023E;
}
.BgClassName
{
background-color: #F9023E;
}
</style>
border-color css
<style>
span { border-color: #F9023E; }
span { border-color: rgb(249,2,62); }
td.TdClassName
{
border-color: #F9023E;
}
.TagClassName
{
border-color: #F9023E;
}
</style>