Shades of Torch Red #F9014A
Tints of Torch Red #F9014A
RGB
CMYK
RGB Variations
Color information
#F9014A (or 0xF9014A) is known color: Torch Red. HEX triplet: F9, 01 and 4A. RGB value is (249,1,74). Sum of RGB (Red+Green+Blue) = 249+1+74=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9014A is #06FEB5. Grayscale: #535353. Windows color (decimal): -458422 or 4850169. OLE color: 4850169.
HSL color Cylindrical-coordinate representation of color #F9014A: hue angle of 342.34º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9014A is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.02 |
| HSL | 342.34º | 0.99% | 0.49% | - |
| HSV(B) | 342.34º | 1% | 0.98% | - |
| XYZ | 40.31 | 20.66 | 8.34 | - |
| YUV | 83.47 | 122.66 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 74 | 0 | 1.00 | 0.70 | 0.02 | 342.34 | 0.99 | 0.49 |
| Hex | F9 | 1 | 4A | 0 | 64 | 46 | 2 | 156 | 63 | 31 |
| Octal | 371 | 1 | 112 | 0 | 144 | 106 | 2 | 526 | 143 | 61 |
| Binary | 11111001 | 1 | 1001010 | 0 | 1100100 | 1000110 | 10 | 101010110 | 1100011 | 110001 |
Color Harmonies of #F9014A
Complementary color
Monochromatic Colors of #F9014A
Black with #F9014A
Text Example
Text Example
White with #F9014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9014A; }
p { color: rgb(249,1,74); }
H1.HeaderClassName
{
color: #F9014A;
}
.AnyTagClassName
{
color: #F9014A;
}
</style>
background-color css
<style>
a { background-color: #F9014A; }
a { background-color: rgb(249,1,74); }
div.DivClassName
{
background-color: #F9014A;
}
.BgClassName
{
background-color: #F9014A;
}
</style>
border-color css
<style>
span { border-color: #F9014A; }
span { border-color: rgb(249,1,74); }
td.TdClassName
{
border-color: #F9014A;
}
.TagClassName
{
border-color: #F9014A;
}
</style>