Color Hex Logo

#fba95a Color Hex

#FBA95A
(251,169,90)
0 Favorites   0 Comments

Color spaces of #fba95a

RGB 25116990
HSL0.080.950.67
HSV29°64°98°
CMYK 0.000.330.64   0.02
XYZ55.817149.623316.3092
Yxy49.62330.45850.4076
Hunter Lab70.443818.160235.5838
CIE-Lab75.837522.858552.1250

#fba95a color RGB value is (251,169,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01011010
Octal 373 251 132
Decimal 251 169 90
Hex FB A9 5A

RGB Percentages of Color #fba95a

%49.22
%33.14
%17.65

CMYK Percentages of Color #fba95a

%0
%33
%64
%2

Triadic Colors of #fba95a

#fba95a #5afba9 #a95afb

Analogous Colors of #fba95a

#fba95a #fbfa5a #fb5a5b

Monochromatic Colors of #fba95a

#fba95a

Complementary Color

#fba95a #5aacfb

#fba95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba95a Color CSS Codes

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

#fba95a Text Font Color

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

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


#fba95a Background Color

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

This div background color is #fba95a


#fba95a Border Color

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

This div border color is #fba95a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,169,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 #fba95a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba95a


Comments

No comments written yet.

Please login to write comment.