Color Hex Logo

#fcc23f Color Hex

#FCC23F
(252,194,63)
0 Favorites   0 Comments

Color spaces of #fcc23f

RGB 25219463
HSL0.120.970.62
HSV42°75°99°
CMYK 0.000.230.75   0.01
XYZ60.333959.637913.0340
Yxy59.63790.45360.4484
Hunter Lab77.22564.311644.0510
CIE-Lab81.64108.845969.7785

#fcc23f color RGB value is (252,194,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00111111
Octal 374 302 77
Decimal 252 194 63
Hex FC C2 3F

RGB Percentages of Color #fcc23f

%49.51
%38.11
%12.38

CMYK Percentages of Color #fcc23f

%0
%23
%75
%1

Triadic Colors of #fcc23f

#fcc23f #3ffcc2 #c23ffc

Analogous Colors of #fcc23f

#fcc23f #d8fc3f #fc633f

Monochromatic Colors of #fcc23f

#fcc23f

Complementary Color

#fcc23f #3f79fc

#fcc23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc23f Color CSS Codes

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

#fcc23f Text Font Color

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

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


#fcc23f Background Color

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

This div background color is #fcc23f


#fcc23f Border Color

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

This div border color is #fcc23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc23f


Comments

No comments written yet.

Please login to write comment.