Shades of Orange Red #F14011
Tints of Orange Red #F14011
RGB
CMYK
RGB Variations
Color information
#F14011 (or 0xF14011) is known color: Orange Red. HEX triplet: F1, 40 and 11. RGB value is (241,64,17). Sum of RGB (Red+Green+Blue) = 241+64+17=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F14011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14011 is #0EBFEE. Grayscale: #6F6F6F. Windows color (decimal): -966639 or 1130737. OLE color: 1130737.
HSL color Cylindrical-coordinate representation of color #F14011: hue angle of 12.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14011 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 12.59º | 0.89% | 0.51% | - |
| HSV(B) | 12.59º | 0.93% | 0.95% | - |
| XYZ | 38.21 | 22.41 | 2.84 | - |
| YUV | 111.57 | 74.64 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 17 | 0 | 0.73 | 0.93 | 0.05 | 12.59 | 0.89 | 0.51 |
| Hex | F1 | 40 | 11 | 0 | 49 | 5D | 5 | D | 59 | 33 |
| Octal | 361 | 100 | 21 | 0 | 111 | 135 | 5 | 15 | 131 | 63 |
| Binary | 11110001 | 1000000 | 10001 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011001 | 110011 |
Color Harmonies of #F14011
Complementary color
Monochromatic Colors of #F14011
Black with #F14011
Text Example
Text Example
White with #F14011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14011; }
p { color: rgb(241,64,17); }
H1.HeaderClassName
{
color: #F14011;
}
.AnyTagClassName
{
color: #F14011;
}
</style>
background-color css
<style>
a { background-color: #F14011; }
a { background-color: rgb(241,64,17); }
div.DivClassName
{
background-color: #F14011;
}
.BgClassName
{
background-color: #F14011;
}
</style>
border-color css
<style>
span { border-color: #F14011; }
span { border-color: rgb(241,64,17); }
td.TdClassName
{
border-color: #F14011;
}
.TagClassName
{
border-color: #F14011;
}
</style>