Color Hex Logo

#fcc115 Color Hex

#FCC115
(252,193,21)
0 Favorites   0 Comments

Color spaces of #fcc115

RGB 25219321
HSL0.120.970.54
HSV45°92°99°
CMYK 0.000.230.92   0.01
XYZ59.350258.88958.9482
Yxy58.88950.46660.4630
Hunter Lab76.73953.757546.8041
CIE-Lab81.23088.265680.6856

#fcc115 color RGB value is (252,193,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00010101
Octal 374 301 25
Decimal 252 193 21
Hex FC C1 15

RGB Percentages of Color #fcc115

%54.08
%41.42
%4.51

CMYK Percentages of Color #fcc115

%0
%23
%92
%1

Triadic Colors of #fcc115

#fcc115 #15fcc1 #c115fc

Analogous Colors of #fcc115

#fcc115 #c4fc15 #fc4d15

Monochromatic Colors of #fcc115

#fcc115

Complementary Color

#fcc115 #1550fc

#fcc115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc115 Color CSS Codes

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

#fcc115 Text Font Color

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

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


#fcc115 Background Color

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

This div background color is #fcc115


#fcc115 Border Color

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

This div border color is #fcc115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc115


Comments

No comments written yet.

Please login to write comment.