Color Hex Logo

#fba556 Color Hex

#FBA556
(251,165,86)
0 Favorites   0 Comments

Color spaces of #fba556

RGB 25116586
HSL0.080.950.66
HSV29°66°98°
CMYK 0.000.340.66   0.02
XYZ54.918548.091415.1921
Yxy48.09140.46460.4069
Hunter Lab69.348020.000035.5549
CIE-Lab74.882524.715452.9613

#fba556 color RGB value is (251,165,86).

#fba556 hex color red value is 251, green value is 165 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fba556 hue: 0.08 , saturation: 0.95 and the lightness value of fba556 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01010110
Octal 373 245 126
Decimal 251 165 86
Hex FB A5 56

RGB Percentages of Color #fba556

%50.00
%32.87
%17.13

CMYK Percentages of Color #fba556

%0
%34
%66
%2

Triadic Colors of #fba556

#fba556 #56fba5 #a556fb

Analogous Colors of #fba556

#fba556 #fbf856 #fb5659

Monochromatic Colors of #fba556

#fba556

Complementary Color

#fba556 #56acfb

#fba556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba556 Color CSS Codes

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

#fba556 Text Font Color

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

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


#fba556 Background Color

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

This div background color is #fba556


#fba556 Border Color

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

This div border color is #fba556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba556


Comments

No comments written yet.

Please login to write comment.