Color Hex Logo

#fba54c Color Hex

#FBA54C
(251,165,76)
0 Favorites   0 Comments

Color spaces of #fba54c

RGB 25116576
HSL0.080.960.64
HSV31°70°98°
CMYK 0.000.340.70   0.02
XYZ54.543347.941313.2163
Yxy47.94130.47140.4144
Hunter Lab69.239719.443437.1506
CIE-Lab74.787924.172957.5054

#fba54c color RGB value is (251,165,76).

#fba54c hex color red value is 251, green value is 165 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fba54c hue: 0.08 , saturation: 0.96 and the lightness value of fba54c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01001100
Octal 373 245 114
Decimal 251 165 76
Hex FB A5 4C

RGB Percentages of Color #fba54c

%51.02
%33.54
%15.45

CMYK Percentages of Color #fba54c

%0
%34
%70
%2

Triadic Colors of #fba54c

#fba54c #4cfba5 #a54cfb

Analogous Colors of #fba54c

#fba54c #fafb4c #fb4e4c

Monochromatic Colors of #fba54c

#fba54c

Complementary Color

#fba54c #4ca2fb

#fba54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba54c Color CSS Codes

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

#fba54c Text Font Color

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

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


#fba54c Background Color

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

This div background color is #fba54c


#fba54c Border Color

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

This div border color is #fba54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba54c


Comments

No comments written yet.

Please login to write comment.