Shades of Orange Red #F14710
Tints of Orange Red #F14710
RGB
CMYK
RGB Variations
Color information
#F14710 (or 0xF14710) is known color: Orange Red. HEX triplet: F1, 47 and 10. RGB value is (241,71,16). Sum of RGB (Red+Green+Blue) = 241+71+16=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F14710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14710 is #0EB8EF. Grayscale: #737373. Windows color (decimal): -964848 or 1066993. OLE color: 1066993.
HSL color Cylindrical-coordinate representation of color #F14710: hue angle of 14.67º 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 #F14710 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.67º | 0.89% | 0.5% | - |
| HSV(B) | 14.67º | 0.93% | 0.95% | - |
| XYZ | 38.62 | 23.24 | 2.94 | - |
| YUV | 115.56 | 71.82 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 16 | 0 | 0.71 | 0.93 | 0.05 | 14.67 | 0.89 | 0.5 |
| Hex | F1 | 47 | 10 | 0 | 47 | 5D | 5 | F | 59 | 32 |
| Octal | 361 | 107 | 20 | 0 | 107 | 135 | 5 | 17 | 131 | 62 |
| Binary | 11110001 | 1000111 | 10000 | 0 | 1000111 | 1011101 | 101 | 1111 | 1011001 | 110010 |
Color Harmonies of #F14710
Complementary color
Monochromatic Colors of #F14710
Black with #F14710
Text Example
Text Example
White with #F14710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14710; }
p { color: rgb(241,71,16); }
H1.HeaderClassName
{
color: #F14710;
}
.AnyTagClassName
{
color: #F14710;
}
</style>
background-color css
<style>
a { background-color: #F14710; }
a { background-color: rgb(241,71,16); }
div.DivClassName
{
background-color: #F14710;
}
.BgClassName
{
background-color: #F14710;
}
</style>
border-color css
<style>
span { border-color: #F14710; }
span { border-color: rgb(241,71,16); }
td.TdClassName
{
border-color: #F14710;
}
.TagClassName
{
border-color: #F14710;
}
</style>