Shades of Torch Red #F9024B
Tints of Torch Red #F9024B
RGB
CMYK
RGB Variations
Color information
#F9024B (or 0xF9024B) is known color: Torch Red. HEX triplet: F9, 02 and 4B. RGB value is (249,2,75). Sum of RGB (Red+Green+Blue) = 249+2+75=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F9024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9024B is #06FDB4. Grayscale: #545454. Windows color (decimal): -458165 or 4915961. OLE color: 4915961.
HSL color Cylindrical-coordinate representation of color #F9024B: hue angle of 342.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9024B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.02 |
| HSL | 342.27º | 0.98% | 0.49% | - |
| HSV(B) | 342.27º | 0.99% | 0.98% | - |
| XYZ | 40.36 | 20.69 | 8.52 | - |
| YUV | 84.18 | 122.83 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 75 | 0 | 0.99 | 0.70 | 0.02 | 342.27 | 0.98 | 0.49 |
| Hex | F9 | 2 | 4B | 0 | 63 | 46 | 2 | 156 | 62 | 31 |
| Octal | 371 | 2 | 113 | 0 | 143 | 106 | 2 | 526 | 142 | 61 |
| Binary | 11111001 | 10 | 1001011 | 0 | 1100011 | 1000110 | 10 | 101010110 | 1100010 | 110001 |
Color Harmonies of #F9024B
Complementary color
Monochromatic Colors of #F9024B
Black with #F9024B
Text Example
Text Example
White with #F9024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9024B; }
p { color: rgb(249,2,75); }
H1.HeaderClassName
{
color: #F9024B;
}
.AnyTagClassName
{
color: #F9024B;
}
</style>
background-color css
<style>
a { background-color: #F9024B; }
a { background-color: rgb(249,2,75); }
div.DivClassName
{
background-color: #F9024B;
}
.BgClassName
{
background-color: #F9024B;
}
</style>
border-color css
<style>
span { border-color: #F9024B; }
span { border-color: rgb(249,2,75); }
td.TdClassName
{
border-color: #F9024B;
}
.TagClassName
{
border-color: #F9024B;
}
</style>