Shades of Orange Red #F14100
Tints of Orange Red #F14100
RGB
CMYK
RGB Variations
Color information
#F14100 (or 0xF14100) is known color: Orange Red. HEX triplet: F1, 41 and 00. RGB value is (241,65,0). Sum of RGB (Red+Green+Blue) = 241+65+0=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F14100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14100 is #0EBEFF. Grayscale: #6E6E6E. Windows color (decimal): -966400 or 16881. OLE color: 16881.
HSL color Cylindrical-coordinate representation of color #F14100: hue angle of 16.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F14100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.05 |
| HSL | 16.18º | 1% | 0.47% | - |
| HSV(B) | 16.18º | 1% | 0.95% | - |
| XYZ | 38.17 | 22.48 | 2.33 | - |
| YUV | 110.21 | 65.81 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 0 | 0 | 0.73 | 1 | 0.05 | 16.18 | 1 | 0.47 |
| Hex | F1 | 41 | 0 | 0 | 49 | 64 | 5 | 10 | 64 | 2F |
| Octal | 361 | 101 | 0 | 0 | 111 | 144 | 5 | 20 | 144 | 57 |
| Binary | 11110001 | 1000001 | 0 | 0 | 1001001 | 1100100 | 101 | 10000 | 1100100 | 101111 |
Color Harmonies of #F14100
Complementary color
Monochromatic Colors of #F14100
Black with #F14100
Text Example
Text Example
White with #F14100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14100; }
p { color: rgb(241,65,0); }
H1.HeaderClassName
{
color: #F14100;
}
.AnyTagClassName
{
color: #F14100;
}
</style>
background-color css
<style>
a { background-color: #F14100; }
a { background-color: rgb(241,65,0); }
div.DivClassName
{
background-color: #F14100;
}
.BgClassName
{
background-color: #F14100;
}
</style>
border-color css
<style>
span { border-color: #F14100; }
span { border-color: rgb(241,65,0); }
td.TdClassName
{
border-color: #F14100;
}
.TagClassName
{
border-color: #F14100;
}
</style>