Color Hex Logo

#fda063 Color Hex

#FDA063
(253,160,99)
0 Favorites   0 Comments

Color spaces of #fda063

RGB 25316099
HSL0.070.970.69
HSV24°61°99°
CMYK 0.000.370.61   0.01
XYZ55.330946.925117.9456
Yxy46.92510.46030.3904
Hunter Lab68.501924.301132.4190
CIE-Lab74.141828.948045.7617

#fda063 color RGB value is (253,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 01100011
Octal 375 240 143
Decimal 253 160 99
Hex FD A0 63

RGB Percentages of Color #fda063

%49.41
%31.25
%19.34

CMYK Percentages of Color #fda063

%0
%37
%61
%1

Triadic Colors of #fda063

#fda063 #63fda0 #a063fd

Analogous Colors of #fda063

#fda063 #fded63 #fd6373

Monochromatic Colors of #fda063

#fda063

Complementary Color

#fda063 #63c0fd

#fda063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda063 Color CSS Codes

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

#fda063 Text Font Color

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

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


#fda063 Background Color

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

This div background color is #fda063


#fda063 Border Color

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

This div border color is #fda063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda063

Related Colors


Comments

No comments written yet.

Please login to write comment.