Color Hex Logo

#fcb911 Color Hex

#FCB911
(252,185,17)
0 Favorites   0 Comments

Color spaces of #fcb911

RGB 25218517
HSL0.120.980.53
HSV43°93°99°
CMYK 0.000.270.93   0.01
XYZ57.595055.43388.1945
Yxy55.43380.47510.4573
Hunter Lab74.45397.787345.5922
CIE-Lab79.290512.374079.8534

#fcb911 color RGB value is (252,185,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00010001
Octal 374 271 21
Decimal 252 185 17
Hex FC B9 11

RGB Percentages of Color #fcb911

%55.51
%40.75
%3.74

CMYK Percentages of Color #fcb911

%0
%27
%93
%1

Triadic Colors of #fcb911

#fcb911 #11fcb9 #b911fc

Analogous Colors of #fcb911

#fcb911 #cafc11 #fc4411

Monochromatic Colors of #fcb911

#fcb911

Complementary Color

#fcb911 #1154fc

#fcb911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb911 Color CSS Codes

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

#fcb911 Text Font Color

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

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


#fcb911 Background Color

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

This div background color is #fcb911


#fcb911 Border Color

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

This div border color is #fcb911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb911

Related Colors


Comments

No comments written yet.

Please login to write comment.