Shades of Red Orange #FE421E
Tints of Red Orange #FE421E
RGB
CMYK
RGB Variations
Color information
#FE421E (or 0xFE421E) is known color: Red Orange. HEX triplet: FE, 42 and 1E. RGB value is (254,66,30). Sum of RGB (Red+Green+Blue) = 254+66+30=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE421E is #01BDE1. Grayscale: #767676. Windows color (decimal): -114146 or 1983230. OLE color: 1983230.
HSL color Cylindrical-coordinate representation of color #FE421E: hue angle of 9.64º 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 #FE421E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.00 |
| HSL | 9.64º | 0.99% | 0.56% | - |
| HSV(B) | 9.64º | 0.88% | 1% | - |
| XYZ | 43.06 | 25.06 | 3.8 | - |
| YUV | 118.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 30 | 0 | 0.74 | 0.88 | 0.00 | 9.64 | 0.99 | 0.56 |
| Hex | FE | 42 | 1E | 0 | 4A | 58 | 0 | A | 63 | 38 |
| Octal | 376 | 102 | 36 | 0 | 112 | 130 | 0 | 12 | 143 | 70 |
| Binary | 11111110 | 1000010 | 11110 | 0 | 1001010 | 1011000 | 0 | 1010 | 1100011 | 111000 |
Color Harmonies of #FE421E
Complementary color
Monochromatic Colors of #FE421E
Black with #FE421E
Text Example
Text Example
White with #FE421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE421E; }
p { color: rgb(254,66,30); }
H1.HeaderClassName
{
color: #FE421E;
}
.AnyTagClassName
{
color: #FE421E;
}
</style>
background-color css
<style>
a { background-color: #FE421E; }
a { background-color: rgb(254,66,30); }
div.DivClassName
{
background-color: #FE421E;
}
.BgClassName
{
background-color: #FE421E;
}
</style>
border-color css
<style>
span { border-color: #FE421E; }
span { border-color: rgb(254,66,30); }
td.TdClassName
{
border-color: #FE421E;
}
.TagClassName
{
border-color: #FE421E;
}
</style>