Color Hex Logo

#fcc23e Color Hex

#FCC23E
(252,194,62)
0 Favorites   0 Comments

Color spaces of #fcc23e

RGB 25219462
HSL0.120.970.62
HSV42°75°99°
CMYK 0.000.230.75   0.01
XYZ60.306259.626812.8881
Yxy59.62680.45400.4489
Hunter Lab77.21844.273244.1571
CIE-Lab81.63498.806370.1372

#fcc23e color RGB value is (252,194,62).

#fcc23e hex color red value is 252, green value is 194 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fcc23e hue: 0.12 , saturation: 0.97 and the lightness value of fcc23e is 0.62.

The process color (four color CMYK) of #fcc23e color hex is 0.00, 0.23, 0.75, 0.01. Web safe color of #fcc23e is #ffcc33. Color #fcc23e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00111110
Octal 374 302 76
Decimal 252 194 62
Hex FC C2 3E

RGB Percentages of Color #fcc23e

%49.61
%38.19
%12.20

CMYK Percentages of Color #fcc23e

%0
%23
%75
%1

Triadic Colors of #fcc23e

#fcc23e #3efcc2 #c23efc

Analogous Colors of #fcc23e

#fcc23e #d7fc3e #fc633e

Monochromatic Colors of #fcc23e

#fcc23e

Complementary Color

#fcc23e #3e78fc

#fcc23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc23e Color CSS Codes

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

#fcc23e Text Font Color

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

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


#fcc23e Background Color

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

This div background color is #fcc23e


#fcc23e Border Color

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

This div border color is #fcc23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc23e


Comments

No comments written yet.

Please login to write comment.