Color Hex Logo

#fda46d Color Hex

#FDA46D
(253,164,109)
0 Favorites   0 Comments

Color spaces of #fda46d

RGB 253164109
HSL0.060.970.71
HSV23°57°99°
CMYK 0.000.350.57   0.01
XYZ56.543848.537720.8565
Yxy48.53770.44900.3854
Hunter Lab69.669022.951031.0189
CIE-Lab75.162827.575741.8876

#fda46d color RGB value is (253,164,109).

#fda46d hex color red value is 253, green value is 164 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fda46d hue: 0.06 , saturation: 0.97 and the lightness value of fda46d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01101101
Octal 375 244 155
Decimal 253 164 109
Hex FD A4 6D

RGB Percentages of Color #fda46d

%48.10
%31.18
%20.72

CMYK Percentages of Color #fda46d

%0
%35
%57
%1

Triadic Colors of #fda46d

#fda46d #6dfda4 #a46dfd

Analogous Colors of #fda46d

#fda46d #fdec6d #fd6d7e

Monochromatic Colors of #fda46d

#fda46d

Complementary Color

#fda46d #6dc6fd

#fda46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda46d Color CSS Codes

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

#fda46d Text Font Color

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

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


#fda46d Background Color

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

This div background color is #fda46d


#fda46d Border Color

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

This div border color is #fda46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda46d


Comments

No comments written yet.

Please login to write comment.