Shades of Torch Red #F90A19
Tints of Torch Red #F90A19
RGB
CMYK
RGB Variations
Color information
#F90A19 (or 0xF90A19) is known color: Torch Red. HEX triplet: F9, 0A and 19. RGB value is (249,10,25). Sum of RGB (Red+Green+Blue) = 249+10+25=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A19 is #06F5E6. Grayscale: #535353. Windows color (decimal): -456167 or 1641209. OLE color: 1641209.
HSL color Cylindrical-coordinate representation of color #F90A19: hue angle of 356.23º 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 #F90A19 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.02 |
| HSL | 356.23º | 0.95% | 0.51% | - |
| HSV(B) | 356.23º | 0.96% | 0.98% | - |
| XYZ | 39.35 | 20.43 | 2.79 | - |
| YUV | 83.17 | 95.18 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 25 | 0 | 0.96 | 0.90 | 0.02 | 356.23 | 0.95 | 0.51 |
| Hex | F9 | A | 19 | 0 | 60 | 5A | 2 | 164 | 5F | 33 |
| Octal | 371 | 12 | 31 | 0 | 140 | 132 | 2 | 544 | 137 | 63 |
| Binary | 11111001 | 1010 | 11001 | 0 | 1100000 | 1011010 | 10 | 101100100 | 1011111 | 110011 |
Color Harmonies of #F90A19
Complementary color
Monochromatic Colors of #F90A19
Black with #F90A19
Text Example
Text Example
White with #F90A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A19; }
p { color: rgb(249,10,25); }
H1.HeaderClassName
{
color: #F90A19;
}
.AnyTagClassName
{
color: #F90A19;
}
</style>
background-color css
<style>
a { background-color: #F90A19; }
a { background-color: rgb(249,10,25); }
div.DivClassName
{
background-color: #F90A19;
}
.BgClassName
{
background-color: #F90A19;
}
</style>
border-color css
<style>
span { border-color: #F90A19; }
span { border-color: rgb(249,10,25); }
td.TdClassName
{
border-color: #F90A19;
}
.TagClassName
{
border-color: #F90A19;
}
</style>