color codes Logo

#fe361c color codes

#FE361C
(254,54,28)
0 Favorites   0 Comments

Color spaces of #fe361c

RGB 2545428
HSL0.020.990.55
HSV89°100°
CMYK 0.000.790.89   0.00
XYZ42.401823.79303.4563
Yxy23.79300.60880.3416
Hunter Lab48.778169.804929.9435
CIE-Lab55.879972.221360.6052

#fe361c color RGB value is (254,54,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 00011100
Octal 376 66 34
Decimal 254 54 28
Hex FE 36 1C

RGB Percentages of Color #fe361c

%75.60
%16.07
%8.33

CMYK Percentages of Color #fe361c

%0
%79
%89
%0

Triadic Colors of #fe361c

#fe361c #1cfe36 #361cfe

Analogous Colors of #fe361c

#fe361c #fea71c #fe1c73

Monochromatic Colors of #fe361c

#fe361c

Complementary Color

#fe361c #1ce4fe

#fe361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe361c Color CSS Codes

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

#fe361c Text Font Color

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

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


#fe361c Background Color

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

This div background color is #fe361c


#fe361c Border Color

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

This div border color is #fe361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe361c


Comments

No comments written yet.

Please login to write comment.