Color Hex Logo

#fba65a Color Hex

#FBA65A
(251,166,90)
0 Favorites   0 Comments

Color spaces of #fba65a

RGB 25116690
HSL0.080.950.67
HSV28°64°98°
CMYK 0.000.340.64   0.02
XYZ55.265348.519916.1253
Yxy48.51990.46090.4046
Hunter Lab69.656219.723635.0338
CIE-Lab75.151724.430251.3434

#fba65a color RGB value is (251,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 01011010
Octal 373 246 132
Decimal 251 166 90
Hex FB A6 5A

RGB Percentages of Color #fba65a

%49.51
%32.74
%17.75

CMYK Percentages of Color #fba65a

%0
%34
%64
%2

Triadic Colors of #fba65a

#fba65a #5afba6 #a65afb

Analogous Colors of #fba65a

#fba65a #fbf75a #fb5a5e

Monochromatic Colors of #fba65a

#fba65a

Complementary Color

#fba65a #5aaffb

#fba65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba65a Color CSS Codes

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

#fba65a Text Font Color

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

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


#fba65a Background Color

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

This div background color is #fba65a


#fba65a Border Color

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

This div border color is #fba65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba65a


Comments

No comments written yet.

Please login to write comment.