Color Hex Logo

#fe833e Color Hex

#FE833E
(254,131,62)
0 Favorites   0 Comments

Color spaces of #fe833e

RGB 25413162
HSL0.060.990.62
HSV22°76°100°
CMYK 0.000.480.76   0.00
XYZ49.858937.65129.1970
Yxy37.65120.51560.3893
Hunter Lab61.360637.660234.0657
CIE-Lab67.762842.200956.6662

#fe833e color RGB value is (254,131,62).

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

The process color (four color CMYK) of #fe833e color hex is 0.00, 0.48, 0.76, 0.00. Web safe color of #fe833e is #ff9933. Color #fe833e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00111110
Octal 376 203 76
Decimal 254 131 62
Hex FE 83 3E

RGB Percentages of Color #fe833e

%56.82
%29.31
%13.87

CMYK Percentages of Color #fe833e

%0
%48
%76
%0

Triadic Colors of #fe833e

#fe833e #3efe83 #833efe

Analogous Colors of #fe833e

#fe833e #fee33e #fe3e59

Monochromatic Colors of #fe833e

#fe833e

Complementary Color

#fe833e #3eb9fe

#fe833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe833e Color CSS Codes

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

#fe833e Text Font Color

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

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


#fe833e Background Color

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

This div background color is #fe833e


#fe833e Border Color

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

This div border color is #fe833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe833e

#fe833e Color Palettes


Comments

No comments written yet.

Please login to write comment.