Hex #f5a066 Color

#f5a066
equivalent to

RGB

(245, 160, 102)

Details of #f5a066

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
245
52.6253
0.07
0.00
73.2287
45.5134
24°
67.4636
160
45.5134
0.88
0.35
25.9650
0.4509
58°
21.1786
102
18.5817
0.68
0.58   0.04
42.9067
0.3899
96°
30.8990

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110101
365
245
F5
Green
10100000
240
160
A0
Blue
1100110
146
102
66

RGB in % of #f5a066

%48.32
%31.56
%20.12

CMYK in % of #f5a066

%0
%35
%58
%4

Triads of color #f5a066

#f5a066 #a066f5 #66f566

Similar Colors to #f5a066

#f5a066 #f56674 #f5e866

Preview Color #f5a066 on black ground

#f5a066 is very interesting for text.

Preview Color #f5a066 on white ground

#f5a066 is very interesting for text.

CSS Codes #f5a066 color

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

Text Font Color #f5a066

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

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

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

This div background color is #f5a066


Border Color #f5a066

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

The color of this border is #f5a066


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f5a066