Color Hex Logo

#fcc614 Color Hex

#FCC614
(252,198,20)
0 Favorites   0 Comments

Color spaces of #fcc614

RGB 25219820
HSL0.130.970.53
HSV46°92°99°
CMYK 0.000.210.92   0.01
XYZ60.465261.13419.2750
Yxy61.13410.46200.4671
Hunter Lab78.18831.209547.6986
CIE-Lab82.45085.666981.7430

#fcc614 color RGB value is (252,198,20).

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

The process color (four color CMYK) of #fcc614 color hex is 0.00, 0.21, 0.92, 0.01. Web safe color of #fcc614 is #ffcc00. Color #fcc614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 00010100
Octal 374 306 24
Decimal 252 198 20
Hex FC C6 14

RGB Percentages of Color #fcc614

%53.62
%42.13
%4.26

CMYK Percentages of Color #fcc614

%0
%21
%92
%1

Triadic Colors of #fcc614

#fcc614 #14fcc6 #c614fc

Analogous Colors of #fcc614

#fcc614 #befc14 #fc5214

Monochromatic Colors of #fcc614

#fcc614

Complementary Color

#fcc614 #144afc

#fcc614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc614 Color CSS Codes

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

#fcc614 Text Font Color

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

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


#fcc614 Background Color

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

This div background color is #fcc614


#fcc614 Border Color

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

This div border color is #fcc614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc614


Comments

No comments written yet.

Please login to write comment.