Color Hex Logo

#fe843d Color Hex

#FE843D
(254,132,61)
0 Favorites   0 Comments

Color spaces of #fe843d

RGB 25413261
HSL0.060.990.62
HSV22°76°100°
CMYK 0.000.480.76   0.00
XYZ49.966637.91039.0988
Yxy37.91030.51520.3909
Hunter Lab61.571337.107134.3383
CIE-Lab67.954541.664857.3102

#fe843d color RGB value is (254,132,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 00111101
Octal 376 204 75
Decimal 254 132 61
Hex FE 84 3D

RGB Percentages of Color #fe843d

%56.82
%29.53
%13.65

CMYK Percentages of Color #fe843d

%0
%48
%76
%0

Triadic Colors of #fe843d

#fe843d #3dfe84 #843dfe

Analogous Colors of #fe843d

#fe843d #fee53d #fe3d57

Monochromatic Colors of #fe843d

#fe843d

Complementary Color

#fe843d #3db7fe

#fe843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe843d Color CSS Codes

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

#fe843d Text Font Color

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

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


#fe843d Background Color

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

This div background color is #fe843d


#fe843d Border Color

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

This div border color is #fe843d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe843d

Related Colors


Comments

No comments written yet.

Please login to write comment.