Shades of Red Orange #FE391D
Tints of Red Orange #FE391D
RGB
CMYK
RGB Variations
Color information
#FE391D (or 0xFE391D) is known color: Red Orange. HEX triplet: FE, 39 and 1D. RGB value is (254,57,29). Sum of RGB (Red+Green+Blue) = 254+57+29=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE391D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE391D is #01C6E2. Grayscale: #717171. Windows color (decimal): -116451 or 1915390. OLE color: 1915390.
HSL color Cylindrical-coordinate representation of color #FE391D: hue angle of 7.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE391D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 29 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.00 |
| HSL | 7.47º | 0.99% | 0.55% | - |
| HSV(B) | 7.47º | 0.89% | 1% | - |
| XYZ | 42.56 | 24.09 | 3.57 | - |
| YUV | 112.71 | 80.77 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 29 | 0 | 0.78 | 0.89 | 0.00 | 7.47 | 0.99 | 0.55 |
| Hex | FE | 39 | 1D | 0 | 4E | 59 | 0 | 7 | 63 | 37 |
| Octal | 376 | 71 | 35 | 0 | 116 | 131 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 111001 | 11101 | 0 | 1001110 | 1011001 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE391D
Complementary color
Monochromatic Colors of #FE391D
Black with #FE391D
Text Example
Text Example
White with #FE391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE391D; }
p { color: rgb(254,57,29); }
H1.HeaderClassName
{
color: #FE391D;
}
.AnyTagClassName
{
color: #FE391D;
}
</style>
background-color css
<style>
a { background-color: #FE391D; }
a { background-color: rgb(254,57,29); }
div.DivClassName
{
background-color: #FE391D;
}
.BgClassName
{
background-color: #FE391D;
}
</style>
border-color css
<style>
span { border-color: #FE391D; }
span { border-color: rgb(254,57,29); }
td.TdClassName
{
border-color: #FE391D;
}
.TagClassName
{
border-color: #FE391D;
}
</style>