Color Hex Logo

#fcb148 Color Hex

#FCB148
(252,177,72)
0 Favorites   0 Comments

Color spaces of #fcb148

RGB 25217772
HSL0.100.970.64
HSV35°71°99°
CMYK 0.000.300.71   0.01
XYZ57.036752.607613.2790
Yxy52.60760.46400.4280
Hunter Lab72.531113.438739.9169
CIE-Lab77.642718.104762.2713

#fcb148 color RGB value is (252,177,72).

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

The process color (four color CMYK) of #fcb148 color hex is 0.00, 0.30, 0.71, 0.01. Web safe color of #fcb148 is #ff9933. Color #fcb148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01001000
Octal 374 261 110
Decimal 252 177 72
Hex FC B1 48

RGB Percentages of Color #fcb148

%50.30
%35.33
%14.37

CMYK Percentages of Color #fcb148

%0
%30
%71
%1

Triadic Colors of #fcb148

#fcb148 #48fcb1 #b148fc

Analogous Colors of #fcb148

#fcb148 #edfc48 #fc5748

Monochromatic Colors of #fcb148

#fcb148

Complementary Color

#fcb148 #4893fc

#fcb148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb148 Color CSS Codes

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

#fcb148 Text Font Color

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

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


#fcb148 Background Color

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

This div background color is #fcb148


#fcb148 Border Color

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

This div border color is #fcb148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb148


Comments

No comments written yet.

Please login to write comment.