Color Hex Logo

#fba058 Color Hex

#FBA058
(251,160,88)
0 Favorites   0 Comments

Color spaces of #fba058

RGB 25116088
HSL0.070.950.66
HSV27°65°98°
CMYK 0.000.360.65   0.02
XYZ54.115946.355415.3278
Yxy46.35540.46730.4003
Hunter Lab68.084822.728934.3115
CIE-Lab73.775627.448250.7447

#fba058 color RGB value is (251,160,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01011000
Octal 373 240 130
Decimal 251 160 88
Hex FB A0 58

RGB Percentages of Color #fba058

%50.30
%32.06
%17.64

CMYK Percentages of Color #fba058

%0
%36
%65
%2

Triadic Colors of #fba058

#fba058 #58fba0 #a058fb

Analogous Colors of #fba058

#fba058 #fbf258 #fb5861

Monochromatic Colors of #fba058

#fba058

Complementary Color

#fba058 #58b3fb

#fba058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba058 Color CSS Codes

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

#fba058 Text Font Color

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

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


#fba058 Background Color

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

This div background color is #fba058


#fba058 Border Color

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

This div border color is #fba058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba058


Comments

No comments written yet.

Please login to write comment.