Color Hex Logo

#fcb062 Color Hex

#FCB062
(252,176,98)
0 Favorites   0 Comments

Color spaces of #fcb062

RGB 25217698
HSL0.080.960.69
HSV30°61°99°
CMYK 0.000.300.61   0.01
XYZ57.874852.628018.6632
Yxy52.62800.44810.4074
Hunter Lab72.545215.449035.5285
CIE-Lab77.654920.108250.3761

#fcb062 color RGB value is (252,176,98).

#fcb062 hex color red value is 252, green value is 176 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fcb062 hue: 0.08 , saturation: 0.96 and the lightness value of fcb062 is 0.69.

The process color (four color CMYK) of #fcb062 color hex is 0.00, 0.30, 0.61, 0.01. Web safe color of #fcb062 is #ff9966. Color #fcb062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 01100010
Octal 374 260 142
Decimal 252 176 98
Hex FC B0 62

RGB Percentages of Color #fcb062

%47.91
%33.46
%18.63

CMYK Percentages of Color #fcb062

%0
%30
%61
%1

Triadic Colors of #fcb062

#fcb062 #62fcb0 #b062fc

Analogous Colors of #fcb062

#fcb062 #fbfc62 #fc6362

Monochromatic Colors of #fcb062

#fcb062

Complementary Color

#fcb062 #62aefc

#fcb062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb062 Color CSS Codes

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

#fcb062 Text Font Color

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

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


#fcb062 Background Color

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

This div background color is #fcb062


#fcb062 Border Color

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

This div border color is #fcb062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb062


Comments

No comments written yet.

Please login to write comment.