Color Hex Logo

#fe361d Color Hex

#FE361D
(254,54,29)
0 Favorites   0 Comments

Color spaces of #fe361d

RGB 2545429
HSL0.020.990.55
HSV89°100°
CMYK 0.000.790.89   0.00
XYZ42.414023.79793.5204
Yxy23.79790.60820.3413
Hunter Lab48.783169.824729.8695
CIE-Lab55.884972.236660.2246

#fe361d color RGB value is (254,54,29).

#fe361d hex color red value is 254, green value is 54 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fe361d hue: 0.02 , saturation: 0.99 and the lightness value of fe361d is 0.55.

The process color (four color CMYK) of #fe361d color hex is 0.00, 0.79, 0.89, 0.00. Web safe color of #fe361d is #ff3333. Color #fe361d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 00011101
Octal 376 66 35
Decimal 254 54 29
Hex FE 36 1D

RGB Percentages of Color #fe361d

%75.37
%16.02
%8.61

CMYK Percentages of Color #fe361d

%0
%79
%89
%0

Triadic Colors of #fe361d

#fe361d #1dfe36 #361dfe

Analogous Colors of #fe361d

#fe361d #fea71d #fe1d75

Monochromatic Colors of #fe361d

#fe361d

Complementary Color

#fe361d #1de5fe

#fe361d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe361d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe361d Color CSS Codes

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

#fe361d Text Font Color

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

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


#fe361d Background Color

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

This div background color is #fe361d


#fe361d Border Color

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

This div border color is #fe361d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe361d


Comments

No comments written yet.

Please login to write comment.