Color Hex Logo

#fba11e Color Hex

#FBA11E
(251,161,30)
0 Favorites   0 Comments

Color spaces of #fba11e

RGB 25116130
HSL0.100.970.55
HSV36°88°98°
CMYK 0.000.360.88   0.02
XYZ52.762946.09277.3442
Yxy46.09270.49680.4340
Hunter Lab67.891619.913441.1104
CIE-Lab73.605624.697773.0799

#fba11e color RGB value is (251,161,30).

#fba11e hex color red value is 251, green value is 161 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fba11e hue: 0.10 , saturation: 0.97 and the lightness value of fba11e is 0.55.

The process color (four color CMYK) of #fba11e color hex is 0.00, 0.36, 0.88, 0.02. Web safe color of #fba11e is #ff9933. Color #fba11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 00011110
Octal 373 241 36
Decimal 251 161 30
Hex FB A1 1E

RGB Percentages of Color #fba11e

%56.79
%36.43
%6.79

CMYK Percentages of Color #fba11e

%0
%36
%88
%2

Triadic Colors of #fba11e

#fba11e #1efba1 #a11efb

Analogous Colors of #fba11e

#fba11e #e7fb1e #fb321e

Monochromatic Colors of #fba11e

#fba11e

Complementary Color

#fba11e #1e78fb

#fba11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba11e Color CSS Codes

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

#fba11e Text Font Color

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

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


#fba11e Background Color

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

This div background color is #fba11e


#fba11e Border Color

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

This div border color is #fba11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba11e


Comments

No comments written yet.

Please login to write comment.