Color Hex Logo

#fcbc12 Color Hex

#FCBC12
(252,188,18)
0 Favorites   0 Comments

Color spaces of #fcbc12

RGB 25218818
HSL0.120.980.53
HSV44°93°99°
CMYK 0.000.250.93   0.01
XYZ58.237356.70568.4481
Yxy56.70560.47200.4596
Hunter Lab75.30316.266446.0606
CIE-Lab80.013710.823680.2382

#fcbc12 color RGB value is (252,188,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00010010
Octal 374 274 22
Decimal 252 188 18
Hex FC BC 12

RGB Percentages of Color #fcbc12

%55.02
%41.05
%3.93

CMYK Percentages of Color #fcbc12

%0
%25
%93
%1

Triadic Colors of #fcbc12

#fcbc12 #12fcbc #bc12fc

Analogous Colors of #fcbc12

#fcbc12 #c7fc12 #fc4712

Monochromatic Colors of #fcbc12

#fcbc12

Complementary Color

#fcbc12 #1252fc

#fcbc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc12 Color CSS Codes

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

#fcbc12 Text Font Color

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

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


#fcbc12 Background Color

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

This div background color is #fcbc12


#fcbc12 Border Color

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

This div border color is #fcbc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc12

Related Colors


Comments

No comments written yet.

Please login to write comment.