Shades of Torch Red #F90A20
Tints of Torch Red #F90A20
RGB
CMYK
RGB Variations
Color information
#F90A20 (or 0xF90A20) is known color: Torch Red. HEX triplet: F9, 0A and 20. RGB value is (249,10,32). Sum of RGB (Red+Green+Blue) = 249+10+32=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A20 is #06F5DF. Grayscale: #545454. Windows color (decimal): -456160 or 2099961. OLE color: 2099961.
HSL color Cylindrical-coordinate representation of color #F90A20: hue angle of 354.48º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A20 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.02 |
| HSL | 354.48º | 0.95% | 0.51% | - |
| HSV(B) | 354.48º | 0.96% | 0.98% | - |
| XYZ | 39.44 | 20.46 | 3.24 | - |
| YUV | 83.97 | 98.68 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 32 | 0 | 0.96 | 0.87 | 0.02 | 354.48 | 0.95 | 0.51 |
| Hex | F9 | A | 20 | 0 | 60 | 57 | 2 | 162 | 5F | 33 |
| Octal | 371 | 12 | 40 | 0 | 140 | 127 | 2 | 542 | 137 | 63 |
| Binary | 11111001 | 1010 | 100000 | 0 | 1100000 | 1010111 | 10 | 101100010 | 1011111 | 110011 |
Color Harmonies of #F90A20
Complementary color
Monochromatic Colors of #F90A20
Black with #F90A20
Text Example
Text Example
White with #F90A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A20; }
p { color: rgb(249,10,32); }
H1.HeaderClassName
{
color: #F90A20;
}
.AnyTagClassName
{
color: #F90A20;
}
</style>
background-color css
<style>
a { background-color: #F90A20; }
a { background-color: rgb(249,10,32); }
div.DivClassName
{
background-color: #F90A20;
}
.BgClassName
{
background-color: #F90A20;
}
</style>
border-color css
<style>
span { border-color: #F90A20; }
span { border-color: rgb(249,10,32); }
td.TdClassName
{
border-color: #F90A20;
}
.TagClassName
{
border-color: #F90A20;
}
</style>