Color Hex Logo

#fc9669 Color Hex

#FC9669
(252,150,105)
0 Favorites   0 Comments

Color spaces of #fc9669

RGB 252150105
HSL0.050.960.70
HSV18°58°99°
CMYK 0.000.400.58   0.01
XYZ53.601043.528118.9413
Yxy43.52810.46180.3750
Hunter Lab65.975829.561829.1612
CIE-Lab71.911934.162539.9254

#fc9669 color RGB value is (252,150,105).

#fc9669 hex color red value is 252, green value is 150 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fc9669 hue: 0.05 , saturation: 0.96 and the lightness value of fc9669 is 0.70.

The process color (four color CMYK) of #fc9669 color hex is 0.00, 0.40, 0.58, 0.01. Web safe color of #fc9669 is #ff9966. Color #fc9669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 01101001
Octal 374 226 151
Decimal 252 150 105
Hex FC 96 69

RGB Percentages of Color #fc9669

%49.70
%29.59
%20.71

CMYK Percentages of Color #fc9669

%0
%40
%58
%1

Triadic Colors of #fc9669

#fc9669 #69fc96 #9669fc

Analogous Colors of #fc9669

#fc9669 #fce069 #fc6986

Monochromatic Colors of #fc9669

#fc9669

Complementary Color

#fc9669 #69cffc

#fc9669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9669 Color CSS Codes

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

#fc9669 Text Font Color

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

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


#fc9669 Background Color

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

This div background color is #fc9669


#fc9669 Border Color

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

This div border color is #fc9669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,150,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc9669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc9669;
  -webkit-box-shadow: 1px 1px 3px 2px #fc9669;
  box-shadow:         1px 1px 3px 2px #fc9669; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,150,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9669


Comments

No comments written yet.

Please login to write comment.