Color Hex Logo

#fda05a Color Hex

#FDA05A
(253,160,90)
0 Favorites   0 Comments

Color spaces of #fda05a

RGB 25316090
HSL0.070.980.67
HSV26°64°99°
CMYK 0.000.370.64   0.01
XYZ54.924346.762415.8041
Yxy46.76240.46750.3980
Hunter Lab68.383023.698434.1655
CIE-Lab74.037528.372450.1297

#fda05a color RGB value is (253,160,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 01011010
Octal 375 240 132
Decimal 253 160 90
Hex FD A0 5A

RGB Percentages of Color #fda05a

%50.30
%31.81
%17.89

CMYK Percentages of Color #fda05a

%0
%37
%64
%1

Triadic Colors of #fda05a

#fda05a #5afda0 #a05afd

Analogous Colors of #fda05a

#fda05a #fdf25a #fd5a66

Monochromatic Colors of #fda05a

#fda05a

Complementary Color

#fda05a #5ab7fd

#fda05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda05a Color CSS Codes

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

#fda05a Text Font Color

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

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


#fda05a Background Color

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

This div background color is #fda05a


#fda05a Border Color

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

This div border color is #fda05a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,160,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 #fda05a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda05a

Related Colors


Comments

No comments written yet.

Please login to write comment.