Shades of Orange Red #FE4614
Tints of Orange Red #FE4614
RGB
CMYK
RGB Variations
Color information
#FE4614 (or 0xFE4614) is known color: Orange Red. HEX triplet: FE, 46 and 14. RGB value is (254,70,20). Sum of RGB (Red+Green+Blue) = 254+70+20=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4614 is #01B9EB. Grayscale: #777777. Windows color (decimal): -113132 or 1328894. OLE color: 1328894.
HSL color Cylindrical-coordinate representation of color #FE4614: hue angle of 12.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE4614 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 20 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.00 |
| HSL | 12.82º | 0.99% | 0.54% | - |
| HSV(B) | 12.82º | 0.92% | 1% | - |
| XYZ | 43.19 | 25.5 | 3.31 | - |
| YUV | 119.32 | 71.96 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 20 | 0 | 0.72 | 0.92 | 0.00 | 12.82 | 0.99 | 0.54 |
| Hex | FE | 46 | 14 | 0 | 48 | 5C | 0 | D | 63 | 36 |
| Octal | 376 | 106 | 24 | 0 | 110 | 134 | 0 | 15 | 143 | 66 |
| Binary | 11111110 | 1000110 | 10100 | 0 | 1001000 | 1011100 | 0 | 1101 | 1100011 | 110110 |
Color Harmonies of #FE4614
Complementary color
Monochromatic Colors of #FE4614
Black with #FE4614
Text Example
Text Example
White with #FE4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4614; }
p { color: rgb(254,70,20); }
H1.HeaderClassName
{
color: #FE4614;
}
.AnyTagClassName
{
color: #FE4614;
}
</style>
background-color css
<style>
a { background-color: #FE4614; }
a { background-color: rgb(254,70,20); }
div.DivClassName
{
background-color: #FE4614;
}
.BgClassName
{
background-color: #FE4614;
}
</style>
border-color css
<style>
span { border-color: #FE4614; }
span { border-color: rgb(254,70,20); }
td.TdClassName
{
border-color: #FE4614;
}
.TagClassName
{
border-color: #FE4614;
}
</style>