Shades of Red Orange #FE401D
Tints of Red Orange #FE401D
RGB
CMYK
RGB Variations
Color information
#FE401D (or 0xFE401D) is known color: Red Orange. HEX triplet: FE, 40 and 1D. RGB value is (254,64,29). Sum of RGB (Red+Green+Blue) = 254+64+29=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE401D is #01BFE2. Grayscale: #757575. Windows color (decimal): -114659 or 1917182. OLE color: 1917182.
HSL color Cylindrical-coordinate representation of color #FE401D: hue angle of 9.33º 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 #FE401D is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 29 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.00 |
| HSL | 9.33º | 0.99% | 0.55% | - |
| HSV(B) | 9.33º | 0.89% | 1% | - |
| XYZ | 42.93 | 24.83 | 3.69 | - |
| YUV | 116.82 | 78.45 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 29 | 0 | 0.75 | 0.89 | 0.00 | 9.33 | 0.99 | 0.55 |
| Hex | FE | 40 | 1D | 0 | 4B | 59 | 0 | 9 | 63 | 37 |
| Octal | 376 | 100 | 35 | 0 | 113 | 131 | 0 | 11 | 143 | 67 |
| Binary | 11111110 | 1000000 | 11101 | 0 | 1001011 | 1011001 | 0 | 1001 | 1100011 | 110111 |
Color Harmonies of #FE401D
Complementary color
Monochromatic Colors of #FE401D
Black with #FE401D
Text Example
Text Example
White with #FE401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE401D; }
p { color: rgb(254,64,29); }
H1.HeaderClassName
{
color: #FE401D;
}
.AnyTagClassName
{
color: #FE401D;
}
</style>
background-color css
<style>
a { background-color: #FE401D; }
a { background-color: rgb(254,64,29); }
div.DivClassName
{
background-color: #FE401D;
}
.BgClassName
{
background-color: #FE401D;
}
</style>
border-color css
<style>
span { border-color: #FE401D; }
span { border-color: rgb(254,64,29); }
td.TdClassName
{
border-color: #FE401D;
}
.TagClassName
{
border-color: #FE401D;
}
</style>