Shades of Orange Red #F14912
Tints of Orange Red #F14912
RGB
CMYK
RGB Variations
Color information
#F14912 (or 0xF14912) is known color: Orange Red. HEX triplet: F1, 49 and 12. RGB value is (241,73,18). Sum of RGB (Red+Green+Blue) = 241+73+18=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F14912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14912 is #0EB6ED. Grayscale: #757575. Windows color (decimal): -964334 or 1198577. OLE color: 1198577.
HSL color Cylindrical-coordinate representation of color #F14912: hue angle of 14.8º 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 #F14912 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 18 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.05 |
| HSL | 14.8º | 0.89% | 0.51% | - |
| HSV(B) | 14.8º | 0.93% | 0.95% | - |
| XYZ | 38.77 | 23.51 | 3.07 | - |
| YUV | 116.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 18 | 0 | 0.70 | 0.93 | 0.05 | 14.8 | 0.89 | 0.51 |
| Hex | F1 | 49 | 12 | 0 | 46 | 5D | 5 | F | 59 | 33 |
| Octal | 361 | 111 | 22 | 0 | 106 | 135 | 5 | 17 | 131 | 63 |
| Binary | 11110001 | 1001001 | 10010 | 0 | 1000110 | 1011101 | 101 | 1111 | 1011001 | 110011 |
Color Harmonies of #F14912
Complementary color
Monochromatic Colors of #F14912
Black with #F14912
Text Example
Text Example
White with #F14912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14912; }
p { color: rgb(241,73,18); }
H1.HeaderClassName
{
color: #F14912;
}
.AnyTagClassName
{
color: #F14912;
}
</style>
background-color css
<style>
a { background-color: #F14912; }
a { background-color: rgb(241,73,18); }
div.DivClassName
{
background-color: #F14912;
}
.BgClassName
{
background-color: #F14912;
}
</style>
border-color css
<style>
span { border-color: #F14912; }
span { border-color: rgb(241,73,18); }
td.TdClassName
{
border-color: #F14912;
}
.TagClassName
{
border-color: #F14912;
}
</style>