Shades of Orange Red #F14701
Tints of Orange Red #F14701
RGB
CMYK
RGB Variations
Color information
#F14701 (or 0xF14701) is known color: Orange Red. HEX triplet: F1, 47 and 01. RGB value is (241,71,1). Sum of RGB (Red+Green+Blue) = 241+71+1=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F14701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14701 is #0EB8FE. Grayscale: #727272. Windows color (decimal): -964863 or 83953. OLE color: 83953.
HSL color Cylindrical-coordinate representation of color #F14701: hue angle of 17.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F14701 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.05 |
| HSL | 17.5º | 0.99% | 0.47% | - |
| HSV(B) | 17.5º | 1% | 0.95% | - |
| XYZ | 38.53 | 23.21 | 2.48 | - |
| YUV | 113.85 | 64.32 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 1 | 0 | 0.71 | 1.00 | 0.05 | 17.5 | 0.99 | 0.47 |
| Hex | F1 | 47 | 1 | 0 | 47 | 64 | 5 | 12 | 63 | 2F |
| Octal | 361 | 107 | 1 | 0 | 107 | 144 | 5 | 22 | 143 | 57 |
| Binary | 11110001 | 1000111 | 1 | 0 | 1000111 | 1100100 | 101 | 10010 | 1100011 | 101111 |
Color Harmonies of #F14701
Complementary color
Monochromatic Colors of #F14701
Black with #F14701
Text Example
Text Example
White with #F14701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14701; }
p { color: rgb(241,71,1); }
H1.HeaderClassName
{
color: #F14701;
}
.AnyTagClassName
{
color: #F14701;
}
</style>
background-color css
<style>
a { background-color: #F14701; }
a { background-color: rgb(241,71,1); }
div.DivClassName
{
background-color: #F14701;
}
.BgClassName
{
background-color: #F14701;
}
</style>
border-color css
<style>
span { border-color: #F14701; }
span { border-color: rgb(241,71,1); }
td.TdClassName
{
border-color: #F14701;
}
.TagClassName
{
border-color: #F14701;
}
</style>