Color Hex Logo

#fca67c Color Hex

#FCA67C
(252,166,124)
0 Favorites   0 Comments

Color spaces of #fca67c

RGB 252166124
HSL0.050.960.74
HSV20°51°99°
CMYK 0.000.340.51   0.01
XYZ57.419249.423125.5821
Yxy49.42310.43360.3732
Hunter Lab70.301622.763127.6360
CIE-Lab75.713827.359934.7158

#fca67c color RGB value is (252,166,124).

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

The process color (four color CMYK) of #fca67c color hex is 0.00, 0.34, 0.51, 0.01. Web safe color of #fca67c is #ff9966. Color #fca67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01111100
Octal 374 246 174
Decimal 252 166 124
Hex FC A6 7C

RGB Percentages of Color #fca67c

%46.49
%30.63
%22.88

CMYK Percentages of Color #fca67c

%0
%34
%51
%1

Triadic Colors of #fca67c

#fca67c #7cfca6 #a67cfc

Analogous Colors of #fca67c

#fca67c #fce67c #fc7c92

Monochromatic Colors of #fca67c

#fca67c

Complementary Color

#fca67c #7cd2fc

#fca67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca67c Color CSS Codes

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

#fca67c Text Font Color

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

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


#fca67c Background Color

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

This div background color is #fca67c


#fca67c Border Color

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

This div border color is #fca67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca67c

Related Colors


Comments

No comments written yet.

Please login to write comment.