Shades of Torch Red #F9082F
Tints of Torch Red #F9082F
RGB
CMYK
RGB Variations
Color information
#F9082F (or 0xF9082F) is known color: Torch Red. HEX triplet: F9, 08 and 2F. RGB value is (249,8,47). Sum of RGB (Red+Green+Blue) = 249+8+47=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F9082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9082F is #06F7D0. Grayscale: #545454. Windows color (decimal): -456657 or 3082489. OLE color: 3082489.
HSL color Cylindrical-coordinate representation of color #F9082F: hue angle of 350.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.02 |
| HSL | 350.29º | 0.95% | 0.5% | - |
| HSV(B) | 350.29º | 0.97% | 0.98% | - |
| XYZ | 39.67 | 20.52 | 4.56 | - |
| YUV | 84.51 | 106.84 | 245.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 47 | 0 | 0.97 | 0.81 | 0.02 | 350.29 | 0.95 | 0.5 |
| Hex | F9 | 8 | 2F | 0 | 61 | 51 | 2 | 15E | 5F | 32 |
| Octal | 371 | 10 | 57 | 0 | 141 | 121 | 2 | 536 | 137 | 62 |
| Binary | 11111001 | 1000 | 101111 | 0 | 1100001 | 1010001 | 10 | 101011110 | 1011111 | 110010 |
Color Harmonies of #F9082F
Complementary color
Monochromatic Colors of #F9082F
Black with #F9082F
Text Example
Text Example
White with #F9082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9082F; }
p { color: rgb(249,8,47); }
H1.HeaderClassName
{
color: #F9082F;
}
.AnyTagClassName
{
color: #F9082F;
}
</style>
background-color css
<style>
a { background-color: #F9082F; }
a { background-color: rgb(249,8,47); }
div.DivClassName
{
background-color: #F9082F;
}
.BgClassName
{
background-color: #F9082F;
}
</style>
border-color css
<style>
span { border-color: #F9082F; }
span { border-color: rgb(249,8,47); }
td.TdClassName
{
border-color: #F9082F;
}
.TagClassName
{
border-color: #F9082F;
}
</style>