Color Hex Logo

#fda765 Color Hex

#FDA765
(253,167,101)
0 Favorites   0 Comments

Color spaces of #fda765

RGB 253167101
HSL0.070.970.69
HSV26°60°99°
CMYK 0.000.340.60   0.01
XYZ56.675749.459718.8715
Yxy49.45970.45340.3957
Hunter Lab70.327620.776633.3196
CIE-Lab75.736425.430046.6567

#fda765 color RGB value is (253,167,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 01100101
Octal 375 247 145
Decimal 253 167 101
Hex FD A7 65

RGB Percentages of Color #fda765

%48.56
%32.05
%19.39

CMYK Percentages of Color #fda765

%0
%34
%60
%1

Triadic Colors of #fda765

#fda765 #65fda7 #a765fd

Analogous Colors of #fda765

#fda765 #fdf365 #fd656f

Monochromatic Colors of #fda765

#fda765

Complementary Color

#fda765 #65bbfd

#fda765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda765 Color CSS Codes

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

#fda765 Text Font Color

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

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


#fda765 Background Color

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

This div background color is #fda765


#fda765 Border Color

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

This div border color is #fda765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda765

Related Colors


Comments

No comments written yet.

Please login to write comment.