color codes Logo

#fcb17c color codes

#FCB17C
(252,177,124)
0 Favorites   0 Comments

Color spaces of #fcb17c

RGB 252177124
HSL0.070.960.74
HSV25°51°99°
CMYK 0.000.300.51   0.01
XYZ59.505153.595026.2774
Yxy53.59500.42690.3845
Hunter Lab73.208616.972529.9646
CIE-Lab78.225021.593337.9374

#fcb17c color RGB value is (252,177,124).

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

The process color (four color CMYK) of #fcb17c color code is 0.00, 0.30, 0.51, 0.01. Web safe color of #fcb17c is #ff9966. Color #fcb17c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01111100
Octal 374 261 174
Decimal 252 177 124
Hex FC B1 7C

RGB Percentages of Color #fcb17c

%45.57
%32.01
%22.42

CMYK Percentages of Color #fcb17c

%0
%30
%51
%1

Triadic Colors of #fcb17c

#fcb17c #7cfcb1 #b17cfc

Analogous Colors of #fcb17c

#fcb17c #fcf17c #fc7c87

Monochromatic Colors of #fcb17c

#fcb17c

Complementary Color

#fcb17c #7cc7fc

#fcb17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb17c Color CSS Codes

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

#fcb17c Text Font Color

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

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


#fcb17c Background Color

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

This div background color is #fcb17c


#fcb17c Border Color

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

This div border color is #fcb17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb17c

Related Colors


Comments

No comments written yet.

Please login to write comment.