Shades of Orange Red #F14210
Tints of Orange Red #F14210
RGB
CMYK
RGB Variations
Color information
#F14210 (or 0xF14210) is known color: Orange Red. HEX triplet: F1, 42 and 10. RGB value is (241,66,16). Sum of RGB (Red+Green+Blue) = 241+66+16=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F14210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14210 is #0EBDEF. Grayscale: #717171. Windows color (decimal): -966128 or 1065713. OLE color: 1065713.
HSL color Cylindrical-coordinate representation of color #F14210: hue angle of 13.33º 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 #F14210 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 13.33º | 0.89% | 0.5% | - |
| HSV(B) | 13.33º | 0.93% | 0.95% | - |
| XYZ | 38.32 | 22.63 | 2.84 | - |
| YUV | 112.63 | 73.48 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 16 | 0 | 0.73 | 0.93 | 0.05 | 13.33 | 0.89 | 0.5 |
| Hex | F1 | 42 | 10 | 0 | 49 | 5D | 5 | D | 59 | 32 |
| Octal | 361 | 102 | 20 | 0 | 111 | 135 | 5 | 15 | 131 | 62 |
| Binary | 11110001 | 1000010 | 10000 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011001 | 110010 |
Color Harmonies of #F14210
Complementary color
Monochromatic Colors of #F14210
Black with #F14210
Text Example
Text Example
White with #F14210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14210; }
p { color: rgb(241,66,16); }
H1.HeaderClassName
{
color: #F14210;
}
.AnyTagClassName
{
color: #F14210;
}
</style>
background-color css
<style>
a { background-color: #F14210; }
a { background-color: rgb(241,66,16); }
div.DivClassName
{
background-color: #F14210;
}
.BgClassName
{
background-color: #F14210;
}
</style>
border-color css
<style>
span { border-color: #F14210; }
span { border-color: rgb(241,66,16); }
td.TdClassName
{
border-color: #F14210;
}
.TagClassName
{
border-color: #F14210;
}
</style>