Color Hex Logo

#fca667 Color Hex

#FCA667
(252,166,103)
0 Favorites   0 Comments

Color spaces of #fca667

RGB 252166103
HSL0.070.960.70
HSV25°59°99°
CMYK 0.000.340.59   0.01
XYZ56.229348.947219.3161
Yxy48.94720.45170.3932
Hunter Lab69.962321.028032.6040
CIE-Lab75.418525.692745.2396

#fca667 color RGB value is (252,166,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01100111
Octal 374 246 147
Decimal 252 166 103
Hex FC A6 67

RGB Percentages of Color #fca667

%48.37
%31.86
%19.77

CMYK Percentages of Color #fca667

%0
%34
%59
%1

Triadic Colors of #fca667

#fca667 #67fca6 #a667fc

Analogous Colors of #fca667

#fca667 #fcf167 #fc6773

Monochromatic Colors of #fca667

#fca667

Complementary Color

#fca667 #67bdfc

#fca667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca667 Color CSS Codes

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

#fca667 Text Font Color

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

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


#fca667 Background Color

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

This div background color is #fca667


#fca667 Border Color

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

This div border color is #fca667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca667

Related Colors

#fca667 Color Palettes


Comments

No comments written yet.

Please login to write comment.