Color Hex Logo

#fcc11e Color Hex

#FCC11E
(252,193,30)
0 Favorites   0 Comments

Color spaces of #fcc11e

RGB 25219330
HSL0.120.970.55
HSV44°88°99°
CMYK 0.000.230.88   0.01
XYZ59.449258.92919.4694
Yxy58.92910.46500.4609
Hunter Lab76.76533.896246.4220
CIE-Lab81.25268.409279.0666

#fcc11e color RGB value is (252,193,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00011110
Octal 374 301 36
Decimal 252 193 30
Hex FC C1 1E

RGB Percentages of Color #fcc11e

%53.05
%40.63
%6.32

CMYK Percentages of Color #fcc11e

%0
%23
%88
%1

Triadic Colors of #fcc11e

#fcc11e #1efcc1 #c11efc

Analogous Colors of #fcc11e

#fcc11e #c8fc1e #fc521e

Monochromatic Colors of #fcc11e

#fcc11e

Complementary Color

#fcc11e #1e59fc

#fcc11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc11e Color CSS Codes

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

#fcc11e Text Font Color

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

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


#fcc11e Background Color

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

This div background color is #fcc11e


#fcc11e Border Color

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

This div border color is #fcc11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc11e

Related Colors


Comments

No comments written yet.

Please login to write comment.