Color Hex Logo

#fe693a Color Hex

#FE693A
(254,105,58)
0 Favorites   0 Comments

Color spaces of #fe693a

RGB 25410558
HSL0.040.990.61
HSV14°77°100°
CMYK 0.000.590.77   0.00
XYZ46.688331.47957.6184
Yxy31.47950.54420.3670
Hunter Lab56.106650.349731.2240
CIE-Lab62.910354.380953.6389

#fe693a color RGB value is (254,105,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 00111010
Octal 376 151 72
Decimal 254 105 58
Hex FE 69 3A

RGB Percentages of Color #fe693a

%60.91
%25.18
%13.91

CMYK Percentages of Color #fe693a

%0
%59
%77
%0

Triadic Colors of #fe693a

#fe693a #3afe69 #693afe

Analogous Colors of #fe693a

#fe693a #fecb3a #fe3a6d

Monochromatic Colors of #fe693a

#fe693a

Complementary Color

#fe693a #3acffe

#fe693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe693a Color CSS Codes

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

#fe693a Text Font Color

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

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


#fe693a Background Color

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

This div background color is #fe693a


#fe693a Border Color

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

This div border color is #fe693a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe693a


Comments

No comments written yet.

Please login to write comment.