Color Hex Logo

#fda94c Color Hex

#FDA94C
(253,169,76)
0 Favorites   0 Comments

Color spaces of #fda94c

RGB 25316976
HSL0.090.980.65
HSV32°70°99°
CMYK 0.000.330.70   0.01
XYZ56.000549.780413.4945
Yxy49.78040.46950.4174
Hunter Lab70.555218.205938.0488
CIE-Lab75.934322.899358.7920

#fda94c color RGB value is (253,169,76).

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

The process color (four color CMYK) of #fda94c color hex is 0.00, 0.33, 0.70, 0.01. Web safe color of #fda94c is #ff9933. Color #fda94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01001100
Octal 375 251 114
Decimal 253 169 76
Hex FD A9 4C

RGB Percentages of Color #fda94c

%50.80
%33.94
%15.26

CMYK Percentages of Color #fda94c

%0
%33
%70
%1

Triadic Colors of #fda94c

#fda94c #4cfda9 #a94cfd

Analogous Colors of #fda94c

#fda94c #f9fd4c #fd514c

Monochromatic Colors of #fda94c

#fda94c

Complementary Color

#fda94c #4ca0fd

#fda94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda94c Color CSS Codes

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

#fda94c Text Font Color

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

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


#fda94c Background Color

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

This div background color is #fda94c


#fda94c Border Color

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

This div border color is #fda94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda94c


Comments

No comments written yet.

Please login to write comment.