Shades of Orange Red #FE410E
Tints of Orange Red #FE410E
RGB
CMYK
RGB Variations
Color information
#FE410E (or 0xFE410E) is known color: Orange Red. HEX triplet: FE, 41 and 0E. RGB value is (254,65,14). Sum of RGB (Red+Green+Blue) = 254+65+14=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE410E is #01BEF1. Grayscale: #747474. Windows color (decimal): -114418 or 934398. OLE color: 934398.
HSL color Cylindrical-coordinate representation of color #FE410E: hue angle of 12.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE410E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.00 |
| HSL | 12.75º | 0.99% | 0.53% | - |
| HSV(B) | 12.75º | 0.94% | 1% | - |
| XYZ | 42.84 | 24.88 | 2.96 | - |
| YUV | 115.7 | 70.62 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 14 | 0 | 0.74 | 0.94 | 0.00 | 12.75 | 0.99 | 0.53 |
| Hex | FE | 41 | E | 0 | 4A | 5E | 0 | D | 63 | 35 |
| Octal | 376 | 101 | 16 | 0 | 112 | 136 | 0 | 15 | 143 | 65 |
| Binary | 11111110 | 1000001 | 1110 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100011 | 110101 |
Color Harmonies of #FE410E
Complementary color
Monochromatic Colors of #FE410E
Black with #FE410E
Text Example
Text Example
White with #FE410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE410E; }
p { color: rgb(254,65,14); }
H1.HeaderClassName
{
color: #FE410E;
}
.AnyTagClassName
{
color: #FE410E;
}
</style>
background-color css
<style>
a { background-color: #FE410E; }
a { background-color: rgb(254,65,14); }
div.DivClassName
{
background-color: #FE410E;
}
.BgClassName
{
background-color: #FE410E;
}
</style>
border-color css
<style>
span { border-color: #FE410E; }
span { border-color: rgb(254,65,14); }
td.TdClassName
{
border-color: #FE410E;
}
.TagClassName
{
border-color: #FE410E;
}
</style>