Color Hex Logo

#fcb110 Color Hex

#FCB110
(252,177,16)
0 Favorites   0 Comments

Color spaces of #fcb110

RGB 25217716
HSL0.110.980.53
HSV41°94°99°
CMYK 0.000.300.94   0.01
XYZ55.960652.17717.6120
Yxy52.17710.48350.4508
Hunter Lab72.233711.877844.3156
CIE-Lab77.386616.539678.6211

#fcb110 color RGB value is (252,177,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00010000
Octal 374 261 20
Decimal 252 177 16
Hex FC B1 10

RGB Percentages of Color #fcb110

%56.63
%39.78
%3.60

CMYK Percentages of Color #fcb110

%0
%30
%94
%1

Triadic Colors of #fcb110

#fcb110 #10fcb1 #b110fc

Analogous Colors of #fcb110

#fcb110 #d1fc10 #fc3b10

Monochromatic Colors of #fcb110

#fcb110

Complementary Color

#fcb110 #105bfc

#fcb110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb110 Color CSS Codes

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

#fcb110 Text Font Color

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

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


#fcb110 Background Color

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

This div background color is #fcb110


#fcb110 Border Color

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

This div border color is #fcb110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb110

Related Colors

#fcb110 Color Palettes


Comments

No comments written yet.

Please login to write comment.