Shades of Red Orange #FE421D
Tints of Red Orange #FE421D
RGB
CMYK
RGB Variations
Color information
#FE421D (or 0xFE421D) is known color: Red Orange. HEX triplet: FE, 42 and 1D. RGB value is (254,66,29). Sum of RGB (Red+Green+Blue) = 254+66+29=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE421D is #01BDE2. Grayscale: #767676. Windows color (decimal): -114147 or 1917694. OLE color: 1917694.
HSL color Cylindrical-coordinate representation of color #FE421D: hue angle of 9.87º 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 #FE421D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 29 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.00 |
| HSL | 9.87º | 0.99% | 0.55% | - |
| HSV(B) | 9.87º | 0.89% | 1% | - |
| XYZ | 43.04 | 25.06 | 3.73 | - |
| YUV | 117.99 | 77.78 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 29 | 0 | 0.74 | 0.89 | 0.00 | 9.87 | 0.99 | 0.55 |
| Hex | FE | 42 | 1D | 0 | 4A | 59 | 0 | A | 63 | 37 |
| Octal | 376 | 102 | 35 | 0 | 112 | 131 | 0 | 12 | 143 | 67 |
| Binary | 11111110 | 1000010 | 11101 | 0 | 1001010 | 1011001 | 0 | 1010 | 1100011 | 110111 |
Color Harmonies of #FE421D
Complementary color
Monochromatic Colors of #FE421D
Black with #FE421D
Text Example
Text Example
White with #FE421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE421D; }
p { color: rgb(254,66,29); }
H1.HeaderClassName
{
color: #FE421D;
}
.AnyTagClassName
{
color: #FE421D;
}
</style>
background-color css
<style>
a { background-color: #FE421D; }
a { background-color: rgb(254,66,29); }
div.DivClassName
{
background-color: #FE421D;
}
.BgClassName
{
background-color: #FE421D;
}
</style>
border-color css
<style>
span { border-color: #FE421D; }
span { border-color: rgb(254,66,29); }
td.TdClassName
{
border-color: #FE421D;
}
.TagClassName
{
border-color: #FE421D;
}
</style>