Shades of Torch Red #F9064D
Tints of Torch Red #F9064D
RGB
CMYK
RGB Variations
Color information
#F9064D (or 0xF9064D) is known color: Torch Red. HEX triplet: F9, 06 and 4D. RGB value is (249,6,77). Sum of RGB (Red+Green+Blue) = 249+6+77=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F9064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9064D is #06F9B2. Grayscale: #565656. Windows color (decimal): -457139 or 5048057. OLE color: 5048057.
HSL color Cylindrical-coordinate representation of color #F9064D: hue angle of 342.47º 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 #F9064D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.47º | 0.95% | 0.5% | - |
| HSV(B) | 342.47º | 0.98% | 0.98% | - |
| XYZ | 40.47 | 20.81 | 8.9 | - |
| YUV | 86.75 | 122.51 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 77 | 0 | 0.98 | 0.69 | 0.02 | 342.47 | 0.95 | 0.5 |
| Hex | F9 | 6 | 4D | 0 | 62 | 45 | 2 | 156 | 5F | 32 |
| Octal | 371 | 6 | 115 | 0 | 142 | 105 | 2 | 526 | 137 | 62 |
| Binary | 11111001 | 110 | 1001101 | 0 | 1100010 | 1000101 | 10 | 101010110 | 1011111 | 110010 |
Color Harmonies of #F9064D
Complementary color
Monochromatic Colors of #F9064D
Black with #F9064D
Text Example
Text Example
White with #F9064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9064D; }
p { color: rgb(249,6,77); }
H1.HeaderClassName
{
color: #F9064D;
}
.AnyTagClassName
{
color: #F9064D;
}
</style>
background-color css
<style>
a { background-color: #F9064D; }
a { background-color: rgb(249,6,77); }
div.DivClassName
{
background-color: #F9064D;
}
.BgClassName
{
background-color: #F9064D;
}
</style>
border-color css
<style>
span { border-color: #F9064D; }
span { border-color: rgb(249,6,77); }
td.TdClassName
{
border-color: #F9064D;
}
.TagClassName
{
border-color: #F9064D;
}
</style>