Color Hex Logo

#fbaa47 Color Hex

#FBAA47
(251,170,71)
0 Favorites   0 Comments

Color spaces of #fbaa47

RGB 25117071
HSL0.090.960.63
HSV33°72°98°
CMYK 0.000.320.72   0.02
XYZ55.295749.713612.6425
Yxy49.71360.47000.4225
Hunter Lab70.507916.599638.7244
CIE-Lab75.893121.310760.8654

#fbaa47 color RGB value is (251,170,71).

#fbaa47 hex color red value is 251, green value is 170 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fbaa47 hue: 0.09 , saturation: 0.96 and the lightness value of fbaa47 is 0.63.

The process color (four color CMYK) of #fbaa47 color hex is 0.00, 0.32, 0.72, 0.02. Web safe color of #fbaa47 is #ff9933. Color #fbaa47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01000111
Octal 373 252 107
Decimal 251 170 71
Hex FB AA 47

RGB Percentages of Color #fbaa47

%51.02
%34.55
%14.43

CMYK Percentages of Color #fbaa47

%0
%32
%72
%2

Triadic Colors of #fbaa47

#fbaa47 #47fbaa #aa47fb

Analogous Colors of #fbaa47

#fbaa47 #f2fb47 #fb5047

Monochromatic Colors of #fbaa47

#fbaa47

Complementary Color

#fbaa47 #4798fb

#fbaa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa47 Color CSS Codes

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

#fbaa47 Text Font Color

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

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


#fbaa47 Background Color

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

This div background color is #fbaa47


#fbaa47 Border Color

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

This div border color is #fbaa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa47

Related Colors


Comments

No comments written yet.

Please login to write comment.