Color Hex Logo

#fba943 Color Hex

#FBA943
(251,169,67)
0 Favorites   0 Comments

Color spaces of #fba943

RGB 25116967
HSL0.090.960.62
HSV33°73°98°
CMYK 0.000.330.73   0.02
XYZ54.984749.290411.9262
Yxy49.29040.47320.4242
Hunter Lab70.207116.934939.0733
CIE-Lab75.631621.653962.2932

#fba943 color RGB value is (251,169,67).

#fba943 hex color red value is 251, green value is 169 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #fba943 hue: 0.09 , saturation: 0.96 and the lightness value of fba943 is 0.62.

The process color (four color CMYK) of #fba943 color hex is 0.00, 0.33, 0.73, 0.02. Web safe color of #fba943 is #ff9933. Color #fba943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01000011
Octal 373 251 103
Decimal 251 169 67
Hex FB A9 43

RGB Percentages of Color #fba943

%51.54
%34.70
%13.76

CMYK Percentages of Color #fba943

%0
%33
%73
%2

Triadic Colors of #fba943

#fba943 #43fba9 #a943fb

Analogous Colors of #fba943

#fba943 #f1fb43 #fb4d43

Monochromatic Colors of #fba943

#fba943

Complementary Color

#fba943 #4395fb

#fba943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba943 Color CSS Codes

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

#fba943 Text Font Color

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

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


#fba943 Background Color

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

This div background color is #fba943


#fba943 Border Color

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

This div border color is #fba943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba943


Comments

No comments written yet.

Please login to write comment.