Color Hex Logo

#fca36c Color Hex

#FCA36C
(252,163,108)
0 Favorites   0 Comments

Color spaces of #fca36c

RGB 252163108
HSL0.060.960.71
HSV23°57°99°
CMYK 0.000.350.57   0.01
XYZ55.948947.972520.4982
Yxy47.97250.44970.3856
Hunter Lab69.262222.980730.9366
CIE-Lab74.807627.627041.9391

#fca36c color RGB value is (252,163,108).

#fca36c hex color red value is 252, green value is 163 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fca36c hue: 0.06 , saturation: 0.96 and the lightness value of fca36c is 0.71.

The process color (four color CMYK) of #fca36c color hex is 0.00, 0.35, 0.57, 0.01. Web safe color of #fca36c is #ff9966. Color #fca36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01101100
Octal 374 243 154
Decimal 252 163 108
Hex FC A3 6C

RGB Percentages of Color #fca36c

%48.18
%31.17
%20.65

CMYK Percentages of Color #fca36c

%0
%35
%57
%1

Triadic Colors of #fca36c

#fca36c #6cfca3 #a36cfc

Analogous Colors of #fca36c

#fca36c #fceb6c #fc6c7d

Monochromatic Colors of #fca36c

#fca36c

Complementary Color

#fca36c #6cc5fc

#fca36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca36c Color CSS Codes

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

#fca36c Text Font Color

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

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


#fca36c Background Color

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

This div background color is #fca36c


#fca36c Border Color

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

This div border color is #fca36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca36c


Comments

No comments written yet.

Please login to write comment.