Color Hex Logo

#fbaa59 Color Hex

#FBAA59
(251,170,89)
0 Favorites   0 Comments

Color spaces of #fbaa59

RGB 25117089
HSL0.080.950.67
HSV30°65°98°
CMYK 0.000.320.65   0.02
XYZ55.961649.979916.1488
Yxy49.97990.45840.4094
Hunter Lab70.696517.577435.9442
CIE-Lab76.056922.273652.8528

#fbaa59 color RGB value is (251,170,89).

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

The process color (four color CMYK) of #fbaa59 color hex is 0.00, 0.32, 0.65, 0.02. Web safe color of #fbaa59 is #ff9966. Color #fbaa59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01011001
Octal 373 252 131
Decimal 251 170 89
Hex FB AA 59

RGB Percentages of Color #fbaa59

%49.22
%33.33
%17.45

CMYK Percentages of Color #fbaa59

%0
%32
%65
%2

Triadic Colors of #fbaa59

#fbaa59 #59fbaa #aa59fb

Analogous Colors of #fbaa59

#fbaa59 #fbfb59 #fb5959

Monochromatic Colors of #fbaa59

#fbaa59

Complementary Color

#fbaa59 #59aafb

#fbaa59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa59 Color CSS Codes

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

#fbaa59 Text Font Color

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

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


#fbaa59 Background Color

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

This div background color is #fbaa59


#fbaa59 Border Color

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

This div border color is #fbaa59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa59

#fbaa59 Color Palettes


Comments

No comments written yet.

Please login to write comment.