Color Hex Logo

#fba51b Color Hex

#FBA51B
(251,165,27)
0 Favorites   0 Comments

Color spaces of #fba51b

RGB 25116527
HSL0.100.970.55
HSV37°89°98°
CMYK 0.000.340.89   0.02
XYZ53.436647.49867.3886
Yxy47.49860.49330.4385
Hunter Lab68.919217.791541.8872
CIE-Lab74.507622.551774.4712

#fba51b color RGB value is (251,165,27).

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

The process color (four color CMYK) of #fba51b color hex is 0.00, 0.34, 0.89, 0.02. Web safe color of #fba51b is #ff9933. Color #fba51b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00011011
Octal 373 245 33
Decimal 251 165 27
Hex FB A5 1B

RGB Percentages of Color #fba51b

%56.66
%37.25
%6.09

CMYK Percentages of Color #fba51b

%0
%34
%89
%2

Triadic Colors of #fba51b

#fba51b #1bfba5 #a51bfb

Analogous Colors of #fba51b

#fba51b #e1fb1b #fb351b

Monochromatic Colors of #fba51b

#fba51b

Complementary Color

#fba51b #1b71fb

#fba51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba51b Color CSS Codes

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

#fba51b Text Font Color

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

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


#fba51b Background Color

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

This div background color is #fba51b


#fba51b Border Color

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

This div border color is #fba51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba51b

Related Colors


Comments

No comments written yet.

Please login to write comment.