Color Hex Logo

#fba856 Color Hex

#FBA856
(251,168,86)
0 Favorites   0 Comments

Color spaces of #fba856

RGB 25116886
HSL0.080.950.66
HSV30°66°98°
CMYK 0.000.330.66   0.02
XYZ55.466049.186415.3746
Yxy49.18640.46210.4098
Hunter Lab70.133018.437336.0955
CIE-Lab75.567123.143953.7279

#fba856 color RGB value is (251,168,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01010110
Octal 373 250 126
Decimal 251 168 86
Hex FB A8 56

RGB Percentages of Color #fba856

%49.70
%33.27
%17.03

CMYK Percentages of Color #fba856

%0
%33
%66
%2

Triadic Colors of #fba856

#fba856 #56fba8 #a856fb

Analogous Colors of #fba856

#fba856 #fbfb56 #fb5656

Monochromatic Colors of #fba856

#fba856

Complementary Color

#fba856 #56a9fb

#fba856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba856 Color CSS Codes

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

#fba856 Text Font Color

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

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


#fba856 Background Color

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

This div background color is #fba856


#fba856 Border Color

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

This div border color is #fba856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba856

Related Colors


Comments

No comments written yet.

Please login to write comment.