Color Hex Logo

#fda964 Color Hex

#FDA964
(253,169,100)
0 Favorites   0 Comments

Color spaces of #fda964

RGB 253169100
HSL0.080.970.69
HSV27°60°99°
CMYK 0.000.330.60   0.01
XYZ56.996250.178718.7380
Yxy50.17870.45270.3985
Hunter Lab70.836919.658533.9023
CIE-Lab76.178824.315047.6830

#fda964 color RGB value is (253,169,100).

#fda964 hex color red value is 253, green value is 169 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fda964 hue: 0.08 , saturation: 0.97 and the lightness value of fda964 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01100100
Octal 375 251 144
Decimal 253 169 100
Hex FD A9 64

RGB Percentages of Color #fda964

%48.47
%32.38
%19.16

CMYK Percentages of Color #fda964

%0
%33
%60
%1

Triadic Colors of #fda964

#fda964 #64fda9 #a964fd

Analogous Colors of #fda964

#fda964 #fdf664 #fd646c

Monochromatic Colors of #fda964

#fda964

Complementary Color

#fda964 #64b8fd

#fda964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda964 Color CSS Codes

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

#fda964 Text Font Color

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

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


#fda964 Background Color

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

This div background color is #fda964


#fda964 Border Color

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

This div border color is #fda964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda964

Related Colors


Comments

No comments written yet.

Please login to write comment.