Color Hex Logo

#fcbc01 Color Hex

#FCBC01
(252,188,1)
0 Favorites   0 Comments

Color spaces of #fcbc01

RGB 2521881
HSL0.120.990.50
HSV45°100°99°
CMYK 0.000.251.00   0.01
XYZ58.133656.66417.9020
Yxy56.66410.47380.4618
Hunter Lab75.27566.119346.4690
CIE-Lab79.990310.672482.0769

#fcbc01 color RGB value is (252,188,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00000001
Octal 374 274 1
Decimal 252 188 1
Hex FC BC 1

RGB Percentages of Color #fcbc01

%57.14
%42.63
%0.23

CMYK Percentages of Color #fcbc01

%0
%25
%100
%1

Triadic Colors of #fcbc01

#fcbc01 #01fcbc #bc01fc

Analogous Colors of #fcbc01

#fcbc01 #bffc01 #fc3f01

Monochromatic Colors of #fcbc01

#fcbc01

Complementary Color

#fcbc01 #0141fc

#fcbc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc01 Color CSS Codes

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

#fcbc01 Text Font Color

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

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


#fcbc01 Background Color

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

This div background color is #fcbc01


#fcbc01 Border Color

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

This div border color is #fcbc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc01


Comments

No comments written yet.

Please login to write comment.