Color Hex Logo

#fda355 Color Hex

#FDA355
(253,163,85)
0 Favorites   0 Comments

Color spaces of #fda355

RGB 25316385
HSL0.080.980.66
HSV28°66°99°
CMYK 0.000.360.66   0.01
XYZ55.244947.732914.8960
Yxy47.73290.46870.4049
Hunter Lab69.089021.826335.5790
CIE-Lab74.656126.514753.2493

#fda355 color RGB value is (253,163,85).

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

The process color (four color CMYK) of #fda355 color hex is 0.00, 0.36, 0.66, 0.01. Web safe color of #fda355 is #ff9966. Color #fda355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 01010101
Octal 375 243 125
Decimal 253 163 85
Hex FD A3 55

RGB Percentages of Color #fda355

%50.50
%32.53
%16.97

CMYK Percentages of Color #fda355

%0
%36
%66
%1

Triadic Colors of #fda355

#fda355 #55fda3 #a355fd

Analogous Colors of #fda355

#fda355 #fdf755 #fd555b

Monochromatic Colors of #fda355

#fda355

Complementary Color

#fda355 #55affd

#fda355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda355 Color CSS Codes

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

#fda355 Text Font Color

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

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


#fda355 Background Color

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

This div background color is #fda355


#fda355 Border Color

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

This div border color is #fda355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda355


Comments

No comments written yet.

Please login to write comment.