Shades of Orange Red #F14001
Tints of Orange Red #F14001
RGB
CMYK
RGB Variations
Color information
#F14001 (or 0xF14001) is known color: Orange Red. HEX triplet: F1, 40 and 01. RGB value is (241,64,1). Sum of RGB (Red+Green+Blue) = 241+64+1=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F14001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14001 is #0EBFFE. Grayscale: #6E6E6E. Windows color (decimal): -966655 or 82161. OLE color: 82161.
HSL color Cylindrical-coordinate representation of color #F14001: hue angle of 15.75º 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 #F14001 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.05 |
| HSL | 15.75º | 0.99% | 0.47% | - |
| HSV(B) | 15.75º | 1% | 0.95% | - |
| XYZ | 38.11 | 22.37 | 2.34 | - |
| YUV | 109.74 | 66.64 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 1 | 0 | 0.73 | 1.00 | 0.05 | 15.75 | 0.99 | 0.47 |
| Hex | F1 | 40 | 1 | 0 | 49 | 64 | 5 | 10 | 63 | 2F |
| Octal | 361 | 100 | 1 | 0 | 111 | 144 | 5 | 20 | 143 | 57 |
| Binary | 11110001 | 1000000 | 1 | 0 | 1001001 | 1100100 | 101 | 10000 | 1100011 | 101111 |
Color Harmonies of #F14001
Complementary color
Monochromatic Colors of #F14001
Black with #F14001
Text Example
Text Example
White with #F14001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14001; }
p { color: rgb(241,64,1); }
H1.HeaderClassName
{
color: #F14001;
}
.AnyTagClassName
{
color: #F14001;
}
</style>
background-color css
<style>
a { background-color: #F14001; }
a { background-color: rgb(241,64,1); }
div.DivClassName
{
background-color: #F14001;
}
.BgClassName
{
background-color: #F14001;
}
</style>
border-color css
<style>
span { border-color: #F14001; }
span { border-color: rgb(241,64,1); }
td.TdClassName
{
border-color: #F14001;
}
.TagClassName
{
border-color: #F14001;
}
</style>