Shades of Orange Red #F1390E
Tints of Orange Red #F1390E
RGB
CMYK
RGB Variations
Color information
#F1390E (or 0xF1390E) is known color: Orange Red. HEX triplet: F1, 39 and 0E. RGB value is (241,57,14). Sum of RGB (Red+Green+Blue) = 241+57+14=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F1390E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1390E is #0EC6F1. Grayscale: #6B6B6B. Windows color (decimal): -968434 or 932337. OLE color: 932337.
HSL color Cylindrical-coordinate representation of color #F1390E: hue angle of 11.37º 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 #F1390E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.05 |
| HSL | 11.37º | 0.89% | 0.5% | - |
| HSV(B) | 11.37º | 0.94% | 0.95% | - |
| XYZ | 37.82 | 21.66 | 2.6 | - |
| YUV | 107.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 14 | 0 | 0.76 | 0.94 | 0.05 | 11.37 | 0.89 | 0.5 |
| Hex | F1 | 39 | E | 0 | 4C | 5E | 5 | B | 59 | 32 |
| Octal | 361 | 71 | 16 | 0 | 114 | 136 | 5 | 13 | 131 | 62 |
| Binary | 11110001 | 111001 | 1110 | 0 | 1001100 | 1011110 | 101 | 1011 | 1011001 | 110010 |
Color Harmonies of #F1390E
Complementary color
Monochromatic Colors of #F1390E
Black with #F1390E
Text Example
Text Example
White with #F1390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1390E; }
p { color: rgb(241,57,14); }
H1.HeaderClassName
{
color: #F1390E;
}
.AnyTagClassName
{
color: #F1390E;
}
</style>
background-color css
<style>
a { background-color: #F1390E; }
a { background-color: rgb(241,57,14); }
div.DivClassName
{
background-color: #F1390E;
}
.BgClassName
{
background-color: #F1390E;
}
</style>
border-color css
<style>
span { border-color: #F1390E; }
span { border-color: rgb(241,57,14); }
td.TdClassName
{
border-color: #F1390E;
}
.TagClassName
{
border-color: #F1390E;
}
</style>