Shades of Orange Red #F14917
Tints of Orange Red #F14917
RGB
CMYK
RGB Variations
Color information
#F14917 (or 0xF14917) is known color: Orange Red. HEX triplet: F1, 49 and 17. RGB value is (241,73,23). Sum of RGB (Red+Green+Blue) = 241+73+23=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F14917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14917 is #0EB6E8. Grayscale: #757575. Windows color (decimal): -964329 or 1526257. OLE color: 1526257.
HSL color Cylindrical-coordinate representation of color #F14917: hue angle of 13.76º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14917 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.05 |
| HSL | 13.76º | 0.89% | 0.52% | - |
| HSV(B) | 13.76º | 0.9% | 0.95% | - |
| XYZ | 38.81 | 23.53 | 3.31 | - |
| YUV | 117.53 | 74.66 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 23 | 0 | 0.70 | 0.90 | 0.05 | 13.76 | 0.89 | 0.52 |
| Hex | F1 | 49 | 17 | 0 | 46 | 5A | 5 | E | 59 | 34 |
| Octal | 361 | 111 | 27 | 0 | 106 | 132 | 5 | 16 | 131 | 64 |
| Binary | 11110001 | 1001001 | 10111 | 0 | 1000110 | 1011010 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F14917
Complementary color
Monochromatic Colors of #F14917
Black with #F14917
Text Example
Text Example
White with #F14917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14917; }
p { color: rgb(241,73,23); }
H1.HeaderClassName
{
color: #F14917;
}
.AnyTagClassName
{
color: #F14917;
}
</style>
background-color css
<style>
a { background-color: #F14917; }
a { background-color: rgb(241,73,23); }
div.DivClassName
{
background-color: #F14917;
}
.BgClassName
{
background-color: #F14917;
}
</style>
border-color css
<style>
span { border-color: #F14917; }
span { border-color: rgb(241,73,23); }
td.TdClassName
{
border-color: #F14917;
}
.TagClassName
{
border-color: #F14917;
}
</style>