Color Hex Logo

#fbaa3e Color Hex

#FBAA3E
(251,170,62)
0 Favorites   0 Comments

Color spaces of #fbaa3e

RGB 25117062
HSL0.100.960.61
HSV34°75°98°
CMYK 0.000.320.75   0.02
XYZ55.027949.606511.2322
Yxy49.60650.47490.4281
Hunter Lab70.431916.204939.8470
CIE-Lab75.827120.920464.5236

#fbaa3e color RGB value is (251,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 00111110
Octal 373 252 76
Decimal 251 170 62
Hex FB AA 3E

RGB Percentages of Color #fbaa3e

%51.97
%35.20
%12.84

CMYK Percentages of Color #fbaa3e

%0
%32
%75
%2

Triadic Colors of #fbaa3e

#fbaa3e #3efbaa #aa3efb

Analogous Colors of #fbaa3e

#fbaa3e #eefb3e #fb4c3e

Monochromatic Colors of #fbaa3e

#fbaa3e

Complementary Color

#fbaa3e #3e8ffb

#fbaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa3e Color CSS Codes

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

#fbaa3e Text Font Color

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

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


#fbaa3e Background Color

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

This div background color is #fbaa3e


#fbaa3e Border Color

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

This div border color is #fbaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa3e


Comments

No comments written yet.

Please login to write comment.