Color Hex Logo

#fb9c5e Color Hex

#FB9C5E
(251,156,94)
0 Favorites   0 Comments

Color spaces of #fb9c5e

RGB 25115694
HSL0.070.950.68
HSV24°63°98°
CMYK 0.000.380.63   0.02
XYZ53.692545.094316.4638
Yxy45.09430.46590.3913
Hunter Lab67.152325.205532.4704
CIE-Lab72.953929.906146.8189

#fb9c5e color RGB value is (251,156,94).

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

The process color (four color CMYK) of #fb9c5e color hex is 0.00, 0.38, 0.63, 0.02. Web safe color of #fb9c5e is #ff9966. Color #fb9c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011100 01011110
Octal 373 234 136
Decimal 251 156 94
Hex FB 9C 5E

RGB Percentages of Color #fb9c5e

%50.10
%31.14
%18.76

CMYK Percentages of Color #fb9c5e

%0
%38
%63
%2

Triadic Colors of #fb9c5e

#fb9c5e #5efb9c #9c5efb

Analogous Colors of #fb9c5e

#fb9c5e #fbeb5e #fb5e6f

Monochromatic Colors of #fb9c5e

#fb9c5e

Complementary Color

#fb9c5e #5ebdfb

#fb9c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9c5e Color CSS Codes

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

#fb9c5e Text Font Color

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

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


#fb9c5e Background Color

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

This div background color is #fb9c5e


#fb9c5e Border Color

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

This div border color is #fb9c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9c5e


Comments

No comments written yet.

Please login to write comment.