Color Hex Logo

#fe863b Color Hex

#FE863B
(254,134,59)
0 Favorites   0 Comments

Color spaces of #fe863b

RGB 25413459
HSL0.060.990.61
HSV23°77°100°
CMYK 0.000.470.77   0.00
XYZ50.187638.43688.9115
Yxy38.43680.51460.3941
Hunter Lab61.997436.002334.8759
CIE-Lab68.341340.591358.5813

#fe863b color RGB value is (254,134,59).

#fe863b hex color red value is 254, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fe863b hue: 0.06 , saturation: 0.99 and the lightness value of fe863b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 00111011
Octal 376 206 73
Decimal 254 134 59
Hex FE 86 3B

RGB Percentages of Color #fe863b

%56.82
%29.98
%13.20

CMYK Percentages of Color #fe863b

%0
%47
%77
%0

Triadic Colors of #fe863b

#fe863b #3bfe86 #863bfe

Analogous Colors of #fe863b

#fe863b #fee83b #fe3b51

Monochromatic Colors of #fe863b

#fe863b

Complementary Color

#fe863b #3bb3fe

#fe863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe863b Color CSS Codes

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

#fe863b Text Font Color

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

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


#fe863b Background Color

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

This div background color is #fe863b


#fe863b Border Color

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

This div border color is #fe863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe863b

Related Colors


Comments

No comments written yet.

Please login to write comment.