Color Hex Logo

#fba771 Color Hex

#FBA771
(251,167,113)
0 Favorites   0 Comments

Color spaces of #fba771

RGB 251167113
HSL0.070.950.71
HSV23°55°98°
CMYK 0.000.330.55   0.02
XYZ56.583049.338922.1639
Yxy49.33890.44180.3852
Hunter Lab70.241720.867430.4609
CIE-Lab75.661725.522640.3874

#fba771 color RGB value is (251,167,113).

#fba771 hex color red value is 251, green value is 167 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fba771 hue: 0.07 , saturation: 0.95 and the lightness value of fba771 is 0.71.

The process color (four color CMYK) of #fba771 color hex is 0.00, 0.33, 0.55, 0.02. Web safe color of #fba771 is #ff9966. Color #fba771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01110001
Octal 373 247 161
Decimal 251 167 113
Hex FB A7 71

RGB Percentages of Color #fba771

%47.27
%31.45
%21.28

CMYK Percentages of Color #fba771

%0
%33
%55
%2

Triadic Colors of #fba771

#fba771 #71fba7 #a771fb

Analogous Colors of #fba771

#fba771 #fbec71 #fb7180

Monochromatic Colors of #fba771

#fba771

Complementary Color

#fba771 #71c5fb

#fba771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba771 Color CSS Codes

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

#fba771 Text Font Color

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

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


#fba771 Background Color

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

This div background color is #fba771


#fba771 Border Color

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

This div border color is #fba771


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,167,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fba771">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba771


Comments

No comments written yet.

Please login to write comment.