Shades of Torch Red #F9032A
Tints of Torch Red #F9032A
RGB
CMYK
RGB Variations
Color information
#F9032A (or 0xF9032A) is known color: Torch Red. HEX triplet: F9, 03 and 2A. RGB value is (249,3,42). Sum of RGB (Red+Green+Blue) = 249+3+42=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9032A is #06FCD5. Grayscale: #515151. Windows color (decimal): -457942 or 2753529. OLE color: 2753529.
HSL color Cylindrical-coordinate representation of color #F9032A: hue angle of 350.49º 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 #F9032A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.02 |
| HSL | 350.49º | 0.98% | 0.49% | - |
| HSV(B) | 350.49º | 0.99% | 0.98% | - |
| XYZ | 39.52 | 20.37 | 4.04 | - |
| YUV | 81 | 106 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 42 | 0 | 0.99 | 0.83 | 0.02 | 350.49 | 0.98 | 0.49 |
| Hex | F9 | 3 | 2A | 0 | 63 | 53 | 2 | 15E | 62 | 31 |
| Octal | 371 | 3 | 52 | 0 | 143 | 123 | 2 | 536 | 142 | 61 |
| Binary | 11111001 | 11 | 101010 | 0 | 1100011 | 1010011 | 10 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F9032A
Complementary color
Monochromatic Colors of #F9032A
Black with #F9032A
Text Example
Text Example
White with #F9032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9032A; }
p { color: rgb(249,3,42); }
H1.HeaderClassName
{
color: #F9032A;
}
.AnyTagClassName
{
color: #F9032A;
}
</style>
background-color css
<style>
a { background-color: #F9032A; }
a { background-color: rgb(249,3,42); }
div.DivClassName
{
background-color: #F9032A;
}
.BgClassName
{
background-color: #F9032A;
}
</style>
border-color css
<style>
span { border-color: #F9032A; }
span { border-color: rgb(249,3,42); }
td.TdClassName
{
border-color: #F9032A;
}
.TagClassName
{
border-color: #F9032A;
}
</style>