Color Hex Logo

#fb8764 Color Hex

#FB8764
(251,135,100)
0 Favorites   0 Comments

Color spaces of #fb8764

RGB 251135100
HSL0.040.950.69
HSV14°60°98°
CMYK 0.000.460.60   0.02
XYZ50.747938.757316.8628
Yxy38.75730.47710.3644
Hunter Lab62.255436.558727.5192
CIE-Lab68.575141.082038.4153

#fb8764 color RGB value is (251,135,100).

#fb8764 hex color red value is 251, green value is 135 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fb8764 hue: 0.04 , saturation: 0.95 and the lightness value of fb8764 is 0.69.

The process color (four color CMYK) of #fb8764 color hex is 0.00, 0.46, 0.60, 0.02. Web safe color of #fb8764 is #ff9966. Color #fb8764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 01100100
Octal 373 207 144
Decimal 251 135 100
Hex FB 87 64

RGB Percentages of Color #fb8764

%51.65
%27.78
%20.58

CMYK Percentages of Color #fb8764

%0
%46
%60
%2

Triadic Colors of #fb8764

#fb8764 #64fb87 #8764fb

Analogous Colors of #fb8764

#fb8764 #fbd364 #fb648d

Monochromatic Colors of #fb8764

#fb8764

Complementary Color

#fb8764 #64d8fb

#fb8764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8764 Color CSS Codes

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

#fb8764 Text Font Color

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

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


#fb8764 Background Color

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

This div background color is #fb8764


#fb8764 Border Color

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

This div border color is #fb8764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8764


Comments

No comments written yet.

Please login to write comment.