Color Hex Logo

#fba471 Color Hex

#FBA471
(251,164,113)
0 Favorites   0 Comments

Color spaces of #fba471

RGB 251164113
HSL0.060.950.71
HSV22°55°98°
CMYK 0.000.350.55   0.02
XYZ56.039848.252421.9828
Yxy48.25240.44380.3821
Hunter Lab69.463922.442429.8616
CIE-Lab74.983827.094039.5400

#fba471 color RGB value is (251,164,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01110001
Octal 373 244 161
Decimal 251 164 113
Hex FB A4 71

RGB Percentages of Color #fba471

%47.54
%31.06
%21.40

CMYK Percentages of Color #fba471

%0
%35
%55
%2

Triadic Colors of #fba471

#fba471 #71fba4 #a471fb

Analogous Colors of #fba471

#fba471 #fbe971 #fb7183

Monochromatic Colors of #fba471

#fba471

Complementary Color

#fba471 #71c8fb

#fba471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba471 Color CSS Codes

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

#fba471 Text Font Color

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

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


#fba471 Background Color

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

This div background color is #fba471


#fba471 Border Color

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

This div border color is #fba471


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,164,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 #fba471">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba471


Comments

No comments written yet.

Please login to write comment.