Color Hex Logo

#fda44e Color Hex

#FDA44E
(253,164,78)
0 Favorites   0 Comments

Color spaces of #fda44e

RGB 25316478
HSL0.080.980.65
HSV29°69°99°
CMYK 0.000.350.69   0.01
XYZ55.158647.983613.5623
Yxy47.98360.47260.4112
Hunter Lab69.270220.913536.8808
CIE-Lab74.814625.614456.6947

#fda44e color RGB value is (253,164,78).

#fda44e hex color red value is 253, green value is 164 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fda44e hue: 0.08 , saturation: 0.98 and the lightness value of fda44e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01001110
Octal 375 244 116
Decimal 253 164 78
Hex FD A4 4E

RGB Percentages of Color #fda44e

%51.11
%33.13
%15.76

CMYK Percentages of Color #fda44e

%0
%35
%69
%1

Triadic Colors of #fda44e

#fda44e #4efda4 #a44efd

Analogous Colors of #fda44e

#fda44e #fdfc4e #fd4e50

Monochromatic Colors of #fda44e

#fda44e

Complementary Color

#fda44e #4ea7fd

#fda44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda44e Color CSS Codes

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

#fda44e Text Font Color

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

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


#fda44e Background Color

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

This div background color is #fda44e


#fda44e Border Color

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

This div border color is #fda44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda44e

Related Colors


Comments

No comments written yet.

Please login to write comment.