Shades of Torch Red #F90A16
Tints of Torch Red #F90A16
RGB
CMYK
RGB Variations
Color information
#F90A16 (or 0xF90A16) is known color: Torch Red. HEX triplet: F9, 0A and 16. RGB value is (249,10,22). Sum of RGB (Red+Green+Blue) = 249+10+22=281 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.61% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A16 is #06F5E9. Grayscale: #535353. Windows color (decimal): -456170 or 1444601. OLE color: 1444601.
HSL color Cylindrical-coordinate representation of color #F90A16: hue angle of 356.99º 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 #F90A16 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.02 |
| HSL | 356.99º | 0.95% | 0.51% | - |
| HSV(B) | 356.99º | 0.96% | 0.98% | - |
| XYZ | 39.32 | 20.41 | 2.63 | - |
| YUV | 82.83 | 93.68 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 22 | 0 | 0.96 | 0.91 | 0.02 | 356.99 | 0.95 | 0.51 |
| Hex | F9 | A | 16 | 0 | 60 | 5B | 2 | 165 | 5F | 33 |
| Octal | 371 | 12 | 26 | 0 | 140 | 133 | 2 | 545 | 137 | 63 |
| Binary | 11111001 | 1010 | 10110 | 0 | 1100000 | 1011011 | 10 | 101100101 | 1011111 | 110011 |
Color Harmonies of #F90A16
Complementary color
Monochromatic Colors of #F90A16
Black with #F90A16
Text Example
Text Example
White with #F90A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A16; }
p { color: rgb(249,10,22); }
H1.HeaderClassName
{
color: #F90A16;
}
.AnyTagClassName
{
color: #F90A16;
}
</style>
background-color css
<style>
a { background-color: #F90A16; }
a { background-color: rgb(249,10,22); }
div.DivClassName
{
background-color: #F90A16;
}
.BgClassName
{
background-color: #F90A16;
}
</style>
border-color css
<style>
span { border-color: #F90A16; }
span { border-color: rgb(249,10,22); }
td.TdClassName
{
border-color: #F90A16;
}
.TagClassName
{
border-color: #F90A16;
}
</style>