Color Hex Logo

#fda66d Color Hex

#FDA66D
(253,166,109)
0 Favorites   0 Comments

Color spaces of #fda66d

RGB 253166109
HSL0.070.970.71
HSV24°57°99°
CMYK 0.000.340.57   0.01
XYZ56.904549.259220.9768
Yxy49.25920.44760.3874
Hunter Lab70.184921.900631.4089
CIE-Lab75.612326.530642.4413

#fda66d color RGB value is (253,166,109).

#fda66d hex color red value is 253, green value is 166 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fda66d hue: 0.07 , saturation: 0.97 and the lightness value of fda66d is 0.71.

The process color (four color CMYK) of #fda66d color hex is 0.00, 0.34, 0.57, 0.01. Web safe color of #fda66d is #ff9966. Color #fda66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 01101101
Octal 375 246 155
Decimal 253 166 109
Hex FD A6 6D

RGB Percentages of Color #fda66d

%47.92
%31.44
%20.64

CMYK Percentages of Color #fda66d

%0
%34
%57
%1

Triadic Colors of #fda66d

#fda66d #6dfda6 #a66dfd

Analogous Colors of #fda66d

#fda66d #fdee6d #fd6d7c

Monochromatic Colors of #fda66d

#fda66d

Complementary Color

#fda66d #6dc4fd

#fda66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda66d Color CSS Codes

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

#fda66d Text Font Color

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

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


#fda66d Background Color

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

This div background color is #fda66d


#fda66d Border Color

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

This div border color is #fda66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda66d

Related Colors

#fda66d Color Palettes


Comments

No comments written yet.

Please login to write comment.