color codes Logo

#fba40f color codes

#FBA40F
(251,164,15)
0 Favorites   0 Comments

Color spaces of #fba40f

RGB 25116415
HSL0.110.970.52
HSV38°94°98°
CMYK 0.000.350.94   0.02
XYZ53.145347.09466.7410
Yxy47.09460.49680.4402
Hunter Lab68.625518.140242.2139
CIE-Lab74.250222.909776.4841

#fba40f color RGB value is (251,164,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 00001111
Octal 373 244 17
Decimal 251 164 15
Hex FB A4 F

RGB Percentages of Color #fba40f

%58.37
%38.14
%3.49

CMYK Percentages of Color #fba40f

%0
%35
%94
%2

Triadic Colors of #fba40f

#fba40f #0ffba4 #a40ffb

Analogous Colors of #fba40f

#fba40f #dcfb0f #fb2e0f

Monochromatic Colors of #fba40f

#fba40f

Complementary Color

#fba40f #0f66fb

#fba40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba40f Color CSS Codes

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

#fba40f Text Font Color

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

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


#fba40f Background Color

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

This div background color is #fba40f


#fba40f Border Color

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

This div border color is #fba40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba40f


Comments

No comments written yet.

Please login to write comment.