Color Hex Logo

#fba40e Color Hex

#FBA40E
(251,164,14)
0 Favorites   0 Comments

Color spaces of #fba40e

RGB 25116414
HSL0.110.970.52
HSV38°94°98°
CMYK 0.000.350.94   0.02
XYZ53.138447.09196.7044
Yxy47.09190.49690.4404
Hunter Lab68.623518.129742.2439
CIE-Lab74.248522.899376.6246

#fba40e color RGB value is (251,164,14).

#fba40e hex color red value is 251, green value is 164 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fba40e hue: 0.11 , saturation: 0.97 and the lightness value of fba40e is 0.52.

The process color (four color CMYK) of #fba40e color hex is 0.00, 0.35, 0.94, 0.02. Web safe color of #fba40e is #ff9900. Color #fba40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 00001110
Octal 373 244 16
Decimal 251 164 14
Hex FB A4 E

RGB Percentages of Color #fba40e

%58.51
%38.23
%3.26

CMYK Percentages of Color #fba40e

%0
%35
%94
%2

Triadic Colors of #fba40e

#fba40e #0efba4 #a40efb

Analogous Colors of #fba40e

#fba40e #dcfb0e #fb2e0e

Monochromatic Colors of #fba40e

#fba40e

Complementary Color

#fba40e #0e65fb

#fba40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba40e Color CSS Codes

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

#fba40e Text Font Color

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

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


#fba40e Background Color

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

This div background color is #fba40e


#fba40e Border Color

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

This div border color is #fba40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba40e

Related Colors


Comments

No comments written yet.

Please login to write comment.