Color Hex Logo

#fcc114 Color Hex

#FCC114
(252,193,20)
0 Favorites   0 Comments

Color spaces of #fcc114

RGB 25219320
HSL0.120.970.53
HSV45°92°99°
CMYK 0.000.230.92   0.01
XYZ59.341158.88598.9003
Yxy58.88590.46680.4632
Hunter Lab76.73713.744746.8393
CIE-Lab81.22888.252380.8376

#fcc114 color RGB value is (252,193,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00010100
Octal 374 301 24
Decimal 252 193 20
Hex FC C1 14

RGB Percentages of Color #fcc114

%54.19
%41.51
%4.30

CMYK Percentages of Color #fcc114

%0
%23
%92
%1

Triadic Colors of #fcc114

#fcc114 #14fcc1 #c114fc

Analogous Colors of #fcc114

#fcc114 #c3fc14 #fc4d14

Monochromatic Colors of #fcc114

#fcc114

Complementary Color

#fcc114 #144ffc

#fcc114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc114 Color CSS Codes

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

#fcc114 Text Font Color

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

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


#fcc114 Background Color

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

This div background color is #fcc114


#fcc114 Border Color

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

This div border color is #fcc114


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,193,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 #fcc114">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc114


Comments

No comments written yet.

Please login to write comment.