Color Hex Logo

#fcc128 Color Hex

#FCC128
(252,193,40)
0 Favorites   0 Comments

Color spaces of #fcc128

RGB 25219340
HSL0.120.970.57
HSV43°84°99°
CMYK 0.000.230.84   0.01
XYZ59.597958.988610.2523
Yxy58.98860.46260.4578
Hunter Lab76.80404.104245.8484
CIE-Lab81.28538.624476.7454

#fcc128 color RGB value is (252,193,40).

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

The process color (four color CMYK) of #fcc128 color hex is 0.00, 0.23, 0.84, 0.01. Web safe color of #fcc128 is #ffcc33. Color #fcc128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00101000
Octal 374 301 50
Decimal 252 193 40
Hex FC C1 28

RGB Percentages of Color #fcc128

%51.96
%39.79
%8.25

CMYK Percentages of Color #fcc128

%0
%23
%84
%1

Triadic Colors of #fcc128

#fcc128 #28fcc1 #c128fc

Analogous Colors of #fcc128

#fcc128 #cdfc28 #fc5728

Monochromatic Colors of #fcc128

#fcc128

Complementary Color

#fcc128 #2863fc

#fcc128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc128 Color CSS Codes

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

#fcc128 Text Font Color

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

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


#fcc128 Background Color

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

This div background color is #fcc128


#fcc128 Border Color

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

This div border color is #fcc128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc128

Related Colors


Comments

No comments written yet.

Please login to write comment.