Color Hex Logo

#fba55a Color Hex

#FBA55A
(251,165,90)
0 Favorites   0 Comments

Color spaces of #fba55a

RGB 25116590
HSL0.080.950.67
HSV28°64°98°
CMYK 0.000.340.64   0.02
XYZ55.084348.157716.0650
Yxy48.15770.46170.4036
Hunter Lab69.395720.245534.8515
CIE-Lab74.924324.954251.0834

#fba55a color RGB value is (251,165,90).

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

The process color (four color CMYK) of #fba55a color hex is 0.00, 0.34, 0.64, 0.02. Web safe color of #fba55a is #ff9966. Color #fba55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01011010
Octal 373 245 132
Decimal 251 165 90
Hex FB A5 5A

RGB Percentages of Color #fba55a

%49.60
%32.61
%17.79

CMYK Percentages of Color #fba55a

%0
%34
%64
%2

Triadic Colors of #fba55a

#fba55a #5afba5 #a55afb

Analogous Colors of #fba55a

#fba55a #fbf65a #fb5a5f

Monochromatic Colors of #fba55a

#fba55a

Complementary Color

#fba55a #5ab0fb

#fba55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba55a Color CSS Codes

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

#fba55a Text Font Color

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

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


#fba55a Background Color

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

This div background color is #fba55a


#fba55a Border Color

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

This div border color is #fba55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba55a


Comments

No comments written yet.

Please login to write comment.