Color Hex Logo

#fcb311 Color Hex

#FCB311
(252,179,17)
0 Favorites   0 Comments

Color spaces of #fcb311

RGB 25217917
HSL0.110.980.53
HSV41°93°99°
CMYK 0.000.290.93   0.01
XYZ56.366252.97617.7849
Yxy52.97610.48120.4523
Hunter Lab72.784710.861544.6077
CIE-Lab77.860915.505478.8196

#fcb311 color RGB value is (252,179,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00010001
Octal 374 263 21
Decimal 252 179 17
Hex FC B3 11

RGB Percentages of Color #fcb311

%56.25
%39.96
%3.79

CMYK Percentages of Color #fcb311

%0
%29
%93
%1

Triadic Colors of #fcb311

#fcb311 #11fcb3 #b311fc

Analogous Colors of #fcb311

#fcb311 #d0fc11 #fc3d11

Monochromatic Colors of #fcb311

#fcb311

Complementary Color

#fcb311 #115afc

#fcb311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb311 Color CSS Codes

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

#fcb311 Text Font Color

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

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


#fcb311 Background Color

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

This div background color is #fcb311


#fcb311 Border Color

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

This div border color is #fcb311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb311


Comments

No comments written yet.

Please login to write comment.