Color Hex Logo

#fba359 Color Hex

#FBA359
(251,163,89)
0 Favorites   0 Comments

Color spaces of #fba359

RGB 25116389
HSL0.080.950.67
HSV27°65°98°
CMYK 0.000.350.65   0.02
XYZ54.684047.424915.7229
Yxy47.42490.46410.4025
Hunter Lab68.865721.225934.6694
CIE-Lab74.460725.940051.0397

#fba359 color RGB value is (251,163,89).

#fba359 hex color red value is 251, green value is 163 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fba359 hue: 0.08 , saturation: 0.95 and the lightness value of fba359 is 0.67.

The process color (four color CMYK) of #fba359 color hex is 0.00, 0.35, 0.65, 0.02. Web safe color of #fba359 is #ff9966. Color #fba359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01011001
Octal 373 243 131
Decimal 251 163 89
Hex FB A3 59

RGB Percentages of Color #fba359

%49.90
%32.41
%17.69

CMYK Percentages of Color #fba359

%0
%35
%65
%2

Triadic Colors of #fba359

#fba359 #59fba3 #a359fb

Analogous Colors of #fba359

#fba359 #fbf459 #fb5960

Monochromatic Colors of #fba359

#fba359

Complementary Color

#fba359 #59b1fb

#fba359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba359 Color CSS Codes

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

#fba359 Text Font Color

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

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


#fba359 Background Color

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

This div background color is #fba359


#fba359 Border Color

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

This div border color is #fba359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba359


Comments

No comments written yet.

Please login to write comment.