Color Hex Logo

#fcc15e Color Hex

#FCC15E
(252,193,94)
0 Favorites   0 Comments

Color spaces of #fcc15e

RGB 25219394
HSL0.100.960.68
HSV38°63°99°
CMYK 0.000.230.63   0.01
XYZ61.235259.643518.8746
Yxy59.64350.43820.4268
Hunter Lab77.22926.381939.5701
CIE-Lab81.644010.961956.8361

#fcc15e color RGB value is (252,193,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 01011110
Octal 374 301 136
Decimal 252 193 94
Hex FC C1 5E

RGB Percentages of Color #fcc15e

%46.75
%35.81
%17.44

CMYK Percentages of Color #fcc15e

%0
%23
%63
%1

Triadic Colors of #fcc15e

#fcc15e #5efcc1 #c15efc

Analogous Colors of #fcc15e

#fcc15e #e8fc5e #fc725e

Monochromatic Colors of #fcc15e

#fcc15e

Complementary Color

#fcc15e #5e99fc

#fcc15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc15e Color CSS Codes

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

#fcc15e Text Font Color

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

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


#fcc15e Background Color

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

This div background color is #fcc15e


#fcc15e Border Color

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

This div border color is #fcc15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc15e


Comments

No comments written yet.

Please login to write comment.