Color Hex Logo

#fea652 Color Hex

#FEA652
(254,166,82)
0 Favorites   0 Comments

Color spaces of #fea652

RGB 25416682
HSL0.080.990.66
HSV29°68°100°
CMYK 0.000.350.68   0.00
XYZ56.032348.952514.4782
Yxy48.95250.46900.4098
Hunter Lab69.966120.511136.7073
CIE-Lab75.421825.187755.5420

#fea652 color RGB value is (254,166,82).

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

The process color (four color CMYK) of #fea652 color hex is 0.00, 0.35, 0.68, 0.00. Web safe color of #fea652 is #ff9966. Color #fea652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 01010010
Octal 376 246 122
Decimal 254 166 82
Hex FE A6 52

RGB Percentages of Color #fea652

%50.60
%33.07
%16.33

CMYK Percentages of Color #fea652

%0
%35
%68
%0

Triadic Colors of #fea652

#fea652 #52fea6 #a652fe

Analogous Colors of #fea652

#fea652 #fefc52 #fe5254

Monochromatic Colors of #fea652

#fea652

Complementary Color

#fea652 #52aafe

#fea652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea652 Color CSS Codes

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

#fea652 Text Font Color

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

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


#fea652 Background Color

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

This div background color is #fea652


#fea652 Border Color

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

This div border color is #fea652


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,166,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 #fea652">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea652


Comments

No comments written yet.

Please login to write comment.