Color Hex Logo

#fcc692 Color Hex

#FCC692
(252,198,146)
0 Favorites   0 Comments

Color spaces of #fcc692

RGB 252198146
HSL0.080.950.78
HSV29°42°99°
CMYK 0.000.210.42   0.01
XYZ65.527363.158935.9314
Yxy63.15890.39810.3837
Hunter Lab79.47268.101128.8244
CIE-Lab83.525912.712933.3879

#fcc692 color RGB value is (252,198,146).

#fcc692 hex color red value is 252, green value is 198 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fcc692 hue: 0.08 , saturation: 0.95 and the lightness value of fcc692 is 0.78.

The process color (four color CMYK) of #fcc692 color hex is 0.00, 0.21, 0.42, 0.01. Web safe color of #fcc692 is #ffcc99. Color #fcc692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10010010
Octal 374 306 222
Decimal 252 198 146
Hex FC C6 92

RGB Percentages of Color #fcc692

%42.28
%33.22
%24.50

CMYK Percentages of Color #fcc692

%0
%21
%42
%1

Triadic Colors of #fcc692

#fcc692 #92fcc6 #c692fc

Analogous Colors of #fcc692

#fcc692 #fcfb92 #fc9293

Monochromatic Colors of #fcc692

#fcc692

Complementary Color

#fcc692 #92c8fc

#fcc692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc692 Color CSS Codes

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

#fcc692 Text Font Color

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

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


#fcc692 Background Color

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

This div background color is #fcc692


#fcc692 Border Color

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

This div border color is #fcc692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc692


Comments

No comments written yet.

Please login to write comment.