Shades of Red Orange #FE311E
Tints of Red Orange #FE311E
RGB
CMYK
RGB Variations
Color information
#FE311E (or 0xFE311E) is known color: Red Orange. HEX triplet: FE, 31 and 1E. RGB value is (254,49,30). Sum of RGB (Red+Green+Blue) = 254+49+30=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE311E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE311E is #01CEE1. Grayscale: #6C6C6C. Windows color (decimal): -118498 or 1978878. OLE color: 1978878.
HSL color Cylindrical-coordinate representation of color #FE311E: hue angle of 5.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE311E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 30 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.00 |
| HSL | 5.09º | 0.99% | 0.56% | - |
| HSV(B) | 5.09º | 0.88% | 1% | - |
| XYZ | 42.21 | 23.36 | 3.51 | - |
| YUV | 108.13 | 83.92 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 30 | 0 | 0.81 | 0.88 | 0.00 | 5.09 | 0.99 | 0.56 |
| Hex | FE | 31 | 1E | 0 | 51 | 58 | 0 | 5 | 63 | 38 |
| Octal | 376 | 61 | 36 | 0 | 121 | 130 | 0 | 5 | 143 | 70 |
| Binary | 11111110 | 110001 | 11110 | 0 | 1010001 | 1011000 | 0 | 101 | 1100011 | 111000 |
Color Harmonies of #FE311E
Complementary color
Monochromatic Colors of #FE311E
Black with #FE311E
Text Example
Text Example
White with #FE311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE311E; }
p { color: rgb(254,49,30); }
H1.HeaderClassName
{
color: #FE311E;
}
.AnyTagClassName
{
color: #FE311E;
}
</style>
background-color css
<style>
a { background-color: #FE311E; }
a { background-color: rgb(254,49,30); }
div.DivClassName
{
background-color: #FE311E;
}
.BgClassName
{
background-color: #FE311E;
}
</style>
border-color css
<style>
span { border-color: #FE311E; }
span { border-color: rgb(254,49,30); }
td.TdClassName
{
border-color: #FE311E;
}
.TagClassName
{
border-color: #FE311E;
}
</style>