Color Hex Logo

#fba01e Color Hex

#FBA01E
(251,160,30)
0 Favorites   0 Comments

Color spaces of #fba01e

RGB 25116030
HSL0.100.970.55
HSV35°88°98°
CMYK 0.000.360.88   0.02
XYZ52.588845.74467.2862
Yxy45.74460.49790.4331
Hunter Lab67.634820.430340.9571
CIE-Lab73.379525.220072.9049

#fba01e color RGB value is (251,160,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 00011110
Octal 373 240 36
Decimal 251 160 30
Hex FB A0 1E

RGB Percentages of Color #fba01e

%56.92
%36.28
%6.80

CMYK Percentages of Color #fba01e

%0
%36
%88
%2

Triadic Colors of #fba01e

#fba01e #1efba0 #a01efb

Analogous Colors of #fba01e

#fba01e #e8fb1e #fb311e

Monochromatic Colors of #fba01e

#fba01e

Complementary Color

#fba01e #1e79fb

#fba01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba01e Color CSS Codes

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

#fba01e Text Font Color

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

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


#fba01e Background Color

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

This div background color is #fba01e


#fba01e Border Color

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

This div border color is #fba01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,160,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 #fba01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba01e


Comments

No comments written yet.

Please login to write comment.