Color Hex Logo

#fcc172 Color Hex

#FCC172
(252,193,114)
0 Favorites   0 Comments

Color spaces of #fcc172

RGB 252193114
HSL0.100.960.72
HSV34°55°99°
CMYK 0.000.230.55   0.01
XYZ62.252160.050324.2294
Yxy60.05030.42480.4098
Hunter Lab77.49217.784035.7063
CIE-Lab81.865512.384647.5369

#fcc172 color RGB value is (252,193,114).

#fcc172 hex color red value is 252, green value is 193 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fcc172 hue: 0.10 , saturation: 0.96 and the lightness value of fcc172 is 0.72.

The process color (four color CMYK) of #fcc172 color hex is 0.00, 0.23, 0.55, 0.01. Web safe color of #fcc172 is #ffcc66. Color #fcc172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 01110010
Octal 374 301 162
Decimal 252 193 114
Hex FC C1 72

RGB Percentages of Color #fcc172

%45.08
%34.53
%20.39

CMYK Percentages of Color #fcc172

%0
%23
%55
%1

Triadic Colors of #fcc172

#fcc172 #72fcc1 #c172fc

Analogous Colors of #fcc172

#fcc172 #f2fc72 #fc7c72

Monochromatic Colors of #fcc172

#fcc172

Complementary Color

#fcc172 #72adfc

#fcc172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc172 Color CSS Codes

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

#fcc172 Text Font Color

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

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


#fcc172 Background Color

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

This div background color is #fcc172


#fcc172 Border Color

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

This div border color is #fcc172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc172


Comments

No comments written yet.

Please login to write comment.