Color Hex Logo

#fb954e Color Hex

#FB954E
(251,149,78)
0 Favorites   0 Comments

Color spaces of #fb954e

RGB 25114978
HSL0.070.960.65
HSV25°69°98°
CMYK 0.000.410.69   0.02
XYZ51.906342.554212.6857
Yxy42.55420.48440.3972
Hunter Lab65.233627.873534.1336
CIE-Lab71.251332.609652.7513

#fb954e color RGB value is (251,149,78).

#fb954e hex color red value is 251, green value is 149 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fb954e hue: 0.07 , saturation: 0.96 and the lightness value of fb954e is 0.65.

The process color (four color CMYK) of #fb954e color hex is 0.00, 0.41, 0.69, 0.02. Web safe color of #fb954e is #ff9966. Color #fb954e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 01001110
Octal 373 225 116
Decimal 251 149 78
Hex FB 95 4E

RGB Percentages of Color #fb954e

%52.51
%31.17
%16.32

CMYK Percentages of Color #fb954e

%0
%41
%69
%2

Triadic Colors of #fb954e

#fb954e #4efb95 #954efb

Analogous Colors of #fb954e

#fb954e #fbec4e #fb4e5d

Monochromatic Colors of #fb954e

#fb954e

Complementary Color

#fb954e #4eb4fb

#fb954e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb954e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb954e Color CSS Codes

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

#fb954e Text Font Color

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

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


#fb954e Background Color

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

This div background color is #fb954e


#fb954e Border Color

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

This div border color is #fb954e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb954e


Comments

No comments written yet.

Please login to write comment.