Color Hex Logo

#fe724c Color Hex

#FE724C
(254,114,76)
0 Favorites   0 Comments

Color spaces of #fe724c

RGB 25411476
HSL0.040.990.65
HSV13°70°100°
CMYK 0.000.550.70   0.00
XYZ48.194933.627310.7880
Yxy33.62730.52040.3631
Hunter Lab57.989146.871129.5623
CIE-Lab64.665751.013646.5329

#fe724c color RGB value is (254,114,76).

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

The process color (four color CMYK) of #fe724c color hex is 0.00, 0.55, 0.70, 0.00. Web safe color of #fe724c is #ff6633. Color #fe724c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01001100
Octal 376 162 114
Decimal 254 114 76
Hex FE 72 4C

RGB Percentages of Color #fe724c

%57.21
%25.68
%17.12

CMYK Percentages of Color #fe724c

%0
%55
%70
%0

Triadic Colors of #fe724c

#fe724c #4cfe72 #724cfe

Analogous Colors of #fe724c

#fe724c #fecb4c #fe4c7f

Monochromatic Colors of #fe724c

#fe724c

Complementary Color

#fe724c #4cd8fe

#fe724c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe724c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe724c Color CSS Codes

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

#fe724c Text Font Color

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

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


#fe724c Background Color

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

This div background color is #fe724c


#fe724c Border Color

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

This div border color is #fe724c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe724c


Comments

No comments written yet.

Please login to write comment.