Color Hex Logo

#fba748 Color Hex

#FBA748
(251,167,72)
0 Favorites   0 Comments

Color spaces of #fba748

RGB 25116772
HSL0.090.960.63
HSV32°71°98°
CMYK 0.000.330.71   0.02
XYZ54.772148.614512.6276
Yxy48.61450.47210.4190
Hunter Lab69.724118.204438.0690
CIE-Lab75.210922.929859.7274

#fba748 color RGB value is (251,167,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01001000
Octal 373 247 110
Decimal 251 167 72
Hex FB A7 48

RGB Percentages of Color #fba748

%51.22
%34.08
%14.69

CMYK Percentages of Color #fba748

%0
%33
%71
%2

Triadic Colors of #fba748

#fba748 #48fba7 #a748fb

Analogous Colors of #fba748

#fba748 #f6fb48 #fb4e48

Monochromatic Colors of #fba748

#fba748

Complementary Color

#fba748 #489cfb

#fba748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba748 Color CSS Codes

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

#fba748 Text Font Color

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

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


#fba748 Background Color

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

This div background color is #fba748


#fba748 Border Color

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

This div border color is #fba748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba748


Comments

No comments written yet.

Please login to write comment.