Hex #fe9f5e Color
equivalent to
RGB
(254, 159, 94)Details of #fe9f5e
|
|
|
|
Color HEX #fe9f5e matches (254, 159, 94) in RGB.
#fe9f5e hex color red value is 254, green value is 159 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fe9f5e hue: 0.07, saturation: 0.99 and the lightness value of fe9f5e is 0.68.
The process color (four color CMYK) of #fe9f5e color hex is 0.00, 0.37, 0.63, 0.00. Web safe color of #fe9f5e is #ff9966. Color #fe9f5e contains mainly RED color.
Base Numbers
|
|
|
|
#fe9f5e tints
#fe9f5e shades
RGB in % of #fe9f5e
CMYK in % of #fe9f5e
Preview Color #fe9f5e on black ground
Very nice color.
Preview Color #fe9f5e on white ground
Very nice color.
CSS Codes #fe9f5e color
.mybgcolor {background-color:#fe9f5e; } .myforecolor {color:#fe9f5e; } .mybordercolor {border:3px solid #fe9f5e; }
Text Font Color #fe9f5e
<p style="color:#fe9f5e">Text here</p>
This sample text font color is #fe9f5e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #fe9f5e
<div style="background-color:#fe9f5e">
Div content here</div>
This div background color is #fe9f5e
Border Color #fe9f5e
<div style="border:3px solid #fe9f5e">
Div here</div>
The color of this border is #fe9f5e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe9f5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe9f5e; -webkit-box-shadow: 1px 1px 3px 2px #fe9f5e; box-shadow: 1px 1px 3px 2px #fe9f5e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #fe9f5e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe9f5e; -webkit-box-shadow: 1px 1px 3px 2px #fe9f5e; box-shadow: 1px 1px 3px 2px #fe9f5e;">
Div content here</div>
The shadow of div box using color #fe9f5e