Shades of Red Orange #FE422E
Tints of Red Orange #FE422E
RGB
CMYK
RGB Variations
Color information
#FE422E (or 0xFE422E) is known color: Red Orange. HEX triplet: FE, 42 and 2E. RGB value is (254,66,46). Sum of RGB (Red+Green+Blue) = 254+66+46=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE422E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE422E is #01BDD1. Grayscale: #787878. Windows color (decimal): -114130 or 3031806. OLE color: 3031806.
HSL color Cylindrical-coordinate representation of color #FE422E: hue angle of 5.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE422E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 46 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.00 |
| HSL | 5.77º | 0.99% | 0.59% | - |
| HSV(B) | 5.77º | 0.82% | 1% | - |
| XYZ | 43.31 | 25.16 | 5.16 | - |
| YUV | 119.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 46 | 0 | 0.74 | 0.82 | 0.00 | 5.77 | 0.99 | 0.59 |
| Hex | FE | 42 | 2E | 0 | 4A | 52 | 0 | 6 | 63 | 3B |
| Octal | 376 | 102 | 56 | 0 | 112 | 122 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000010 | 101110 | 0 | 1001010 | 1010010 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE422E
Complementary color
Monochromatic Colors of #FE422E
Black with #FE422E
Text Example
Text Example
White with #FE422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE422E; }
p { color: rgb(254,66,46); }
H1.HeaderClassName
{
color: #FE422E;
}
.AnyTagClassName
{
color: #FE422E;
}
</style>
background-color css
<style>
a { background-color: #FE422E; }
a { background-color: rgb(254,66,46); }
div.DivClassName
{
background-color: #FE422E;
}
.BgClassName
{
background-color: #FE422E;
}
</style>
border-color css
<style>
span { border-color: #FE422E; }
span { border-color: rgb(254,66,46); }
td.TdClassName
{
border-color: #FE422E;
}
.TagClassName
{
border-color: #FE422E;
}
</style>