Hex #fe9f5e Color

#fe9f5e
equivalent to

RGB

(254, 159, 94)

Details of #fe9f5e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
254
55.2916
0.07
0.00
73.9816
46.6753
24°
68.3193
159
46.6753
0.99
0.37
29.5398
0.4660
63°
24.9036
94
16.6847
0.68
0.63   0.00
48.1162
0.3934
100°
33.3480

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111110
376
254
FE
Green
10011111
237
159
9F
Blue
1011110
136
94
5E

RGB in % of #fe9f5e

%50.10
%31.36
%18.54

CMYK in % of #fe9f5e

%0
%37
%63
%0

Triads of color #fe9f5e

#fe9f5e #9f5efe #5efe5e

Similar Colors to #fe9f5e

#fe9f5e #fe5e6d #feef5e

Preview Color #fe9f5e on black ground

#fe9f5e is very interesting for text.

Preview Color #fe9f5e on white ground

#fe9f5e is very interesting for text.

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.


Shadow of Div

<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