Color Hex Logo

#fe764a Color Hex

#FE764A
(254,118,74)
0 Favorites   0 Comments

Color spaces of #fe764a

RGB 25411874
HSL0.040.990.64
HSV15°71°100°
CMYK 0.000.540.71   0.00
XYZ48.587534.522110.5812
Yxy34.52210.51860.3685
Hunter Lab58.755544.787330.4514
CIE-Lab65.374949.036348.3508

#fe764a color RGB value is (254,118,74).

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

The process color (four color CMYK) of #fe764a color hex is 0.00, 0.54, 0.71, 0.00. Web safe color of #fe764a is #ff6633. Color #fe764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 01001010
Octal 376 166 112
Decimal 254 118 74
Hex FE 76 4A

RGB Percentages of Color #fe764a

%56.95
%26.46
%16.59

CMYK Percentages of Color #fe764a

%0
%54
%71
%0

Triadic Colors of #fe764a

#fe764a #4afe76 #764afe

Analogous Colors of #fe764a

#fe764a #fed04a #fe4a78

Monochromatic Colors of #fe764a

#fe764a

Complementary Color

#fe764a #4ad2fe

#fe764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe764a Color CSS Codes

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

#fe764a Text Font Color

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

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


#fe764a Background Color

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

This div background color is #fe764a


#fe764a Border Color

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

This div border color is #fe764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe764a


Comments

No comments written yet.

Please login to write comment.