color codes Logo

#fe521c color codes

#FE521C
(254,82,28)
0 Favorites   0 Comments

Color spaces of #fe521c

RGB 2548228
HSL0.040.990.55
HSV14°89°100°
CMYK 0.000.680.89   0.00
XYZ44.099927.18934.0223
Yxy27.18930.58560.3610
Hunter Lab52.143459.714331.9268
CIE-Lab59.149163.163462.9582

#fe521c color RGB value is (254,82,28).

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

The process color (four color CMYK) of #fe521c color code is 0.00, 0.68, 0.89, 0.00. Web safe color of #fe521c is #ff6633. Color #fe521c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 00011100
Octal 376 122 34
Decimal 254 82 28
Hex FE 52 1C

RGB Percentages of Color #fe521c

%69.78
%22.53
%7.69

CMYK Percentages of Color #fe521c

%0
%68
%89
%0

Triadic Colors of #fe521c

#fe521c #1cfe52 #521cfe

Analogous Colors of #fe521c

#fe521c #fec31c #fe1c57

Monochromatic Colors of #fe521c

#fe521c

Complementary Color

#fe521c #1cc8fe

#fe521c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe521c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe521c Color CSS Codes

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

#fe521c Text Font Color

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

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


#fe521c Background Color

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

This div background color is #fe521c


#fe521c Border Color

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

This div border color is #fe521c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,82,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 #fe521c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe521c


Comments

No comments written yet.

Please login to write comment.