Shades of Orange Red #F14A17
Tints of Orange Red #F14A17
RGB
CMYK
RGB Variations
Color information
#F14A17 (or 0xF14A17) is known color: Orange Red. HEX triplet: F1, 4A and 17. RGB value is (241,74,23). Sum of RGB (Red+Green+Blue) = 241+74+23=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14A17 is #0EB5E8. Grayscale: #767676. Windows color (decimal): -964073 or 1526513. OLE color: 1526513.
HSL color Cylindrical-coordinate representation of color #F14A17: hue angle of 14.04º 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 #F14A17 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.05 |
| HSL | 14.04º | 0.89% | 0.52% | - |
| HSV(B) | 14.04º | 0.9% | 0.95% | - |
| XYZ | 38.88 | 23.66 | 3.33 | - |
| YUV | 118.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 23 | 0 | 0.69 | 0.90 | 0.05 | 14.04 | 0.89 | 0.52 |
| Hex | F1 | 4A | 17 | 0 | 45 | 5A | 5 | E | 59 | 34 |
| Octal | 361 | 112 | 27 | 0 | 105 | 132 | 5 | 16 | 131 | 64 |
| Binary | 11110001 | 1001010 | 10111 | 0 | 1000101 | 1011010 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F14A17
Complementary color
Monochromatic Colors of #F14A17
Black with #F14A17
Text Example
Text Example
White with #F14A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A17; }
p { color: rgb(241,74,23); }
H1.HeaderClassName
{
color: #F14A17;
}
.AnyTagClassName
{
color: #F14A17;
}
</style>
background-color css
<style>
a { background-color: #F14A17; }
a { background-color: rgb(241,74,23); }
div.DivClassName
{
background-color: #F14A17;
}
.BgClassName
{
background-color: #F14A17;
}
</style>
border-color css
<style>
span { border-color: #F14A17; }
span { border-color: rgb(241,74,23); }
td.TdClassName
{
border-color: #F14A17;
}
.TagClassName
{
border-color: #F14A17;
}
</style>