Color Hex Logo

#fe431c Color Hex

#FE431C
(254,67,28)
0 Favorites   0 Comments

Color spaces of #fe431c

RGB 2546728
HSL0.030.990.55
HSV10°89°100°
CMYK 0.000.740.89   0.00
XYZ43.089825.16903.6856
Yxy25.16900.59890.3498
Hunter Lab50.168765.518030.7624
CIE-Lab57.239768.415561.5791

#fe431c color RGB value is (254,67,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 00011100
Octal 376 103 34
Decimal 254 67 28
Hex FE 43 1C

RGB Percentages of Color #fe431c

%72.78
%19.20
%8.02

CMYK Percentages of Color #fe431c

%0
%74
%89
%0

Triadic Colors of #fe431c

#fe431c #1cfe43 #431cfe

Analogous Colors of #fe431c

#fe431c #feb41c #fe1c66

Monochromatic Colors of #fe431c

#fe431c

Complementary Color

#fe431c #1cd7fe

#fe431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe431c Color CSS Codes

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

#fe431c Text Font Color

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

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


#fe431c Background Color

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

This div background color is #fe431c


#fe431c Border Color

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

This div border color is #fe431c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe431c


Comments

No comments written yet.

Please login to write comment.