Shades of Orange Red #F14918
Tints of Orange Red #F14918
RGB
CMYK
RGB Variations
Color information
#F14918 (or 0xF14918) is known color: Orange Red. HEX triplet: F1, 49 and 18. RGB value is (241,73,24). Sum of RGB (Red+Green+Blue) = 241+73+24=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F14918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14918 is #0EB6E7. Grayscale: #767676. Windows color (decimal): -964328 or 1591793. OLE color: 1591793.
HSL color Cylindrical-coordinate representation of color #F14918: hue angle of 13.55º 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 #F14918 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.05 |
| HSL | 13.55º | 0.89% | 0.52% | - |
| HSV(B) | 13.55º | 0.9% | 0.95% | - |
| XYZ | 38.82 | 23.53 | 3.36 | - |
| YUV | 117.65 | 75.16 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 24 | 0 | 0.70 | 0.90 | 0.05 | 13.55 | 0.89 | 0.52 |
| Hex | F1 | 49 | 18 | 0 | 46 | 5A | 5 | E | 59 | 34 |
| Octal | 361 | 111 | 30 | 0 | 106 | 132 | 5 | 16 | 131 | 64 |
| Binary | 11110001 | 1001001 | 11000 | 0 | 1000110 | 1011010 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F14918
Complementary color
Monochromatic Colors of #F14918
Black with #F14918
Text Example
Text Example
White with #F14918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14918; }
p { color: rgb(241,73,24); }
H1.HeaderClassName
{
color: #F14918;
}
.AnyTagClassName
{
color: #F14918;
}
</style>
background-color css
<style>
a { background-color: #F14918; }
a { background-color: rgb(241,73,24); }
div.DivClassName
{
background-color: #F14918;
}
.BgClassName
{
background-color: #F14918;
}
</style>
border-color css
<style>
span { border-color: #F14918; }
span { border-color: rgb(241,73,24); }
td.TdClassName
{
border-color: #F14918;
}
.TagClassName
{
border-color: #F14918;
}
</style>