Color Hex Logo

#fda455 Color Hex

#FDA455
(253,164,85)
0 Favorites   0 Comments

Color spaces of #fda455

RGB 25316485
HSL0.080.980.66
HSV28°66°99°
CMYK 0.000.350.66   0.01
XYZ55.423248.089414.9554
Yxy48.08940.46780.4059
Hunter Lab69.346521.304535.7560
CIE-Lab74.881325.992753.5007

#fda455 color RGB value is (253,164,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01010101
Octal 375 244 125
Decimal 253 164 85
Hex FD A4 55

RGB Percentages of Color #fda455

%50.40
%32.67
%16.93

CMYK Percentages of Color #fda455

%0
%35
%66
%1

Triadic Colors of #fda455

#fda455 #55fda4 #a455fd

Analogous Colors of #fda455

#fda455 #fdf855 #fd555a

Monochromatic Colors of #fda455

#fda455

Complementary Color

#fda455 #55aefd

#fda455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda455 Color CSS Codes

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

#fda455 Text Font Color

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

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


#fda455 Background Color

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

This div background color is #fda455


#fda455 Border Color

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

This div border color is #fda455


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,164,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 #fda455">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda455


Comments

No comments written yet.

Please login to write comment.