Shades of Orange Red #F14910
Tints of Orange Red #F14910
RGB
CMYK
RGB Variations
Color information
#F14910 (or 0xF14910) is known color: Orange Red. HEX triplet: F1, 49 and 10. RGB value is (241,73,16). Sum of RGB (Red+Green+Blue) = 241+73+16=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F14910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14910 is #0EB6EF. Grayscale: #757575. Windows color (decimal): -964336 or 1067505. OLE color: 1067505.
HSL color Cylindrical-coordinate representation of color #F14910: hue angle of 15.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14910 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.05 |
| HSL | 15.2º | 0.89% | 0.5% | - |
| HSV(B) | 15.2º | 0.93% | 0.95% | - |
| XYZ | 38.75 | 23.5 | 2.98 | - |
| YUV | 116.73 | 71.16 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 16 | 0 | 0.70 | 0.93 | 0.05 | 15.2 | 0.89 | 0.5 |
| Hex | F1 | 49 | 10 | 0 | 46 | 5D | 5 | F | 59 | 32 |
| Octal | 361 | 111 | 20 | 0 | 106 | 135 | 5 | 17 | 131 | 62 |
| Binary | 11110001 | 1001001 | 10000 | 0 | 1000110 | 1011101 | 101 | 1111 | 1011001 | 110010 |
Color Harmonies of #F14910
Complementary color
Monochromatic Colors of #F14910
Black with #F14910
Text Example
Text Example
White with #F14910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14910; }
p { color: rgb(241,73,16); }
H1.HeaderClassName
{
color: #F14910;
}
.AnyTagClassName
{
color: #F14910;
}
</style>
background-color css
<style>
a { background-color: #F14910; }
a { background-color: rgb(241,73,16); }
div.DivClassName
{
background-color: #F14910;
}
.BgClassName
{
background-color: #F14910;
}
</style>
border-color css
<style>
span { border-color: #F14910; }
span { border-color: rgb(241,73,16); }
td.TdClassName
{
border-color: #F14910;
}
.TagClassName
{
border-color: #F14910;
}
</style>