Color Hex Logo

#fcb152 Color Hex

#FCB152
(252,177,82)
0 Favorites   0 Comments

Color spaces of #fcb152

RGB 25217782
HSL0.090.970.65
HSV34°67°99°
CMYK 0.000.300.67   0.01
XYZ57.390052.748915.1394
Yxy52.74890.45810.4211
Hunter Lab72.628413.948538.4809
CIE-Lab77.726518.612757.9848

#fcb152 color RGB value is (252,177,82).

#fcb152 hex color red value is 252, green value is 177 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fcb152 hue: 0.09 , saturation: 0.97 and the lightness value of fcb152 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01010010
Octal 374 261 122
Decimal 252 177 82
Hex FC B1 52

RGB Percentages of Color #fcb152

%49.32
%34.64
%16.05

CMYK Percentages of Color #fcb152

%0
%30
%67
%1

Triadic Colors of #fcb152

#fcb152 #52fcb1 #b152fc

Analogous Colors of #fcb152

#fcb152 #f2fc52 #fc5c52

Monochromatic Colors of #fcb152

#fcb152

Complementary Color

#fcb152 #529dfc

#fcb152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb152 Color CSS Codes

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

#fcb152 Text Font Color

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

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


#fcb152 Background Color

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

This div background color is #fcb152


#fcb152 Border Color

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

This div border color is #fcb152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb152


Comments

No comments written yet.

Please login to write comment.