Color Hex Logo

#fba745 Color Hex

#FBA745
(251,167,69)
0 Favorites   0 Comments

Color spaces of #fba745

RGB 25116769
HSL0.090.960.63
HSV32°73°98°
CMYK 0.000.330.73   0.02
XYZ54.676648.576312.1246
Yxy48.57630.47390.4210
Hunter Lab69.696718.062838.4735
CIE-Lab75.187022.790960.9988

#fba745 color RGB value is (251,167,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01000101
Octal 373 247 105
Decimal 251 167 69
Hex FB A7 45

RGB Percentages of Color #fba745

%51.54
%34.29
%14.17

CMYK Percentages of Color #fba745

%0
%33
%73
%2

Triadic Colors of #fba745

#fba745 #45fba7 #a745fb

Analogous Colors of #fba745

#fba745 #f4fb45 #fb4c45

Monochromatic Colors of #fba745

#fba745

Complementary Color

#fba745 #4599fb

#fba745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba745 Color CSS Codes

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

#fba745 Text Font Color

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

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


#fba745 Background Color

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

This div background color is #fba745


#fba745 Border Color

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

This div border color is #fba745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba745

Related Colors


Comments

No comments written yet.

Please login to write comment.