Color Hex Logo

#fda542 Color Hex

#FDA542
(253,165,66)
0 Favorites   0 Comments

Color spaces of #fda542

RGB 25316566
HSL0.090.980.63
HSV32°74°99°
CMYK 0.000.350.74   0.01
XYZ54.946548.186311.5591
Yxy48.18630.47910.4201
Hunter Lab69.416419.813038.7186
CIE-Lab74.942324.528762.0967

#fda542 color RGB value is (253,165,66).

#fda542 hex color red value is 253, green value is 165 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fda542 hue: 0.09 , saturation: 0.98 and the lightness value of fda542 is 0.63.

The process color (four color CMYK) of #fda542 color hex is 0.00, 0.35, 0.74, 0.01. Web safe color of #fda542 is #ff9933. Color #fda542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01000010
Octal 375 245 102
Decimal 253 165 66
Hex FD A5 42

RGB Percentages of Color #fda542

%52.27
%34.09
%13.64

CMYK Percentages of Color #fda542

%0
%35
%74
%1

Triadic Colors of #fda542

#fda542 #42fda5 #a542fd

Analogous Colors of #fda542

#fda542 #f8fd42 #fd4742

Monochromatic Colors of #fda542

#fda542

Complementary Color

#fda542 #429afd

#fda542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda542 Color CSS Codes

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

#fda542 Text Font Color

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

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


#fda542 Background Color

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

This div background color is #fda542


#fda542 Border Color

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

This div border color is #fda542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda542


Comments

No comments written yet.

Please login to write comment.