color codes Logo

#fba43e color codes

#FBA43E
(251,164,62)
0 Favorites   0 Comments

Color spaces of #fba43e

RGB 25116462
HSL0.090.960.61
HSV32°75°98°
CMYK 0.000.350.75   0.02
XYZ53.928647.407910.8657
Yxy47.40790.48060.4225
Hunter Lab68.853419.314638.8409
CIE-Lab74.449924.062863.1806

#fba43e color RGB value is (251,164,62).

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

The process color (four color CMYK) of #fba43e color code is 0.00, 0.35, 0.75, 0.02. Web safe color of #fba43e is #ff9933. Color #fba43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 00111110
Octal 373 244 76
Decimal 251 164 62
Hex FB A4 3E

RGB Percentages of Color #fba43e

%52.62
%34.38
%13.00

CMYK Percentages of Color #fba43e

%0
%35
%75
%2

Triadic Colors of #fba43e

#fba43e #3efba4 #a43efb

Analogous Colors of #fba43e

#fba43e #f4fb3e #fb463e

Monochromatic Colors of #fba43e

#fba43e

Complementary Color

#fba43e #3e95fb

#fba43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba43e Color CSS Codes

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

#fba43e Text Font Color

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

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


#fba43e Background Color

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

This div background color is #fba43e


#fba43e Border Color

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

This div border color is #fba43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba43e

Related Colors


Comments

No comments written yet.

Please login to write comment.