Color Hex Logo

#fe823a Color Hex

#FE823A
(254,130,58)
0 Favorites   0 Comments

Color spaces of #fe823a

RGB 25413058
HSL0.060.990.61
HSV22°77°100°
CMYK 0.000.490.77   0.00
XYZ49.619437.34168.5954
Yxy37.34160.51930.3908
Hunter Lab61.107838.003134.4357
CIE-Lab67.532542.546658.2259

#fe823a color RGB value is (254,130,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 00111010
Octal 376 202 72
Decimal 254 130 58
Hex FE 82 3A

RGB Percentages of Color #fe823a

%57.47
%29.41
%13.12

CMYK Percentages of Color #fe823a

%0
%49
%77
%0

Triadic Colors of #fe823a

#fe823a #3afe82 #823afe

Analogous Colors of #fe823a

#fe823a #fee43a #fe3a54

Monochromatic Colors of #fe823a

#fe823a

Complementary Color

#fe823a #3ab6fe

#fe823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe823a Color CSS Codes

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

#fe823a Text Font Color

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

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


#fe823a Background Color

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

This div background color is #fe823a


#fe823a Border Color

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

This div border color is #fe823a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe823a


Comments

No comments written yet.

Please login to write comment.