Color Hex Logo

#fb861d Color Hex

#FB861D
(251,134,29)
0 Favorites   0 Comments

Color spaces of #fb861d

RGB 25113429
HSL0.080.970.55
HSV28°88°98°
CMYK 0.000.470.88   0.02
XYZ48.530537.64815.8714
Yxy37.64810.52720.4090
Hunter Lab61.358033.806137.2771
CIE-Lab67.760538.597368.8548

#fb861d color RGB value is (251,134,29).

#fb861d hex color red value is 251, green value is 134 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fb861d hue: 0.08 , saturation: 0.97 and the lightness value of fb861d is 0.55.

The process color (four color CMYK) of #fb861d color hex is 0.00, 0.47, 0.88, 0.02. Web safe color of #fb861d is #ff9933. Color #fb861d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 00011101
Octal 373 206 35
Decimal 251 134 29
Hex FB 86 1D

RGB Percentages of Color #fb861d

%60.63
%32.37
%7.00

CMYK Percentages of Color #fb861d

%0
%47
%88
%2

Triadic Colors of #fb861d

#fb861d #1dfb86 #861dfb

Analogous Colors of #fb861d

#fb861d #fbf51d #fb1d23

Monochromatic Colors of #fb861d

#fb861d

Complementary Color

#fb861d #1d92fb

#fb861d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb861d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb861d Color CSS Codes

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

#fb861d Text Font Color

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

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


#fb861d Background Color

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

This div background color is #fb861d


#fb861d Border Color

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

This div border color is #fb861d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb861d

Related Colors


Comments

No comments written yet.

Please login to write comment.