Color Hex Logo

#fbaa49 Color Hex

#FBAA49
(251,170,73)
0 Favorites   0 Comments

Color spaces of #fbaa49

RGB 25117073
HSL0.090.960.64
HSV33°71°98°
CMYK 0.000.320.71   0.02
XYZ55.361049.739712.9862
Yxy49.73970.46880.4212
Hunter Lab70.526416.695838.4512
CIE-Lab75.909221.405660.0168

#fbaa49 color RGB value is (251,170,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01001001
Octal 373 252 111
Decimal 251 170 73
Hex FB AA 49

RGB Percentages of Color #fbaa49

%50.81
%34.41
%14.78

CMYK Percentages of Color #fbaa49

%0
%32
%71
%2

Triadic Colors of #fbaa49

#fbaa49 #49fbaa #aa49fb

Analogous Colors of #fbaa49

#fbaa49 #f3fb49 #fb5149

Monochromatic Colors of #fbaa49

#fbaa49

Complementary Color

#fbaa49 #499afb

#fbaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa49 Color CSS Codes

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

#fbaa49 Text Font Color

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

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


#fbaa49 Background Color

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

This div background color is #fbaa49


#fbaa49 Border Color

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

This div border color is #fbaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa49


Comments

No comments written yet.

Please login to write comment.