Color Hex Logo

#fcb20c Color Hex

#FCB20C
(252,178,12)
0 Favorites   0 Comments

Color spaces of #fcb20c

RGB 25217812
HSL0.120.980.52
HSV42°95°99°
CMYK 0.000.290.95   0.01
XYZ56.131652.56287.5350
Yxy52.56280.48290.4522
Hunter Lab72.500211.324144.5881
CIE-Lab77.616215.976679.2956

#fcb20c color RGB value is (252,178,12).

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

The process color (four color CMYK) of #fcb20c color hex is 0.00, 0.29, 0.95, 0.01. Web safe color of #fcb20c is #ff9900. Color #fcb20c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00001100
Octal 374 262 14
Decimal 252 178 12
Hex FC B2 C

RGB Percentages of Color #fcb20c

%57.01
%40.27
%2.71

CMYK Percentages of Color #fcb20c

%0
%29
%95
%1

Triadic Colors of #fcb20c

#fcb20c #0cfcb2 #b20cfc

Analogous Colors of #fcb20c

#fcb20c #cefc0c #fc3a0c

Monochromatic Colors of #fcb20c

#fcb20c

Complementary Color

#fcb20c #0c56fc

#fcb20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb20c Color CSS Codes

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

#fcb20c Text Font Color

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

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


#fcb20c Background Color

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

This div background color is #fcb20c


#fcb20c Border Color

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

This div border color is #fcb20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb20c


Comments

No comments written yet.

Please login to write comment.