Shades of Red Orange #FE321E
Tints of Red Orange #FE321E
RGB
CMYK
RGB Variations
Color information
#FE321E (or 0xFE321E) is known color: Red Orange. HEX triplet: FE, 32 and 1E. RGB value is (254,50,30). Sum of RGB (Red+Green+Blue) = 254+50+30=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE321E is #01CDE1. Grayscale: #6D6D6D. Windows color (decimal): -118242 or 1979134. OLE color: 1979134.
HSL color Cylindrical-coordinate representation of color #FE321E: hue angle of 5.36º 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 #FE321E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 30 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.00 |
| HSL | 5.36º | 0.99% | 0.56% | - |
| HSV(B) | 5.36º | 0.88% | 1% | - |
| XYZ | 42.25 | 23.45 | 3.53 | - |
| YUV | 108.72 | 83.59 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 30 | 0 | 0.80 | 0.88 | 0.00 | 5.36 | 0.99 | 0.56 |
| Hex | FE | 32 | 1E | 0 | 50 | 58 | 0 | 5 | 63 | 38 |
| Octal | 376 | 62 | 36 | 0 | 120 | 130 | 0 | 5 | 143 | 70 |
| Binary | 11111110 | 110010 | 11110 | 0 | 1010000 | 1011000 | 0 | 101 | 1100011 | 111000 |
Color Harmonies of #FE321E
Complementary color
Monochromatic Colors of #FE321E
Black with #FE321E
Text Example
Text Example
White with #FE321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE321E; }
p { color: rgb(254,50,30); }
H1.HeaderClassName
{
color: #FE321E;
}
.AnyTagClassName
{
color: #FE321E;
}
</style>
background-color css
<style>
a { background-color: #FE321E; }
a { background-color: rgb(254,50,30); }
div.DivClassName
{
background-color: #FE321E;
}
.BgClassName
{
background-color: #FE321E;
}
</style>
border-color css
<style>
span { border-color: #FE321E; }
span { border-color: rgb(254,50,30); }
td.TdClassName
{
border-color: #FE321E;
}
.TagClassName
{
border-color: #FE321E;
}
</style>