Color Hex Logo

#fe7252 Color Hex

#FE7252
(254,114,82)
0 Favorites   0 Comments

Color spaces of #fe7252

RGB 25411482
HSL0.030.990.66
HSV11°68°100°
CMYK 0.000.550.68   0.00
XYZ48.413433.714711.9386
Yxy33.71470.51470.3584
Hunter Lab58.064447.218628.4544
CIE-Lab64.735551.314343.4736

#fe7252 color RGB value is (254,114,82).

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

The process color (four color CMYK) of #fe7252 color hex is 0.00, 0.55, 0.68, 0.00. Web safe color of #fe7252 is #ff6666. Color #fe7252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01010010
Octal 376 162 122
Decimal 254 114 82
Hex FE 72 52

RGB Percentages of Color #fe7252

%56.44
%25.33
%18.22

CMYK Percentages of Color #fe7252

%0
%55
%68
%0

Triadic Colors of #fe7252

#fe7252 #52fe72 #7252fe

Analogous Colors of #fe7252

#fe7252 #fec852 #fe5288

Monochromatic Colors of #fe7252

#fe7252

Complementary Color

#fe7252 #52defe

#fe7252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7252 Color CSS Codes

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

#fe7252 Text Font Color

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

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


#fe7252 Background Color

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

This div background color is #fe7252


#fe7252 Border Color

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

This div border color is #fe7252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7252

Related Colors


Comments

No comments written yet.

Please login to write comment.