Shades of Torch Red #F9074C
Tints of Torch Red #F9074C
RGB
CMYK
RGB Variations
Color information
#F9074C (or 0xF9074C) is known color: Torch Red. HEX triplet: F9, 07 and 4C. RGB value is (249,7,76). Sum of RGB (Red+Green+Blue) = 249+7+76=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F9074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9074C is #06F8B3. Grayscale: #575757. Windows color (decimal): -456884 or 4982777. OLE color: 4982777.
HSL color Cylindrical-coordinate representation of color #F9074C: hue angle of 342.89º 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 #F9074C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.02 |
| HSL | 342.89º | 0.95% | 0.5% | - |
| HSV(B) | 342.89º | 0.97% | 0.98% | - |
| XYZ | 40.45 | 20.81 | 8.72 | - |
| YUV | 87.22 | 121.67 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 76 | 0 | 0.97 | 0.69 | 0.02 | 342.89 | 0.95 | 0.5 |
| Hex | F9 | 7 | 4C | 0 | 61 | 45 | 2 | 157 | 5F | 32 |
| Octal | 371 | 7 | 114 | 0 | 141 | 105 | 2 | 527 | 137 | 62 |
| Binary | 11111001 | 111 | 1001100 | 0 | 1100001 | 1000101 | 10 | 101010111 | 1011111 | 110010 |
Color Harmonies of #F9074C
Complementary color
Monochromatic Colors of #F9074C
Black with #F9074C
Text Example
Text Example
White with #F9074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9074C; }
p { color: rgb(249,7,76); }
H1.HeaderClassName
{
color: #F9074C;
}
.AnyTagClassName
{
color: #F9074C;
}
</style>
background-color css
<style>
a { background-color: #F9074C; }
a { background-color: rgb(249,7,76); }
div.DivClassName
{
background-color: #F9074C;
}
.BgClassName
{
background-color: #F9074C;
}
</style>
border-color css
<style>
span { border-color: #F9074C; }
span { border-color: rgb(249,7,76); }
td.TdClassName
{
border-color: #F9074C;
}
.TagClassName
{
border-color: #F9074C;
}
</style>