Shades of Torch Red #F9060B
Tints of Torch Red #F9060B
RGB
CMYK
RGB Variations
Color information
#F9060B (or 0xF9060B) is known color: Torch Red. HEX triplet: F9, 06 and 0B. RGB value is (249,6,11). Sum of RGB (Red+Green+Blue) = 249+6+11=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F9060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9060B is #06F9F4. Grayscale: #4F4F4F. Windows color (decimal): -457205 or 722681. OLE color: 722681.
HSL color Cylindrical-coordinate representation of color #F9060B: hue angle of 358.77º 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 #F9060B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.02 |
| HSL | 358.77º | 0.95% | 0.5% | - |
| HSV(B) | 358.77º | 0.98% | 0.98% | - |
| XYZ | 39.19 | 20.29 | 2.17 | - |
| YUV | 79.23 | 89.51 | 249.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 11 | 0 | 0.98 | 0.96 | 0.02 | 358.77 | 0.95 | 0.5 |
| Hex | F9 | 6 | B | 0 | 62 | 60 | 2 | 167 | 5F | 32 |
| Octal | 371 | 6 | 13 | 0 | 142 | 140 | 2 | 547 | 137 | 62 |
| Binary | 11111001 | 110 | 1011 | 0 | 1100010 | 1100000 | 10 | 101100111 | 1011111 | 110010 |
Color Harmonies of #F9060B
Complementary color
Monochromatic Colors of #F9060B
Black with #F9060B
Text Example
Text Example
White with #F9060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9060B; }
p { color: rgb(249,6,11); }
H1.HeaderClassName
{
color: #F9060B;
}
.AnyTagClassName
{
color: #F9060B;
}
</style>
background-color css
<style>
a { background-color: #F9060B; }
a { background-color: rgb(249,6,11); }
div.DivClassName
{
background-color: #F9060B;
}
.BgClassName
{
background-color: #F9060B;
}
</style>
border-color css
<style>
span { border-color: #F9060B; }
span { border-color: rgb(249,6,11); }
td.TdClassName
{
border-color: #F9060B;
}
.TagClassName
{
border-color: #F9060B;
}
</style>