Color Hex Logo

#fda06f Color Hex

#FDA06F
(253,160,111)
0 Favorites   0 Comments

Color spaces of #fda06f

RGB 253160111
HSL0.060.970.71
HSV21°56°99°
CMYK 0.000.370.56   0.01
XYZ55.948147.172021.1952
Yxy47.17200.45000.3795
Hunter Lab68.681925.212429.7804
CIE-Lab74.299729.814339.7786

#fda06f color RGB value is (253,160,111).

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

The process color (four color CMYK) of #fda06f color hex is 0.00, 0.37, 0.56, 0.01. Web safe color of #fda06f is #ff9966. Color #fda06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 01101111
Octal 375 240 157
Decimal 253 160 111
Hex FD A0 6F

RGB Percentages of Color #fda06f

%48.28
%30.53
%21.18

CMYK Percentages of Color #fda06f

%0
%37
%56
%1

Triadic Colors of #fda06f

#fda06f #6ffda0 #a06ffd

Analogous Colors of #fda06f

#fda06f #fde76f #fd6f85

Monochromatic Colors of #fda06f

#fda06f

Complementary Color

#fda06f #6fccfd

#fda06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda06f Color CSS Codes

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

#fda06f Text Font Color

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

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


#fda06f Background Color

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

This div background color is #fda06f


#fda06f Border Color

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

This div border color is #fda06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda06f


Comments

No comments written yet.

Please login to write comment.