Color Hex Logo

#fe691d Color Hex

#FE691D
(254,105,29)
0 Favorites   0 Comments

Color spaces of #fe691d

RGB 25410529
HSL0.060.990.55
HSV20°89°100°
CMYK 0.000.590.89   0.00
XYZ46.146431.26274.7645
Yxy31.26270.56160.3804
Hunter Lab55.913149.472534.0869
CIE-Lab62.728853.631365.2620

#fe691d color RGB value is (254,105,29).

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

The process color (four color CMYK) of #fe691d color hex is 0.00, 0.59, 0.89, 0.00. Web safe color of #fe691d is #ff6633. Color #fe691d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 00011101
Octal 376 151 35
Decimal 254 105 29
Hex FE 69 1D

RGB Percentages of Color #fe691d

%65.46
%27.06
%7.47

CMYK Percentages of Color #fe691d

%0
%59
%89
%0

Triadic Colors of #fe691d

#fe691d #1dfe69 #691dfe

Analogous Colors of #fe691d

#fe691d #feda1d #fe1d41

Monochromatic Colors of #fe691d

#fe691d

Complementary Color

#fe691d #1db2fe

#fe691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe691d Color CSS Codes

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

#fe691d Text Font Color

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

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


#fe691d Background Color

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

This div background color is #fe691d


#fe691d Border Color

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

This div border color is #fe691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe691d

Related Colors


Comments

No comments written yet.

Please login to write comment.