Color Hex Logo

#fe883c Color Hex

#FE883C
(254,136,60)
0 Favorites   0 Comments

Color spaces of #fe883c

RGB 25413660
HSL0.070.990.62
HSV24°76°100°
CMYK 0.000.460.76   0.00
XYZ50.492839.00549.1425
Yxy39.00540.51190.3954
Hunter Lab62.454335.017935.0387
CIE-Lab68.755239.625058.5510

#fe883c color RGB value is (254,136,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 00111100
Octal 376 210 74
Decimal 254 136 60
Hex FE 88 3C

RGB Percentages of Color #fe883c

%56.44
%30.22
%13.33

CMYK Percentages of Color #fe883c

%0
%46
%76
%0

Triadic Colors of #fe883c

#fe883c #3cfe88 #883cfe

Analogous Colors of #fe883c

#fe883c #fee93c #fe3c51

Monochromatic Colors of #fe883c

#fe883c

Complementary Color

#fe883c #3cb2fe

#fe883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe883c Color CSS Codes

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

#fe883c Text Font Color

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

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


#fe883c Background Color

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

This div background color is #fe883c


#fe883c Border Color

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

This div border color is #fe883c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,136,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 #fe883c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe883c

Related Colors


Comments

No comments written yet.

Please login to write comment.