Shades of Orange Red #F1460F
Tints of Orange Red #F1460F
RGB
CMYK
RGB Variations
Color information
#F1460F (or 0xF1460F) is known color: Orange Red. HEX triplet: F1, 46 and 0F. RGB value is (241,70,15). Sum of RGB (Red+Green+Blue) = 241+70+15=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1460F is #0EB9F0. Grayscale: #737373. Windows color (decimal): -965105 or 1001201. OLE color: 1001201.
HSL color Cylindrical-coordinate representation of color #F1460F: hue angle of 14.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1460F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.05 |
| HSL | 14.6º | 0.89% | 0.5% | - |
| HSV(B) | 14.6º | 0.94% | 0.95% | - |
| XYZ | 38.55 | 23.12 | 2.88 | - |
| YUV | 114.86 | 71.65 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 15 | 0 | 0.71 | 0.94 | 0.05 | 14.6 | 0.89 | 0.5 |
| Hex | F1 | 46 | F | 0 | 47 | 5E | 5 | F | 59 | 32 |
| Octal | 361 | 106 | 17 | 0 | 107 | 136 | 5 | 17 | 131 | 62 |
| Binary | 11110001 | 1000110 | 1111 | 0 | 1000111 | 1011110 | 101 | 1111 | 1011001 | 110010 |
Color Harmonies of #F1460F
Complementary color
Monochromatic Colors of #F1460F
Black with #F1460F
Text Example
Text Example
White with #F1460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1460F; }
p { color: rgb(241,70,15); }
H1.HeaderClassName
{
color: #F1460F;
}
.AnyTagClassName
{
color: #F1460F;
}
</style>
background-color css
<style>
a { background-color: #F1460F; }
a { background-color: rgb(241,70,15); }
div.DivClassName
{
background-color: #F1460F;
}
.BgClassName
{
background-color: #F1460F;
}
</style>
border-color css
<style>
span { border-color: #F1460F; }
span { border-color: rgb(241,70,15); }
td.TdClassName
{
border-color: #F1460F;
}
.TagClassName
{
border-color: #F1460F;
}
</style>