color codes Logo

#fd9d6a color codes

#FD9D6A
(253,157,106)
0 Favorites   0 Comments

Color spaces of #fd9d6a

RGB 253157106
HSL0.060.970.70
HSV21°58°99°
CMYK 0.000.380.58   0.01
XYZ55.166546.037219.6141
Yxy46.03720.45660.3810
Hunter Lab67.850726.391930.3561
CIE-Lab73.569731.000341.4770

#fd9d6a color RGB value is (253,157,106).

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

The process color (four color CMYK) of #fd9d6a color code is 0.00, 0.38, 0.58, 0.01. Web safe color of #fd9d6a is #ff9966. Color #fd9d6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011101 01101010
Octal 375 235 152
Decimal 253 157 106
Hex FD 9D 6A

RGB Percentages of Color #fd9d6a

%49.03
%30.43
%20.54

CMYK Percentages of Color #fd9d6a

%0
%38
%58
%1

Triadic Colors of #fd9d6a

#fd9d6a #6afd9d #9d6afd

Analogous Colors of #fd9d6a

#fd9d6a #fde76a #fd6a81

Monochromatic Colors of #fd9d6a

#fd9d6a

Complementary Color

#fd9d6a #6acafd

#fd9d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9d6a Color CSS Codes

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

#fd9d6a Text Font Color

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

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


#fd9d6a Background Color

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

This div background color is #fd9d6a


#fd9d6a Border Color

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

This div border color is #fd9d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9d6a

Related Colors


Comments

No comments written yet.

Please login to write comment.