Color Hex Logo

#fdae49 Color Hex

#FDAE49
(253,174,73)
0 Favorites   0 Comments

Color spaces of #fdae49

RGB 25317473
HSL0.090.980.64
HSV34°71°99°
CMYK 0.000.310.71   0.01
XYZ56.846751.635813.2739
Yxy51.63580.46690.4241
Hunter Lab71.858115.459239.3484
CIE-Lab77.062620.136861.2836

#fdae49 color RGB value is (253,174,73).

#fdae49 hex color red value is 253, green value is 174 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fdae49 hue: 0.09 , saturation: 0.98 and the lightness value of fdae49 is 0.64.

The process color (four color CMYK) of #fdae49 color hex is 0.00, 0.31, 0.71, 0.01. Web safe color of #fdae49 is #ff9933. Color #fdae49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 01001001
Octal 375 256 111
Decimal 253 174 73
Hex FD AE 49

RGB Percentages of Color #fdae49

%50.60
%34.80
%14.60

CMYK Percentages of Color #fdae49

%0
%31
%71
%1

Triadic Colors of #fdae49

#fdae49 #49fdae #ae49fd

Analogous Colors of #fdae49

#fdae49 #f2fd49 #fd5449

Monochromatic Colors of #fdae49

#fdae49

Complementary Color

#fdae49 #4998fd

#fdae49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdae49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdae49 Color CSS Codes

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

#fdae49 Text Font Color

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

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


#fdae49 Background Color

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

This div background color is #fdae49


#fdae49 Border Color

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

This div border color is #fdae49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,174,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdae49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdae49;
  -webkit-box-shadow: 1px 1px 3px 2px #fdae49;
  box-shadow:         1px 1px 3px 2px #fdae49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,174,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdae49


Comments

No comments written yet.

Please login to write comment.