color codes Logo

#fe461d color codes

#FE461D
(254,70,29)
0 Favorites   0 Comments

Color spaces of #fe461d

RGB 2547029
HSL0.030.990.55
HSV11°89°100°
CMYK 0.000.720.89   0.00
XYZ43.285025.53993.8107
Yxy25.53990.59590.3516
Hunter Lab50.537064.445630.9052
CIE-Lab57.597767.451461.4725

#fe461d color RGB value is (254,70,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 00011101
Octal 376 106 35
Decimal 254 70 29
Hex FE 46 1D

RGB Percentages of Color #fe461d

%71.95
%19.83
%8.22

CMYK Percentages of Color #fe461d

%0
%72
%89
%0

Triadic Colors of #fe461d

#fe461d #1dfe46 #461dfe

Analogous Colors of #fe461d

#fe461d #feb71d #fe1d65

Monochromatic Colors of #fe461d

#fe461d

Complementary Color

#fe461d #1dd5fe

#fe461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe461d Color CSS Codes

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

#fe461d Text Font Color

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

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


#fe461d Background Color

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

This div background color is #fe461d


#fe461d Border Color

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

This div border color is #fe461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe461d


Comments

No comments written yet.

Please login to write comment.