Color Hex Logo

#fcc65e Color Hex

#FCC65E
(252,198,94)
0 Favorites   0 Comments

Color spaces of #fcc65e

RGB 25219894
HSL0.110.960.68
HSV39°63°99°
CMYK 0.000.210.63   0.01
XYZ62.359361.891819.2493
Yxy61.89180.43460.4313
Hunter Lab78.67133.814240.5629
CIE-Lab82.85588.365058.1923

#fcc65e color RGB value is (252,198,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01011110
Octal 374 306 136
Decimal 252 198 94
Hex FC C6 5E

RGB Percentages of Color #fcc65e

%46.32
%36.40
%17.28

CMYK Percentages of Color #fcc65e

%0
%21
%63
%1

Triadic Colors of #fcc65e

#fcc65e #5efcc6 #c65efc

Analogous Colors of #fcc65e

#fcc65e #e3fc5e #fc775e

Monochromatic Colors of #fcc65e

#fcc65e

Complementary Color

#fcc65e #5e94fc

#fcc65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc65e Color CSS Codes

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

#fcc65e Text Font Color

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

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


#fcc65e Background Color

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

This div background color is #fcc65e


#fcc65e Border Color

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

This div border color is #fcc65e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,198,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 #fcc65e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc65e


Comments

No comments written yet.

Please login to write comment.