Color Hex Logo

#fb8701 Color Hex

#FB8701
(251,135,1)
0 Favorites   0 Comments

Color spaces of #fb8701

RGB 2511351
HSL0.090.990.49
HSV32°100°98°
CMYK 0.000.461.00   0.02
XYZ48.453137.83944.7787
Yxy37.83940.53200.4155
Hunter Lab61.513732.951738.4537
CIE-Lab67.902137.774274.1115

#fb8701 color RGB value is (251,135,1).

#fb8701 hex color red value is 251, green value is 135 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fb8701 hue: 0.09 , saturation: 0.99 and the lightness value of fb8701 is 0.49.

The process color (four color CMYK) of #fb8701 color hex is 0.00, 0.46, 1.00, 0.02. Web safe color of #fb8701 is #ff9900. Color #fb8701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 00000001
Octal 373 207 1
Decimal 251 135 1
Hex FB 87 1

RGB Percentages of Color #fb8701

%64.86
%34.88
%0.26

CMYK Percentages of Color #fb8701

%0
%46
%100
%2

Triadic Colors of #fb8701

#fb8701 #01fb87 #8701fb

Analogous Colors of #fb8701

#fb8701 #f2fb01 #fb0a01

Monochromatic Colors of #fb8701

#fb8701

Complementary Color

#fb8701 #0175fb

#fb8701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8701 Color CSS Codes

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

#fb8701 Text Font Color

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

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


#fb8701 Background Color

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

This div background color is #fb8701


#fb8701 Border Color

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

This div border color is #fb8701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8701

Related Colors


Comments

No comments written yet.

Please login to write comment.