Color Hex Logo

#fbaa2e Color Hex

#FBAA2E
(251,170,46)
0 Favorites   0 Comments

Color spaces of #fbaa2e

RGB 25117046
HSL0.100.960.58
HSV36°82°98°
CMYK 0.000.320.82   0.02
XYZ54.651549.45599.2503
Yxy49.45590.48210.4363
Hunter Lab70.324915.648941.4286
CIE-Lab75.734120.369070.2407

#fbaa2e color RGB value is (251,170,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 00101110
Octal 373 252 56
Decimal 251 170 46
Hex FB AA 2E

RGB Percentages of Color #fbaa2e

%53.75
%36.40
%9.85

CMYK Percentages of Color #fbaa2e

%0
%32
%82
%2

Triadic Colors of #fbaa2e

#fbaa2e #2efbaa #aa2efb

Analogous Colors of #fbaa2e

#fbaa2e #e6fb2e #fb442e

Monochromatic Colors of #fbaa2e

#fbaa2e

Complementary Color

#fbaa2e #2e7ffb

#fbaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa2e Color CSS Codes

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

#fbaa2e Text Font Color

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

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


#fbaa2e Background Color

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

This div background color is #fbaa2e


#fbaa2e Border Color

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

This div border color is #fbaa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa2e


Comments

No comments written yet.

Please login to write comment.