Color Hex Logo

#fda075 Color Hex

#FDA075
(253,160,117)
0 Favorites   0 Comments

Color spaces of #fda075

RGB 253160117
HSL0.050.970.73
HSV19°54°99°
CMYK 0.000.370.54   0.01
XYZ56.289747.308622.9943
Yxy47.30860.44470.3737
Hunter Lab68.781225.715028.3256
CIE-Lab74.386730.290136.7378

#fda075 color RGB value is (253,160,117).

#fda075 hex color red value is 253, green value is 160 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fda075 hue: 0.05 , saturation: 0.97 and the lightness value of fda075 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 01110101
Octal 375 240 165
Decimal 253 160 117
Hex FD A0 75

RGB Percentages of Color #fda075

%47.74
%30.19
%22.08

CMYK Percentages of Color #fda075

%0
%37
%54
%1

Triadic Colors of #fda075

#fda075 #75fda0 #a075fd

Analogous Colors of #fda075

#fda075 #fde475 #fd758e

Monochromatic Colors of #fda075

#fda075

Complementary Color

#fda075 #75d2fd

#fda075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda075 Color CSS Codes

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

#fda075 Text Font Color

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

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


#fda075 Background Color

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

This div background color is #fda075


#fda075 Border Color

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

This div border color is #fda075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda075

Related Colors


Comments

No comments written yet.

Please login to write comment.