Shades of Red Orange #FE341E
Tints of Red Orange #FE341E
RGB
CMYK
RGB Variations
Color information
#FE341E (or 0xFE341E) is known color: Red Orange. HEX triplet: FE, 34 and 1E. RGB value is (254,52,30). Sum of RGB (Red+Green+Blue) = 254+52+30=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE341E is #01CBE1. Grayscale: #6E6E6E. Windows color (decimal): -117730 or 1979646. OLE color: 1979646.
HSL color Cylindrical-coordinate representation of color #FE341E: hue angle of 5.89º 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 #FE341E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 30 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.00 |
| HSL | 5.89º | 0.99% | 0.56% | - |
| HSV(B) | 5.89º | 0.88% | 1% | - |
| XYZ | 42.34 | 23.62 | 3.56 | - |
| YUV | 109.89 | 82.92 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 30 | 0 | 0.80 | 0.88 | 0.00 | 5.89 | 0.99 | 0.56 |
| Hex | FE | 34 | 1E | 0 | 50 | 58 | 0 | 6 | 63 | 38 |
| Octal | 376 | 64 | 36 | 0 | 120 | 130 | 0 | 6 | 143 | 70 |
| Binary | 11111110 | 110100 | 11110 | 0 | 1010000 | 1011000 | 0 | 110 | 1100011 | 111000 |
Color Harmonies of #FE341E
Complementary color
Monochromatic Colors of #FE341E
Black with #FE341E
Text Example
Text Example
White with #FE341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE341E; }
p { color: rgb(254,52,30); }
H1.HeaderClassName
{
color: #FE341E;
}
.AnyTagClassName
{
color: #FE341E;
}
</style>
background-color css
<style>
a { background-color: #FE341E; }
a { background-color: rgb(254,52,30); }
div.DivClassName
{
background-color: #FE341E;
}
.BgClassName
{
background-color: #FE341E;
}
</style>
border-color css
<style>
span { border-color: #FE341E; }
span { border-color: rgb(254,52,30); }
td.TdClassName
{
border-color: #FE341E;
}
.TagClassName
{
border-color: #FE341E;
}
</style>