Shades of Torch Red #F90A12
Tints of Torch Red #F90A12
RGB
CMYK
RGB Variations
Color information
#F90A12 (or 0xF90A12) is known color: Torch Red. HEX triplet: F9, 0A and 12. RGB value is (249,10,18). Sum of RGB (Red+Green+Blue) = 249+10+18=277 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.89% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A12 is #06F5ED. Grayscale: #525252. Windows color (decimal): -456174 or 1182457. OLE color: 1182457.
HSL color Cylindrical-coordinate representation of color #F90A12: hue angle of 357.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 #F90A12 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.02 |
| HSL | 357.99º | 0.95% | 0.51% | - |
| HSV(B) | 357.99º | 0.96% | 0.98% | - |
| XYZ | 39.28 | 20.4 | 2.44 | - |
| YUV | 82.37 | 91.68 | 246.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 18 | 0 | 0.96 | 0.93 | 0.02 | 357.99 | 0.95 | 0.51 |
| Hex | F9 | A | 12 | 0 | 60 | 5D | 2 | 166 | 5F | 33 |
| Octal | 371 | 12 | 22 | 0 | 140 | 135 | 2 | 546 | 137 | 63 |
| Binary | 11111001 | 1010 | 10010 | 0 | 1100000 | 1011101 | 10 | 101100110 | 1011111 | 110011 |
Color Harmonies of #F90A12
Complementary color
Monochromatic Colors of #F90A12
Black with #F90A12
Text Example
Text Example
White with #F90A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A12; }
p { color: rgb(249,10,18); }
H1.HeaderClassName
{
color: #F90A12;
}
.AnyTagClassName
{
color: #F90A12;
}
</style>
background-color css
<style>
a { background-color: #F90A12; }
a { background-color: rgb(249,10,18); }
div.DivClassName
{
background-color: #F90A12;
}
.BgClassName
{
background-color: #F90A12;
}
</style>
border-color css
<style>
span { border-color: #F90A12; }
span { border-color: rgb(249,10,18); }
td.TdClassName
{
border-color: #F90A12;
}
.TagClassName
{
border-color: #F90A12;
}
</style>