Color Hex Logo

#fcc291 Color Hex

#FCC291
(252,194,145)
0 Favorites   0 Comments

Color spaces of #fcc291

RGB 252194145
HSL0.080.950.78
HSV27°42°99°
CMYK 0.000.230.42   0.01
XYZ64.547561.323435.2226
Yxy61.32340.40070.3807
Hunter Lab78.309310.089928.1485
CIE-Lab82.552314.697032.6241

#fcc291 color RGB value is (252,194,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 10010001
Octal 374 302 221
Decimal 252 194 145
Hex FC C2 91

RGB Percentages of Color #fcc291

%42.64
%32.83
%24.53

CMYK Percentages of Color #fcc291

%0
%23
%42
%1

Triadic Colors of #fcc291

#fcc291 #91fcc2 #c291fc

Analogous Colors of #fcc291

#fcc291 #fcf891 #fc9196

Monochromatic Colors of #fcc291

#fcc291

Complementary Color

#fcc291 #91cbfc

#fcc291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc291 Color CSS Codes

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

#fcc291 Text Font Color

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

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


#fcc291 Background Color

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

This div background color is #fcc291


#fcc291 Border Color

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

This div border color is #fcc291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc291

Related Colors


Comments

No comments written yet.

Please login to write comment.