Color Hex Logo

#fba749 Color Hex

#FBA749
(251,167,73)
0 Favorites   0 Comments

Color spaces of #fba749

RGB 25116773
HSL0.090.960.64
HSV32°71°98°
CMYK 0.000.330.71   0.02
XYZ54.805048.627712.8009
Yxy48.62770.47150.4184
Hunter Lab69.733618.253037.9297
CIE-Lab75.219122.977659.2975

#fba749 color RGB value is (251,167,73).

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

The process color (four color CMYK) of #fba749 color hex is 0.00, 0.33, 0.71, 0.02. Web safe color of #fba749 is #ff9933. Color #fba749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01001001
Octal 373 247 111
Decimal 251 167 73
Hex FB A7 49

RGB Percentages of Color #fba749

%51.12
%34.01
%14.87

CMYK Percentages of Color #fba749

%0
%33
%71
%2

Triadic Colors of #fba749

#fba749 #49fba7 #a749fb

Analogous Colors of #fba749

#fba749 #f6fb49 #fb4e49

Monochromatic Colors of #fba749

#fba749

Complementary Color

#fba749 #499dfb

#fba749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba749 Color CSS Codes

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

#fba749 Text Font Color

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

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


#fba749 Background Color

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

This div background color is #fba749


#fba749 Border Color

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

This div border color is #fba749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba749

Related Colors


Comments

No comments written yet.

Please login to write comment.