Shades of Red Orange #FE401C
Tints of Red Orange #FE401C
RGB
CMYK
RGB Variations
Color information
#FE401C (or 0xFE401C) is known color: Red Orange. HEX triplet: FE, 40 and 1C. RGB value is (254,64,28). Sum of RGB (Red+Green+Blue) = 254+64+28=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE401C is #01BFE3. Grayscale: #757575. Windows color (decimal): -114660 or 1851646. OLE color: 1851646.
HSL color Cylindrical-coordinate representation of color #FE401C: hue angle of 9.56º 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 #FE401C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.00 |
| HSL | 9.56º | 0.99% | 0.55% | - |
| HSV(B) | 9.56º | 0.89% | 1% | - |
| XYZ | 42.92 | 24.82 | 3.63 | - |
| YUV | 116.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 28 | 0 | 0.75 | 0.89 | 0.00 | 9.56 | 0.99 | 0.55 |
| Hex | FE | 40 | 1C | 0 | 4B | 59 | 0 | A | 63 | 37 |
| Octal | 376 | 100 | 34 | 0 | 113 | 131 | 0 | 12 | 143 | 67 |
| Binary | 11111110 | 1000000 | 11100 | 0 | 1001011 | 1011001 | 0 | 1010 | 1100011 | 110111 |
Color Harmonies of #FE401C
Complementary color
Monochromatic Colors of #FE401C
Black with #FE401C
Text Example
Text Example
White with #FE401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE401C; }
p { color: rgb(254,64,28); }
H1.HeaderClassName
{
color: #FE401C;
}
.AnyTagClassName
{
color: #FE401C;
}
</style>
background-color css
<style>
a { background-color: #FE401C; }
a { background-color: rgb(254,64,28); }
div.DivClassName
{
background-color: #FE401C;
}
.BgClassName
{
background-color: #FE401C;
}
</style>
border-color css
<style>
span { border-color: #FE401C; }
span { border-color: rgb(254,64,28); }
td.TdClassName
{
border-color: #FE401C;
}
.TagClassName
{
border-color: #FE401C;
}
</style>