Shades of Torch Red #F9020C
Tints of Torch Red #F9020C
RGB
CMYK
RGB Variations
Color information
#F9020C (or 0xF9020C) is known color: Torch Red. HEX triplet: F9, 02 and 0C. RGB value is (249,2,12). Sum of RGB (Red+Green+Blue) = 249+2+12=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F9020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9020C is #06FDF3. Grayscale: #4D4D4D. Windows color (decimal): -458228 or 787193. OLE color: 787193.
HSL color Cylindrical-coordinate representation of color #F9020C: hue angle of 357.57º 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 #F9020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.02 |
| HSL | 357.57º | 0.98% | 0.49% | - |
| HSV(B) | 357.57º | 0.99% | 0.98% | - |
| XYZ | 39.15 | 20.21 | 2.18 | - |
| YUV | 76.99 | 91.33 | 250.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 12 | 0 | 0.99 | 0.95 | 0.02 | 357.57 | 0.98 | 0.49 |
| Hex | F9 | 2 | C | 0 | 63 | 5F | 2 | 166 | 62 | 31 |
| Octal | 371 | 2 | 14 | 0 | 143 | 137 | 2 | 546 | 142 | 61 |
| Binary | 11111001 | 10 | 1100 | 0 | 1100011 | 1011111 | 10 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F9020C
Complementary color
Monochromatic Colors of #F9020C
Black with #F9020C
Text Example
Text Example
White with #F9020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9020C; }
p { color: rgb(249,2,12); }
H1.HeaderClassName
{
color: #F9020C;
}
.AnyTagClassName
{
color: #F9020C;
}
</style>
background-color css
<style>
a { background-color: #F9020C; }
a { background-color: rgb(249,2,12); }
div.DivClassName
{
background-color: #F9020C;
}
.BgClassName
{
background-color: #F9020C;
}
</style>
border-color css
<style>
span { border-color: #F9020C; }
span { border-color: rgb(249,2,12); }
td.TdClassName
{
border-color: #F9020C;
}
.TagClassName
{
border-color: #F9020C;
}
</style>