Color Hex Logo

#fcb10e Color Hex

#FCB10E
(252,177,14)
0 Favorites   0 Comments

Color spaces of #fcb10e

RGB 25217714
HSL0.110.980.52
HSV41°94°99°
CMYK 0.000.300.94   0.01
XYZ55.946352.17147.5369
Yxy52.17140.48370.4511
Hunter Lab72.229811.856944.3742
CIE-Lab77.383216.518678.8871

#fcb10e color RGB value is (252,177,14).

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

The process color (four color CMYK) of #fcb10e color hex is 0.00, 0.30, 0.94, 0.01. Web safe color of #fcb10e is #ff9900. Color #fcb10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00001110
Octal 374 261 16
Decimal 252 177 14
Hex FC B1 E

RGB Percentages of Color #fcb10e

%56.88
%39.95
%3.16

CMYK Percentages of Color #fcb10e

%0
%30
%94
%1

Triadic Colors of #fcb10e

#fcb10e #0efcb1 #b10efc

Analogous Colors of #fcb10e

#fcb10e #d0fc0e #fc3a0e

Monochromatic Colors of #fcb10e

#fcb10e

Complementary Color

#fcb10e #0e59fc

#fcb10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb10e Color CSS Codes

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

#fcb10e Text Font Color

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

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


#fcb10e Background Color

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

This div background color is #fcb10e


#fcb10e Border Color

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

This div border color is #fcb10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb10e

Related Colors


Comments

No comments written yet.

Please login to write comment.