Shades of Torch Red #F90A25
Tints of Torch Red #F90A25
RGB
CMYK
RGB Variations
Color information
#F90A25 (or 0xF90A25) is known color: Torch Red. HEX triplet: F9, 0A and 25. RGB value is (249,10,37). Sum of RGB (Red+Green+Blue) = 249+10+37=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A25 is #06F5DA. Grayscale: #545454. Windows color (decimal): -456155 or 2427641. OLE color: 2427641.
HSL color Cylindrical-coordinate representation of color #F90A25: hue angle of 353.22º 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 #F90A25 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 37 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.02 |
| HSL | 353.22º | 0.95% | 0.51% | - |
| HSV(B) | 353.22º | 0.96% | 0.98% | - |
| XYZ | 39.51 | 20.49 | 3.62 | - |
| YUV | 84.54 | 101.18 | 245.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 37 | 0 | 0.96 | 0.85 | 0.02 | 353.22 | 0.95 | 0.51 |
| Hex | F9 | A | 25 | 0 | 60 | 55 | 2 | 161 | 5F | 33 |
| Octal | 371 | 12 | 45 | 0 | 140 | 125 | 2 | 541 | 137 | 63 |
| Binary | 11111001 | 1010 | 100101 | 0 | 1100000 | 1010101 | 10 | 101100001 | 1011111 | 110011 |
Color Harmonies of #F90A25
Complementary color
Monochromatic Colors of #F90A25
Black with #F90A25
Text Example
Text Example
White with #F90A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A25; }
p { color: rgb(249,10,37); }
H1.HeaderClassName
{
color: #F90A25;
}
.AnyTagClassName
{
color: #F90A25;
}
</style>
background-color css
<style>
a { background-color: #F90A25; }
a { background-color: rgb(249,10,37); }
div.DivClassName
{
background-color: #F90A25;
}
.BgClassName
{
background-color: #F90A25;
}
</style>
border-color css
<style>
span { border-color: #F90A25; }
span { border-color: rgb(249,10,37); }
td.TdClassName
{
border-color: #F90A25;
}
.TagClassName
{
border-color: #F90A25;
}
</style>