Color Hex Logo

#fba455 Color Hex

#FBA455
(251,164,85)
0 Favorites   0 Comments

Color spaces of #fba455

RGB 25116485
HSL0.080.950.66
HSV29°66°98°
CMYK 0.000.350.66   0.02
XYZ54.698847.716014.9215
Yxy47.71600.46620.4067
Hunter Lab69.076820.461835.5463
CIE-Lab74.645425.181353.1721

#fba455 color RGB value is (251,164,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01010101
Octal 373 244 125
Decimal 251 164 85
Hex FB A4 55

RGB Percentages of Color #fba455

%50.20
%32.80
%17.00

CMYK Percentages of Color #fba455

%0
%35
%66
%2

Triadic Colors of #fba455

#fba455 #55fba4 #a455fb

Analogous Colors of #fba455

#fba455 #fbf755 #fb5559

Monochromatic Colors of #fba455

#fba455

Complementary Color

#fba455 #55acfb

#fba455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba455 Color CSS Codes

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

#fba455 Text Font Color

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

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


#fba455 Background Color

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

This div background color is #fba455


#fba455 Border Color

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

This div border color is #fba455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba455


Comments

No comments written yet.

Please login to write comment.