Color Hex Logo

#fcbe0e Color Hex

#FCBE0E
(252,190,14)
0 Favorites   0 Comments

Color spaces of #fcbe0e

RGB 25219014
HSL0.120.980.52
HSV44°94°99°
CMYK 0.000.250.94   0.01
XYZ58.637657.55418.4340
Yxy57.55410.47050.4618
Hunter Lab75.86445.204646.5137
CIE-Lab80.49029.740581.1072

#fcbe0e color RGB value is (252,190,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00001110
Octal 374 276 16
Decimal 252 190 14
Hex FC BE E

RGB Percentages of Color #fcbe0e

%55.26
%41.67
%3.07

CMYK Percentages of Color #fcbe0e

%0
%25
%94
%1

Triadic Colors of #fcbe0e

#fcbe0e #0efcbe #be0efc

Analogous Colors of #fcbe0e

#fcbe0e #c3fc0e #fc470e

Monochromatic Colors of #fcbe0e

#fcbe0e

Complementary Color

#fcbe0e #0e4cfc

#fcbe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe0e Color CSS Codes

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

#fcbe0e Text Font Color

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

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


#fcbe0e Background Color

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

This div background color is #fcbe0e


#fcbe0e Border Color

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

This div border color is #fcbe0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe0e


Comments

No comments written yet.

Please login to write comment.