Color Hex Logo

#fba848 Color Hex

#FBA848
(251,168,72)
0 Favorites   0 Comments

Color spaces of #fba848

RGB 25116872
HSL0.090.960.63
HSV32°71°98°
CMYK 0.000.330.71   0.02
XYZ54.956048.982412.6889
Yxy48.98240.47120.4200
Hunter Lab69.987417.685038.2418
CIE-Lab75.440422.405759.9656

#fba848 color RGB value is (251,168,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01001000
Octal 373 250 110
Decimal 251 168 72
Hex FB A8 48

RGB Percentages of Color #fba848

%51.12
%34.22
%14.66

CMYK Percentages of Color #fba848

%0
%33
%71
%2

Triadic Colors of #fba848

#fba848 #48fba8 #a848fb

Analogous Colors of #fba848

#fba848 #f5fb48 #fb4f48

Monochromatic Colors of #fba848

#fba848

Complementary Color

#fba848 #489bfb

#fba848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba848 Color CSS Codes

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

#fba848 Text Font Color

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

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


#fba848 Background Color

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

This div background color is #fba848


#fba848 Border Color

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

This div border color is #fba848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,168,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 #fba848">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba848

Related Colors


Comments

No comments written yet.

Please login to write comment.