Color Hex Logo

#fe833c Color Hex

#FE833C
(254,131,60)
0 Favorites   0 Comments

Color spaces of #fe833c

RGB 25413160
HSL0.060.990.62
HSV22°76°100°
CMYK 0.000.480.76   0.00
XYZ49.805037.62978.9132
Yxy37.62970.51690.3906
Hunter Lab61.343137.575534.3252
CIE-Lab67.746842.124357.5508

#fe833c color RGB value is (254,131,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00111100
Octal 376 203 74
Decimal 254 131 60
Hex FE 83 3C

RGB Percentages of Color #fe833c

%57.08
%29.44
%13.48

CMYK Percentages of Color #fe833c

%0
%48
%76
%0

Triadic Colors of #fe833c

#fe833c #3cfe83 #833cfe

Analogous Colors of #fe833c

#fe833c #fee43c #fe3c56

Monochromatic Colors of #fe833c

#fe833c

Complementary Color

#fe833c #3cb7fe

#fe833c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe833c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe833c Color CSS Codes

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

#fe833c Text Font Color

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

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


#fe833c Background Color

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

This div background color is #fe833c


#fe833c Border Color

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

This div border color is #fe833c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe833c

Related Colors


Comments

No comments written yet.

Please login to write comment.