Hex #f6a46d Color

#f6a46d
equivalent to

RGB

(246, 164, 109)

Details of #f6a46d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
246
54.0418
0.07
0.00
74.3480
47.2479
24°
68.7371
164
47.2479
0.88
0.33
24.7914
0.4429
56°
20.0489
109
20.7394
0.70
0.56   0.04
40.6989
0.3872
96°
30.2323

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110110
366
246
F6
Green
10100100
244
164
A4
Blue
1101101
155
109
6D

RGB in % of #f6a46d

%47.40
%31.60
%21.00

CMYK in % of #f6a46d

%0
%33
%56
%4

Triads of color #f6a46d

#f6a46d #a46df6 #6df66d

Similar Colors to #f6a46d

#f6a46d #f66d7b #f6e96d

Preview Color #f6a46d on black ground

#f6a46d is very interesting for text.

Preview Color #f6a46d on white ground

#f6a46d is very interesting for text.

CSS Codes #f6a46d color

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

Text Font Color #f6a46d

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

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

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

This div background color is #f6a46d


Border Color #f6a46d

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

The color of this border is #f6a46d


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f6a46d