Color Hex Logo

#fcc911 Color Hex

#FCC911
(252,201,17)
0 Favorites   0 Comments

Color spaces of #fcc911

RGB 25220117
HSL0.130.980.53
HSV47°93°99°
CMYK 0.000.200.93   0.01
XYZ61.132762.50929.3738
Yxy62.50920.45960.4699
Hunter Lab79.0628-0.340548.3144
CIE-Lab83.18354.085382.6949

#fcc911 color RGB value is (252,201,17).

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

The process color (four color CMYK) of #fcc911 color hex is 0.00, 0.20, 0.93, 0.01. Web safe color of #fcc911 is #ffcc00. Color #fcc911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00010001
Octal 374 311 21
Decimal 252 201 17
Hex FC C9 11

RGB Percentages of Color #fcc911

%53.62
%42.77
%3.62

CMYK Percentages of Color #fcc911

%0
%20
%93
%1

Triadic Colors of #fcc911

#fcc911 #11fcc9 #c911fc

Analogous Colors of #fcc911

#fcc911 #bafc11 #fc5411

Monochromatic Colors of #fcc911

#fcc911

Complementary Color

#fcc911 #1144fc

#fcc911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc911 Color CSS Codes

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

#fcc911 Text Font Color

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

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


#fcc911 Background Color

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

This div background color is #fcc911


#fcc911 Border Color

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

This div border color is #fcc911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc911


Comments

No comments written yet.

Please login to write comment.