Color Hex Logo

#fcbc0e Color Hex

#FCBC0E
(252,188,14)
0 Favorites   0 Comments

Color spaces of #fcbc0e

RGB 25218814
HSL0.120.980.52
HSV44°94°99°
CMYK 0.000.250.94   0.01
XYZ58.207456.69368.2906
Yxy56.69360.47250.4602
Hunter Lab75.29526.224146.1783
CIE-Lab80.006910.780180.7599

#fcbc0e color RGB value is (252,188,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00001110
Octal 374 274 16
Decimal 252 188 14
Hex FC BC E

RGB Percentages of Color #fcbc0e

%55.51
%41.41
%3.08

CMYK Percentages of Color #fcbc0e

%0
%25
%94
%1

Triadic Colors of #fcbc0e

#fcbc0e #0efcbc #bc0efc

Analogous Colors of #fcbc0e

#fcbc0e #c5fc0e #fc450e

Monochromatic Colors of #fcbc0e

#fcbc0e

Complementary Color

#fcbc0e #0e4efc

#fcbc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc0e Color CSS Codes

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

#fcbc0e Text Font Color

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

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


#fcbc0e Background Color

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

This div background color is #fcbc0e


#fcbc0e Border Color

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

This div border color is #fcbc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc0e


Comments

No comments written yet.

Please login to write comment.