Color Hex Logo

#fba671 Color Hex

#FBA671
(251,166,113)
0 Favorites   0 Comments

Color spaces of #fba671

RGB 251166113
HSL0.060.950.71
HSV23°55°98°
CMYK 0.000.340.55   0.02
XYZ56.400548.973922.1031
Yxy48.97390.44240.3842
Hunter Lab69.981421.392230.2606
CIE-Lab75.435126.046640.1044

#fba671 color RGB value is (251,166,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01110001
Octal 373 246 161
Decimal 251 166 113
Hex FB A6 71

RGB Percentages of Color #fba671

%47.36
%31.32
%21.32

CMYK Percentages of Color #fba671

%0
%34
%55
%2

Triadic Colors of #fba671

#fba671 #71fba6 #a671fb

Analogous Colors of #fba671

#fba671 #fbeb71 #fb7181

Monochromatic Colors of #fba671

#fba671

Complementary Color

#fba671 #71c6fb

#fba671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba671 Color CSS Codes

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

#fba671 Text Font Color

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

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


#fba671 Background Color

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

This div background color is #fba671


#fba671 Border Color

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

This div border color is #fba671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba671


Comments

No comments written yet.

Please login to write comment.