Color Hex Logo

#fcc524 Color Hex

#FCC524
(252,197,36)
0 Favorites   0 Comments

Color spaces of #fcc524

RGB 25219736
HSL0.120.970.56
HSV45°86°99°
CMYK 0.000.220.86   0.01
XYZ60.429660.755310.2110
Yxy60.75530.45990.4624
Hunter Lab77.94571.982246.7949
CIE-Lab82.24706.460778.5258

#fcc524 color RGB value is (252,197,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 00100100
Octal 374 305 44
Decimal 252 197 36
Hex FC C5 24

RGB Percentages of Color #fcc524

%51.96
%40.62
%7.42

CMYK Percentages of Color #fcc524

%0
%22
%86
%1

Triadic Colors of #fcc524

#fcc524 #24fcc5 #c524fc

Analogous Colors of #fcc524

#fcc524 #c7fc24 #fc5924

Monochromatic Colors of #fcc524

#fcc524

Complementary Color

#fcc524 #245bfc

#fcc524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc524 Color CSS Codes

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

#fcc524 Text Font Color

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

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


#fcc524 Background Color

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

This div background color is #fcc524


#fcc524 Border Color

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

This div border color is #fcc524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc524


Comments

No comments written yet.

Please login to write comment.