Color Hex Logo

#fba555 Color Hex

#FBA555
(251,165,85)
0 Favorites   0 Comments

Color spaces of #fba555

RGB 25116585
HSL0.080.950.66
HSV29°66°98°
CMYK 0.000.340.66   0.02
XYZ54.878548.075414.9814
Yxy48.07540.46530.4076
Hunter Lab69.336419.940735.7248
CIE-Lab74.872524.657853.4257

#fba555 color RGB value is (251,165,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01010101
Octal 373 245 125
Decimal 251 165 85
Hex FB A5 55

RGB Percentages of Color #fba555

%50.10
%32.93
%16.97

CMYK Percentages of Color #fba555

%0
%34
%66
%2

Triadic Colors of #fba555

#fba555 #55fba5 #a555fb

Analogous Colors of #fba555

#fba555 #fbf855 #fb5558

Monochromatic Colors of #fba555

#fba555

Complementary Color

#fba555 #55abfb

#fba555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba555 Color CSS Codes

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

#fba555 Text Font Color

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

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


#fba555 Background Color

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

This div background color is #fba555


#fba555 Border Color

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

This div border color is #fba555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba555


Comments

No comments written yet.

Please login to write comment.