Hex #fa8072 Color

#fa8072
equivalent to

RGB

(250, 128, 114)

Details of #fa8072

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
50.1808
0.02
0.00
67.2600
36.9772
60.8089
128
36.9772
0.93
0.49
45.2340
0.4665
54°
40.8865
114
20.4121
0.71
0.54   0.02
29.0867
0.3438
98°
22.6703

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
10000000
200
128
80
Blue
1110010
162
114
72

RGB in % of #fa8072

%50.81
%26.02
%23.17

CMYK in % of #fa8072

%0
%49
%54
%2

Triads of color #fa8072

#fa8072 #8072fa #72fa72

Similar Colors to #fa8072

#fa8072 #fa72a8 #fac472

Preview Color #fa8072 on black ground

#fa8072 is very interesting for text.

Preview Color #fa8072 on white ground

#fa8072 is very interesting for text.

CSS Codes #fa8072 color

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

Text Font Color #fa8072

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

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

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

This div background color is #fa8072


Border Color #fa8072

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

The color of this border is #fa8072


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fa8072