Shades of Torch Red #F9061D
Tints of Torch Red #F9061D
RGB
CMYK
RGB Variations
Color information
#F9061D (or 0xF9061D) is known color: Torch Red. HEX triplet: F9, 06 and 1D. RGB value is (249,6,29). Sum of RGB (Red+Green+Blue) = 249+6+29=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F9061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9061D is #06F9E2. Grayscale: #515151. Windows color (decimal): -457187 or 1902329. OLE color: 1902329.
HSL color Cylindrical-coordinate representation of color #F9061D: hue angle of 354.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9061D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.02 |
| HSL | 354.32º | 0.95% | 0.5% | - |
| HSV(B) | 354.32º | 0.98% | 0.98% | - |
| XYZ | 39.35 | 20.36 | 3.02 | - |
| YUV | 81.28 | 98.51 | 247.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 29 | 0 | 0.98 | 0.88 | 0.02 | 354.32 | 0.95 | 0.5 |
| Hex | F9 | 6 | 1D | 0 | 62 | 58 | 2 | 162 | 5F | 32 |
| Octal | 371 | 6 | 35 | 0 | 142 | 130 | 2 | 542 | 137 | 62 |
| Binary | 11111001 | 110 | 11101 | 0 | 1100010 | 1011000 | 10 | 101100010 | 1011111 | 110010 |
Color Harmonies of #F9061D
Complementary color
Monochromatic Colors of #F9061D
Black with #F9061D
Text Example
Text Example
White with #F9061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9061D; }
p { color: rgb(249,6,29); }
H1.HeaderClassName
{
color: #F9061D;
}
.AnyTagClassName
{
color: #F9061D;
}
</style>
background-color css
<style>
a { background-color: #F9061D; }
a { background-color: rgb(249,6,29); }
div.DivClassName
{
background-color: #F9061D;
}
.BgClassName
{
background-color: #F9061D;
}
</style>
border-color css
<style>
span { border-color: #F9061D; }
span { border-color: rgb(249,6,29); }
td.TdClassName
{
border-color: #F9061D;
}
.TagClassName
{
border-color: #F9061D;
}
</style>