Color Hex Logo

#fb863a Color Hex

#FB863A
(251,134,58)
0 Favorites   0 Comments

Color spaces of #fb863a

RGB 25113458
HSL0.070.960.61
HSV24°77°98°
CMYK 0.000.470.77   0.02
XYZ49.072537.86498.7252
Yxy37.86490.51300.3958
Hunter Lab61.534534.664934.6672
CIE-Lab67.920939.387858.4659

#fb863a color RGB value is (251,134,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 00111010
Octal 373 206 72
Decimal 251 134 58
Hex FB 86 3A

RGB Percentages of Color #fb863a

%56.66
%30.25
%13.09

CMYK Percentages of Color #fb863a

%0
%47
%77
%2

Triadic Colors of #fb863a

#fb863a #3afb86 #863afb

Analogous Colors of #fb863a

#fb863a #fbe73a #fb3a4f

Monochromatic Colors of #fb863a

#fb863a

Complementary Color

#fb863a #3aaffb

#fb863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb863a Color CSS Codes

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

#fb863a Text Font Color

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

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


#fb863a Background Color

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

This div background color is #fb863a


#fb863a Border Color

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

This div border color is #fb863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb863a


Comments

No comments written yet.

Please login to write comment.