Color Hex Logo

#fea253 Color Hex

#FEA253
(254,162,83)
0 Favorites   0 Comments

Color spaces of #fea253

RGB 25416283
HSL0.080.990.66
HSV28°67°100°
CMYK 0.000.360.67   0.00
XYZ55.354747.536014.4415
Yxy47.53600.47180.4051
Hunter Lab68.946422.655535.8436
CIE-Lab74.531327.329054.0931

#fea253 color RGB value is (254,162,83).

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

The process color (four color CMYK) of #fea253 color hex is 0.00, 0.36, 0.67, 0.00. Web safe color of #fea253 is #ff9966. Color #fea253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 01010011
Octal 376 242 123
Decimal 254 162 83
Hex FE A2 53

RGB Percentages of Color #fea253

%50.90
%32.46
%16.63

CMYK Percentages of Color #fea253

%0
%36
%67
%0

Triadic Colors of #fea253

#fea253 #53fea2 #a253fe

Analogous Colors of #fea253

#fea253 #fef853 #fe535a

Monochromatic Colors of #fea253

#fea253

Complementary Color

#fea253 #53affe

#fea253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea253 Color CSS Codes

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

#fea253 Text Font Color

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

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


#fea253 Background Color

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

This div background color is #fea253


#fea253 Border Color

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

This div border color is #fea253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea253


Comments

No comments written yet.

Please login to write comment.