Color Hex Logo

#fcc175 Color Hex

#FCC175
(252,193,117)
0 Favorites   0 Comments

Color spaces of #fcc175

RGB 252193117
HSL0.090.960.72
HSV34°54°99°
CMYK 0.000.230.54   0.01
XYZ62.425760.119725.1437
Yxy60.11970.42270.4071
Hunter Lab77.53698.022535.0492
CIE-Lab81.903212.625446.0962

#fcc175 color RGB value is (252,193,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 01110101
Octal 374 301 165
Decimal 252 193 117
Hex FC C1 75

RGB Percentages of Color #fcc175

%44.84
%34.34
%20.82

CMYK Percentages of Color #fcc175

%0
%23
%54
%1

Triadic Colors of #fcc175

#fcc175 #75fcc1 #c175fc

Analogous Colors of #fcc175

#fcc175 #f4fc75 #fc7e75

Monochromatic Colors of #fcc175

#fcc175

Complementary Color

#fcc175 #75b0fc

#fcc175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc175 Color CSS Codes

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

#fcc175 Text Font Color

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

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


#fcc175 Background Color

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

This div background color is #fcc175


#fcc175 Border Color

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

This div border color is #fcc175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc175


Comments

No comments written yet.

Please login to write comment.