Color Hex Logo

#fcc923 Color Hex

#FCC923
(252,201,35)
0 Favorites   0 Comments

Color spaces of #fcc923

RGB 25220135
HSL0.130.970.56
HSV46°86°99°
CMYK 0.000.200.86   0.01
XYZ61.334962.590110.4385
Yxy62.59010.45650.4658
Hunter Lab79.1139-0.063047.5569
CIE-Lab83.22624.376379.5443

#fcc923 color RGB value is (252,201,35).

#fcc923 hex color red value is 252, green value is 201 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #fcc923 hue: 0.13 , saturation: 0.97 and the lightness value of fcc923 is 0.56.

The process color (four color CMYK) of #fcc923 color hex is 0.00, 0.20, 0.86, 0.01. Web safe color of #fcc923 is #ffcc33. Color #fcc923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00100011
Octal 374 311 43
Decimal 252 201 35
Hex FC C9 23

RGB Percentages of Color #fcc923

%51.64
%41.19
%7.17

CMYK Percentages of Color #fcc923

%0
%20
%86
%1

Triadic Colors of #fcc923

#fcc923 #23fcc9 #c923fc

Analogous Colors of #fcc923

#fcc923 #c3fc23 #fc5d23

Monochromatic Colors of #fcc923

#fcc923

Complementary Color

#fcc923 #2356fc

#fcc923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc923 Color CSS Codes

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

#fcc923 Text Font Color

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

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


#fcc923 Background Color

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

This div background color is #fcc923


#fcc923 Border Color

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

This div border color is #fcc923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc923


Comments

No comments written yet.

Please login to write comment.