Color Hex Logo

#fe430d Color Hex

#FE430D
(254,67,13)
0 Favorites   0 Comments

Color spaces of #fe430d

RGB 2546713
HSL0.040.990.52
HSV13°95°100°
CMYK 0.000.740.95   0.00
XYZ42.952925.11422.9644
Yxy25.11420.60470.3536
Hunter Lab50.114165.293231.5727
CIE-Lab57.186568.237566.0170

#fe430d color RGB value is (254,67,13).

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

The process color (four color CMYK) of #fe430d color hex is 0.00, 0.74, 0.95, 0.00. Web safe color of #fe430d is #ff3300. Color #fe430d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 00001101
Octal 376 103 15
Decimal 254 67 13
Hex FE 43 D

RGB Percentages of Color #fe430d

%76.05
%20.06
%3.89

CMYK Percentages of Color #fe430d

%0
%74
%95
%0

Triadic Colors of #fe430d

#fe430d #0dfe43 #430dfe

Analogous Colors of #fe430d

#fe430d #febc0d #fe0d4f

Monochromatic Colors of #fe430d

#fe430d

Complementary Color

#fe430d #0dc8fe

#fe430d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe430d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe430d Color CSS Codes

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

#fe430d Text Font Color

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

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


#fe430d Background Color

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

This div background color is #fe430d


#fe430d Border Color

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

This div border color is #fe430d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe430d


Comments

No comments written yet.

Please login to write comment.