Shades of Orange Red #F1470E
Tints of Orange Red #F1470E
RGB
CMYK
RGB Variations
Color information
#F1470E (or 0xF1470E) is known color: Orange Red. HEX triplet: F1, 47 and 0E. RGB value is (241,71,14). Sum of RGB (Red+Green+Blue) = 241+71+14=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1470E is #0EB8F1. Grayscale: #737373. Windows color (decimal): -964850 or 935921. OLE color: 935921.
HSL color Cylindrical-coordinate representation of color #F1470E: hue angle of 15.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1470E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.05 |
| HSL | 15.07º | 0.89% | 0.5% | - |
| HSV(B) | 15.07º | 0.94% | 0.95% | - |
| XYZ | 38.61 | 23.24 | 2.87 | - |
| YUV | 115.33 | 70.82 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 14 | 0 | 0.71 | 0.94 | 0.05 | 15.07 | 0.89 | 0.5 |
| Hex | F1 | 47 | E | 0 | 47 | 5E | 5 | F | 59 | 32 |
| Octal | 361 | 107 | 16 | 0 | 107 | 136 | 5 | 17 | 131 | 62 |
| Binary | 11110001 | 1000111 | 1110 | 0 | 1000111 | 1011110 | 101 | 1111 | 1011001 | 110010 |
Color Harmonies of #F1470E
Complementary color
Monochromatic Colors of #F1470E
Black with #F1470E
Text Example
Text Example
White with #F1470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1470E; }
p { color: rgb(241,71,14); }
H1.HeaderClassName
{
color: #F1470E;
}
.AnyTagClassName
{
color: #F1470E;
}
</style>
background-color css
<style>
a { background-color: #F1470E; }
a { background-color: rgb(241,71,14); }
div.DivClassName
{
background-color: #F1470E;
}
.BgClassName
{
background-color: #F1470E;
}
</style>
border-color css
<style>
span { border-color: #F1470E; }
span { border-color: rgb(241,71,14); }
td.TdClassName
{
border-color: #F1470E;
}
.TagClassName
{
border-color: #F1470E;
}
</style>