Color Hex Logo

#fba05b Color Hex

#FBA05B
(251,160,91)
0 Favorites   0 Comments

Color spaces of #fba05b

RGB 25116091
HSL0.070.950.67
HSV26°64°98°
CMYK 0.000.360.64   0.02
XYZ54.242846.406215.9959
Yxy46.40620.46500.3978
Hunter Lab68.122122.918533.7635
CIE-Lab73.808327.630649.3111

#fba05b color RGB value is (251,160,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01011011
Octal 373 240 133
Decimal 251 160 91
Hex FB A0 5B

RGB Percentages of Color #fba05b

%50.00
%31.87
%18.13

CMYK Percentages of Color #fba05b

%0
%36
%64
%2

Triadic Colors of #fba05b

#fba05b #5bfba0 #a05bfb

Analogous Colors of #fba05b

#fba05b #fbf05b #fb5b66

Monochromatic Colors of #fba05b

#fba05b

Complementary Color

#fba05b #5bb6fb

#fba05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba05b Color CSS Codes

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

#fba05b Text Font Color

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

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


#fba05b Background Color

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

This div background color is #fba05b


#fba05b Border Color

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

This div border color is #fba05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba05b


Comments

No comments written yet.

Please login to write comment.