Color Hex Logo

#fcb012 Color Hex

#FCB012
(252,176,18)
0 Favorites   0 Comments

Color spaces of #fcb012

RGB 25217618
HSL0.110.980.53
HSV41°93°99°
CMYK 0.000.300.93   0.01
XYZ55.779451.78987.6288
Yxy51.78980.48420.4496
Hunter Lab71.965112.414544.0904
CIE-Lab77.155017.085378.1611

#fcb012 color RGB value is (252,176,18).

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

The process color (four color CMYK) of #fcb012 color hex is 0.00, 0.30, 0.93, 0.01. Web safe color of #fcb012 is #ff9900. Color #fcb012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 00010010
Octal 374 260 22
Decimal 252 176 18
Hex FC B0 12

RGB Percentages of Color #fcb012

%56.50
%39.46
%4.04

CMYK Percentages of Color #fcb012

%0
%30
%93
%1

Triadic Colors of #fcb012

#fcb012 #12fcb0 #b012fc

Analogous Colors of #fcb012

#fcb012 #d3fc12 #fc3b12

Monochromatic Colors of #fcb012

#fcb012

Complementary Color

#fcb012 #125efc

#fcb012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb012 Color CSS Codes

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

#fcb012 Text Font Color

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

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


#fcb012 Background Color

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

This div background color is #fcb012


#fcb012 Border Color

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

This div border color is #fcb012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb012

Related Colors


Comments

No comments written yet.

Please login to write comment.