Color Hex Logo

#fba54f Color Hex

#FBA54F
(251,165,79)
0 Favorites   0 Comments

Color spaces of #fba54f

RGB 25116579
HSL0.080.960.65
HSV30°69°98°
CMYK 0.000.340.69   0.02
XYZ54.650147.984013.7786
Yxy47.98400.46950.4122
Hunter Lab69.270519.602036.6960
CIE-Lab74.814824.327756.1670

#fba54f color RGB value is (251,165,79).

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

The process color (four color CMYK) of #fba54f color hex is 0.00, 0.34, 0.69, 0.02. Web safe color of #fba54f is #ff9966. Color #fba54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01001111
Octal 373 245 117
Decimal 251 165 79
Hex FB A5 4F

RGB Percentages of Color #fba54f

%50.71
%33.33
%15.96

CMYK Percentages of Color #fba54f

%0
%34
%69
%2

Triadic Colors of #fba54f

#fba54f #4ffba5 #a54ffb

Analogous Colors of #fba54f

#fba54f #fbfb4f #fb4f4f

Monochromatic Colors of #fba54f

#fba54f

Complementary Color

#fba54f #4fa5fb

#fba54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba54f Color CSS Codes

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

#fba54f Text Font Color

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

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


#fba54f Background Color

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

This div background color is #fba54f


#fba54f Border Color

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

This div border color is #fba54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba54f

#fba54f Color Palettes


Comments

No comments written yet.

Please login to write comment.