color codes Logo

#fc966a color codes

#FC966A
(252,150,106)
0 Favorites   0 Comments

Color spaces of #fc966a

RGB 252150106
HSL0.050.960.70
HSV18°58°99°
CMYK 0.000.400.58   0.01
XYZ53.652743.548719.2136
Yxy43.54870.46090.3741
Hunter Lab65.991429.640028.9316
CIE-Lab71.925834.235539.4169

#fc966a color RGB value is (252,150,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 01101010
Octal 374 226 152
Decimal 252 150 106
Hex FC 96 6A

RGB Percentages of Color #fc966a

%49.61
%29.53
%20.87

CMYK Percentages of Color #fc966a

%0
%40
%58
%1

Triadic Colors of #fc966a

#fc966a #6afc96 #966afc

Analogous Colors of #fc966a

#fc966a #fcdf6a #fc6a87

Monochromatic Colors of #fc966a

#fc966a

Complementary Color

#fc966a #6ad0fc

#fc966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc966a Color CSS Codes

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

#fc966a Text Font Color

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

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


#fc966a Background Color

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

This div background color is #fc966a


#fc966a Border Color

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

This div border color is #fc966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc966a


Comments

No comments written yet.

Please login to write comment.