Color Hex Logo

#fda65a Color Hex

#FDA65A
(253,166,90)
0 Favorites   0 Comments

Color spaces of #fda65a

RGB 25316690
HSL0.080.980.67
HSV28°64°99°
CMYK 0.000.340.64   0.01
XYZ55.989748.893316.1592
Yxy48.89330.46260.4039
Hunter Lab69.923720.562935.2449
CIE-Lab75.384925.240351.6714

#fda65a color RGB value is (253,166,90).

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

The process color (four color CMYK) of #fda65a color hex is 0.00, 0.34, 0.64, 0.01. Web safe color of #fda65a is #ff9966. Color #fda65a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 01011010
Octal 375 246 132
Decimal 253 166 90
Hex FD A6 5A

RGB Percentages of Color #fda65a

%49.71
%32.61
%17.68

CMYK Percentages of Color #fda65a

%0
%34
%64
%1

Triadic Colors of #fda65a

#fda65a #5afda6 #a65afd

Analogous Colors of #fda65a

#fda65a #fdf85a #fd5a5f

Monochromatic Colors of #fda65a

#fda65a

Complementary Color

#fda65a #5ab1fd

#fda65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda65a Color CSS Codes

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

#fda65a Text Font Color

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

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


#fda65a Background Color

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

This div background color is #fda65a


#fda65a Border Color

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

This div border color is #fda65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda65a


Comments

No comments written yet.

Please login to write comment.