Shades of Red Orange #FE4138
Tints of Red Orange #FE4138
RGB
CMYK
RGB Variations
Color information
#FE4138 (or 0xFE4138) is known color: Red Orange. HEX triplet: FE, 41 and 38. RGB value is (254,65,56). Sum of RGB (Red+Green+Blue) = 254+65+56=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4138 is #01BEC7. Grayscale: #787878. Windows color (decimal): -114376 or 3686910. OLE color: 3686910.
HSL color Cylindrical-coordinate representation of color #FE4138: hue angle of 2.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE4138 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.00 |
| HSL | 2.73º | 0.99% | 0.61% | - |
| HSV(B) | 2.73º | 0.78% | 1% | - |
| XYZ | 43.48 | 25.14 | 6.3 | - |
| YUV | 120.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 56 | 0 | 0.74 | 0.78 | 0.00 | 2.73 | 0.99 | 0.61 |
| Hex | FE | 41 | 38 | 0 | 4A | 4E | 0 | 3 | 63 | 3D |
| Octal | 376 | 101 | 70 | 0 | 112 | 116 | 0 | 3 | 143 | 75 |
| Binary | 11111110 | 1000001 | 111000 | 0 | 1001010 | 1001110 | 0 | 11 | 1100011 | 111101 |
Color Harmonies of #FE4138
Complementary color
Monochromatic Colors of #FE4138
Black with #FE4138
Text Example
Text Example
White with #FE4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4138; }
p { color: rgb(254,65,56); }
H1.HeaderClassName
{
color: #FE4138;
}
.AnyTagClassName
{
color: #FE4138;
}
</style>
background-color css
<style>
a { background-color: #FE4138; }
a { background-color: rgb(254,65,56); }
div.DivClassName
{
background-color: #FE4138;
}
.BgClassName
{
background-color: #FE4138;
}
</style>
border-color css
<style>
span { border-color: #FE4138; }
span { border-color: rgb(254,65,56); }
td.TdClassName
{
border-color: #FE4138;
}
.TagClassName
{
border-color: #FE4138;
}
</style>