Color Hex Logo

#fca77e Color Hex

#FCA77E
(252,167,126)
0 Favorites   0 Comments

Color spaces of #fca77e

RGB 252167126
HSL0.050.950.74
HSV20°50°99°
CMYK 0.000.340.50   0.01
XYZ57.729549.839226.3159
Yxy49.83920.43120.3723
Hunter Lab70.596922.421027.3167
CIE-Lab75.970527.013633.9895

#fca77e color RGB value is (252,167,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 01111110
Octal 374 247 176
Decimal 252 167 126
Hex FC A7 7E

RGB Percentages of Color #fca77e

%46.24
%30.64
%23.12

CMYK Percentages of Color #fca77e

%0
%34
%50
%1

Triadic Colors of #fca77e

#fca77e #7efca7 #a77efc

Analogous Colors of #fca77e

#fca77e #fce67e #fc7e94

Monochromatic Colors of #fca77e

#fca77e

Complementary Color

#fca77e #7ed3fc

#fca77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca77e Color CSS Codes

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

#fca77e Text Font Color

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

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


#fca77e Background Color

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

This div background color is #fca77e


#fca77e Border Color

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

This div border color is #fca77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca77e


Comments

No comments written yet.

Please login to write comment.