Color Hex Logo

#fe852c Color Hex

#FE852C
(254,133,44)
0 Favorites   0 Comments

Color spaces of #fe852c

RGB 25413344
HSL0.070.990.58
HSV25°83°100°
CMYK 0.000.480.83   0.00
XYZ49.715238.02777.1027
Yxy38.02770.52420.4009
Hunter Lab61.666635.988936.3377
CIE-Lab68.041040.613764.3881

#fe852c color RGB value is (254,133,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 00101100
Octal 376 205 54
Decimal 254 133 44
Hex FE 85 2C

RGB Percentages of Color #fe852c

%58.93
%30.86
%10.21

CMYK Percentages of Color #fe852c

%0
%48
%83
%0

Triadic Colors of #fe852c

#fe852c #2cfe85 #852cfe

Analogous Colors of #fe852c

#fe852c #feee2c #fe2c3c

Monochromatic Colors of #fe852c

#fe852c

Complementary Color

#fe852c #2ca5fe

#fe852c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe852c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe852c Color CSS Codes

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

#fe852c Text Font Color

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

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


#fe852c Background Color

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

This div background color is #fe852c


#fe852c Border Color

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

This div border color is #fe852c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe852c


Comments

No comments written yet.

Please login to write comment.