Shades of Torch Red #F9023D
Tints of Torch Red #F9023D
RGB
CMYK
RGB Variations
Color information
#F9023D (or 0xF9023D) is known color: Torch Red. HEX triplet: F9, 02 and 3D. RGB value is (249,2,61). Sum of RGB (Red+Green+Blue) = 249+2+61=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F9023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9023D is #06FDC2. Grayscale: #525252. Windows color (decimal): -458179 or 3998457. OLE color: 3998457.
HSL color Cylindrical-coordinate representation of color #F9023D: hue angle of 345.67º 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 #F9023D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.02 |
| HSL | 345.67º | 0.98% | 0.49% | - |
| HSV(B) | 345.67º | 0.99% | 0.98% | - |
| XYZ | 39.93 | 20.52 | 6.27 | - |
| YUV | 82.58 | 115.83 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 61 | 0 | 0.99 | 0.76 | 0.02 | 345.67 | 0.98 | 0.49 |
| Hex | F9 | 2 | 3D | 0 | 63 | 4C | 2 | 15A | 62 | 31 |
| Octal | 371 | 2 | 75 | 0 | 143 | 114 | 2 | 532 | 142 | 61 |
| Binary | 11111001 | 10 | 111101 | 0 | 1100011 | 1001100 | 10 | 101011010 | 1100010 | 110001 |
Color Harmonies of #F9023D
Complementary color
Monochromatic Colors of #F9023D
Black with #F9023D
Text Example
Text Example
White with #F9023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9023D; }
p { color: rgb(249,2,61); }
H1.HeaderClassName
{
color: #F9023D;
}
.AnyTagClassName
{
color: #F9023D;
}
</style>
background-color css
<style>
a { background-color: #F9023D; }
a { background-color: rgb(249,2,61); }
div.DivClassName
{
background-color: #F9023D;
}
.BgClassName
{
background-color: #F9023D;
}
</style>
border-color css
<style>
span { border-color: #F9023D; }
span { border-color: rgb(249,2,61); }
td.TdClassName
{
border-color: #F9023D;
}
.TagClassName
{
border-color: #F9023D;
}
</style>