Color Hex Logo

#fe7a40 Color Hex

#FE7A40
(254,122,64)
0 Favorites   0 Comments

Color spaces of #fe7a40

RGB 25412264
HSL0.050.990.62
HSV18°75°100°
CMYK 0.000.520.75   0.00
XYZ48.758035.36019.1058
Yxy35.36010.52300.3793
Hunter Lab59.464442.299032.5460
CIE-Lab66.028146.687953.9664

#fe7a40 color RGB value is (254,122,64).

#fe7a40 hex color red value is 254, green value is 122 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fe7a40 hue: 0.05 , saturation: 0.99 and the lightness value of fe7a40 is 0.62.

The process color (four color CMYK) of #fe7a40 color hex is 0.00, 0.52, 0.75, 0.00. Web safe color of #fe7a40 is #ff6633. Color #fe7a40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111010 01000000
Octal 376 172 100
Decimal 254 122 64
Hex FE 7A 40

RGB Percentages of Color #fe7a40

%57.73
%27.73
%14.55

CMYK Percentages of Color #fe7a40

%0
%52
%75
%0

Triadic Colors of #fe7a40

#fe7a40 #40fe7a #7a40fe

Analogous Colors of #fe7a40

#fe7a40 #fed940 #fe4065

Monochromatic Colors of #fe7a40

#fe7a40

Complementary Color

#fe7a40 #40c4fe

#fe7a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7a40 Color CSS Codes

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

#fe7a40 Text Font Color

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

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


#fe7a40 Background Color

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

This div background color is #fe7a40


#fe7a40 Border Color

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

This div border color is #fe7a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7a40


Comments

No comments written yet.

Please login to write comment.