Shades of Orange Red #F14616
Tints of Orange Red #F14616
RGB
CMYK
RGB Variations
Color information
#F14616 (or 0xF14616) is known color: Orange Red. HEX triplet: F1, 46 and 16. RGB value is (241,70,22). Sum of RGB (Red+Green+Blue) = 241+70+22=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F14616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14616 is #0EB9E9. Grayscale: #747474. Windows color (decimal): -965098 or 1459953. OLE color: 1459953.
HSL color Cylindrical-coordinate representation of color #F14616: hue angle of 13.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F14616 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.15º | 0.89% | 0.52% | - |
| HSV(B) | 13.15º | 0.91% | 0.95% | - |
| XYZ | 38.61 | 23.14 | 3.19 | - |
| YUV | 115.66 | 75.15 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 22 | 0 | 0.71 | 0.91 | 0.05 | 13.15 | 0.89 | 0.52 |
| Hex | F1 | 46 | 16 | 0 | 47 | 5B | 5 | D | 59 | 34 |
| Octal | 361 | 106 | 26 | 0 | 107 | 133 | 5 | 15 | 131 | 64 |
| Binary | 11110001 | 1000110 | 10110 | 0 | 1000111 | 1011011 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F14616
Complementary color
Monochromatic Colors of #F14616
Black with #F14616
Text Example
Text Example
White with #F14616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14616; }
p { color: rgb(241,70,22); }
H1.HeaderClassName
{
color: #F14616;
}
.AnyTagClassName
{
color: #F14616;
}
</style>
background-color css
<style>
a { background-color: #F14616; }
a { background-color: rgb(241,70,22); }
div.DivClassName
{
background-color: #F14616;
}
.BgClassName
{
background-color: #F14616;
}
</style>
border-color css
<style>
span { border-color: #F14616; }
span { border-color: rgb(241,70,22); }
td.TdClassName
{
border-color: #F14616;
}
.TagClassName
{
border-color: #F14616;
}
</style>