Color Hex Logo

#fbb560 Color Hex

#FBB560
(251,181,96)
0 Favorites   0 Comments

Color spaces of #fbb560

RGB 25118196
HSL0.090.950.68
HSV33°62°98°
CMYK 0.000.280.62   0.02
XYZ58.418954.401518.4879
Yxy54.40150.44490.4143
Hunter Lab73.757412.304036.7686
CIE-Lab78.695316.947652.5189

#fbb560 color RGB value is (251,181,96).

#fbb560 hex color red value is 251, green value is 181 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fbb560 hue: 0.09 , saturation: 0.95 and the lightness value of fbb560 is 0.68.

The process color (four color CMYK) of #fbb560 color hex is 0.00, 0.28, 0.62, 0.02. Web safe color of #fbb560 is #ffcc66. Color #fbb560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110101 01100000
Octal 373 265 140
Decimal 251 181 96
Hex FB B5 60

RGB Percentages of Color #fbb560

%47.54
%34.28
%18.18

CMYK Percentages of Color #fbb560

%0
%28
%62
%2

Triadic Colors of #fbb560

#fbb560 #60fbb5 #b560fb

Analogous Colors of #fbb560

#fbb560 #f4fb60 #fb6860

Monochromatic Colors of #fbb560

#fbb560

Complementary Color

#fbb560 #60a6fb

#fbb560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb560 Color CSS Codes

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

#fbb560 Text Font Color

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

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


#fbb560 Background Color

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

This div background color is #fbb560


#fbb560 Border Color

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

This div border color is #fbb560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb560


Comments

No comments written yet.

Please login to write comment.