Color Hex Logo

#fea953 Color Hex

#FEA953
(254,169,83)
0 Favorites   0 Comments

Color spaces of #fea953

RGB 25416983
HSL0.080.990.66
HSV30°67°100°
CMYK 0.000.330.67   0.00
XYZ56.622450.071314.8640
Yxy50.07130.46580.4119
Hunter Lab70.761119.002337.0784
CIE-Lab76.113023.674955.8350

#fea953 color RGB value is (254,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01010011
Octal 376 251 123
Decimal 254 169 83
Hex FE A9 53

RGB Percentages of Color #fea953

%50.20
%33.40
%16.40

CMYK Percentages of Color #fea953

%0
%33
%67
%0

Triadic Colors of #fea953

#fea953 #53fea9 #a953fe

Analogous Colors of #fea953

#fea953 #fefe53 #fe5353

Monochromatic Colors of #fea953

#fea953

Complementary Color

#fea953 #53a8fe

#fea953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea953 Color CSS Codes

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

#fea953 Text Font Color

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

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


#fea953 Background Color

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

This div background color is #fea953


#fea953 Border Color

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

This div border color is #fea953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea953

Related Colors


Comments

No comments written yet.

Please login to write comment.