Color Hex Logo

#fbaa4a Color Hex

#FBAA4A
(251,170,74)
0 Favorites   0 Comments

Color spaces of #fbaa4a

RGB 25117074
HSL0.090.960.64
HSV33°71°98°
CMYK 0.000.320.71   0.02
XYZ55.394449.753113.1623
Yxy49.75310.46820.4205
Hunter Lab70.535916.744838.3113
CIE-Lab75.917521.454059.5880

#fbaa4a color RGB value is (251,170,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01001010
Octal 373 252 112
Decimal 251 170 74
Hex FB AA 4A

RGB Percentages of Color #fbaa4a

%50.71
%34.34
%14.95

CMYK Percentages of Color #fbaa4a

%0
%32
%71
%2

Triadic Colors of #fbaa4a

#fbaa4a #4afbaa #aa4afb

Analogous Colors of #fbaa4a

#fbaa4a #f4fb4a #fb514a

Monochromatic Colors of #fbaa4a

#fbaa4a

Complementary Color

#fbaa4a #4a9bfb

#fbaa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa4a Color CSS Codes

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

#fbaa4a Text Font Color

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

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


#fbaa4a Background Color

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

This div background color is #fbaa4a


#fbaa4a Border Color

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

This div border color is #fbaa4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa4a


Comments

No comments written yet.

Please login to write comment.