Color Hex Logo

#fe4428 Color Hex

#FE4428
(254,68,40)
0 Favorites   0 Comments

Color spaces of #fe4428

RGB 2546840
HSL0.020.990.58
HSV84°100°
CMYK 0.000.730.84   0.00
XYZ43.323225.35834.6187
Yxy25.35830.59100.3460
Hunter Lab50.357065.442529.8119
CIE-Lab57.422968.318256.8402

#fe4428 color RGB value is (254,68,40).

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

The process color (four color CMYK) of #fe4428 color hex is 0.00, 0.73, 0.84, 0.00. Web safe color of #fe4428 is #ff3333. Color #fe4428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 00101000
Octal 376 104 50
Decimal 254 68 40
Hex FE 44 28

RGB Percentages of Color #fe4428

%70.17
%18.78
%11.05

CMYK Percentages of Color #fe4428

%0
%73
%84
%0

Triadic Colors of #fe4428

#fe4428 #28fe44 #4428fe

Analogous Colors of #fe4428

#fe4428 #feaf28 #fe2877

Monochromatic Colors of #fe4428

#fe4428

Complementary Color

#fe4428 #28e2fe

#fe4428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4428 Color CSS Codes

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

#fe4428 Text Font Color

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

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


#fe4428 Background Color

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

This div background color is #fe4428


#fe4428 Border Color

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

This div border color is #fe4428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4428


Comments

No comments written yet.

Please login to write comment.