Hex #ff8247 Color

#ff8247
equivalent to

RGB

(255, 130, 71)

Details of #ff8247

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
50.3600
0.05
0.00
67.7842
37.6802
19°
61.3842
130
37.6802
1.00
0.49
43.4546
0.5106
72°
39.0203
71
10.5800
0.64
0.72   0.00
52.5085
0.3821
100°
32.7526

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
10000010
202
130
82
Blue
1000111
107
71
47

RGB in % of #ff8247

%55.92
%28.51
%15.57

CMYK in % of #ff8247

%0
%49
%72
%0

Triads of color #ff8247

#ff8247 #8247ff #47ff47

Similar Colors to #ff8247

#ff8247 #ff4768 #ffde47

Preview Color #ff8247 on black ground

#ff8247 is very interesting for text.

Preview Color #ff8247 on white ground

#ff8247 is very interesting for text.

CSS Codes #ff8247 color

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

Text Font Color #ff8247

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

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

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

This div background color is #ff8247


Border Color #ff8247

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

The color of this border is #ff8247


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ff8247