Color Hex Logo

#fbaa5d Color Hex

#FBAA5D
(251,170,93)
0 Favorites   0 Comments

Color spaces of #fbaa5d

RGB 25117093
HSL0.080.950.67
HSV29°63°98°
CMYK 0.000.320.63   0.02
XYZ56.134250.049017.0578
Yxy50.04900.45550.4061
Hunter Lab70.745317.829935.2260
CIE-Lab76.099322.521250.9757

#fbaa5d color RGB value is (251,170,93).

#fbaa5d hex color red value is 251, green value is 170 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fbaa5d hue: 0.08 , saturation: 0.95 and the lightness value of fbaa5d is 0.67.

The process color (four color CMYK) of #fbaa5d color hex is 0.00, 0.32, 0.63, 0.02. Web safe color of #fbaa5d is #ff9966. Color #fbaa5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 01011101
Octal 373 252 135
Decimal 251 170 93
Hex FB AA 5D

RGB Percentages of Color #fbaa5d

%48.83
%33.07
%18.09

CMYK Percentages of Color #fbaa5d

%0
%32
%63
%2

Triadic Colors of #fbaa5d

#fbaa5d #5dfbaa #aa5dfb

Analogous Colors of #fbaa5d

#fbaa5d #fbf95d #fb5d5f

Monochromatic Colors of #fbaa5d

#fbaa5d

Complementary Color

#fbaa5d #5daefb

#fbaa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa5d Color CSS Codes

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

#fbaa5d Text Font Color

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

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


#fbaa5d Background Color

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

This div background color is #fbaa5d


#fbaa5d Border Color

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

This div border color is #fbaa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa5d

Related Colors


Comments

No comments written yet.

Please login to write comment.