Hex #fd9a5c Color

#fd9a5c
equivalent to

RGB

(253, 154, 92)

Details of #fd9a5c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
253
53.9954
0.06
0.00
72.7379
44.7666
23°
66.9078
154
44.7666
0.98
0.39
31.6130
0.4708
64°
26.9632
92
15.9202
0.68
0.64   0.01
47.6324
0.3904
99°
32.7320

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111101
375
253
FD
Green
10011010
232
154
9A
Blue
1011100
134
92
5C

RGB in % of #fd9a5c

%50.70
%30.86
%18.44

CMYK in % of #fd9a5c

%0
%39
%64
%1

Triads of color #fd9a5c

#fd9a5c #9a5cfd #5cfd5c

Similar Colors to #fd9a5c

#fd9a5c #fd5c6f #fdeb5c

Preview Color #fd9a5c on black ground

#fd9a5c is very interesting for text.

Preview Color #fd9a5c on white ground

#fd9a5c is very interesting for text.

CSS Codes #fd9a5c color

.mybgcolor {background-color:#fd9a5c; }
.myforecolor {color:#fd9a5c; }
.mybordercolor {border:3px solid #fd9a5c; }

Text Font Color #fd9a5c

<p style="color:#fd9a5c">Text here</p>

This sample text font color is #fd9a5c
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 #fd9a5c

<div style="background-color:#fd9a5c">
Div content here</div>

This div background color is #fd9a5c


Border Color #fd9a5c

<div style="border:3px solid #fd9a5c">
Div here</div>

The color of this border is #fd9a5c


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fd9a5c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #fd9a5c;
-webkit-box-shadow: 1px 1px 3px 2px #fd9a5c;
box-shadow:         1px 1px 3px 2px #fd9a5c; }
				

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 #fd9a5c">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd9a5c;
  -webkit-box-shadow: 1px 1px 3px 2px #fd9a5c;
  box-shadow:         1px 1px 3px 2px #fd9a5c;">
Div content here</div>

The shadow of div box using color #fd9a5c