Color Hex Logo

#fda65d Color Hex

#FDA65D
(253,166,93)
0 Favorites   0 Comments

Color spaces of #fda65d

RGB 25316693
HSL0.080.980.68
HSV27°63°99°
CMYK 0.000.340.63   0.01
XYZ56.120048.945416.8455
Yxy48.94540.46030.4015
Hunter Lab69.961020.754134.6966
CIE-Lab75.417325.425450.2490

#fda65d color RGB value is (253,166,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 01011101
Octal 375 246 135
Decimal 253 166 93
Hex FD A6 5D

RGB Percentages of Color #fda65d

%49.41
%32.42
%18.16

CMYK Percentages of Color #fda65d

%0
%34
%63
%1

Triadic Colors of #fda65d

#fda65d #5dfda6 #a65dfd

Analogous Colors of #fda65d

#fda65d #fdf65d #fd5d64

Monochromatic Colors of #fda65d

#fda65d

Complementary Color

#fda65d #5db4fd

#fda65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda65d Color CSS Codes

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

#fda65d Text Font Color

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

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


#fda65d Background Color

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

This div background color is #fda65d


#fda65d Border Color

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

This div border color is #fda65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda65d

#fda65d Color Palettes


Comments

No comments written yet.

Please login to write comment.