Color Hex Logo

#fcb145 Color Hex

#FCB145
(252,177,69)
0 Favorites   0 Comments

Color spaces of #fcb145

RGB 25217769
HSL0.100.970.63
HSV35°73°99°
CMYK 0.000.300.73   0.01
XYZ56.941252.569412.7760
Yxy52.56940.46560.4299
Hunter Lab72.504813.300640.3059
CIE-Lab77.620117.967063.5006

#fcb145 color RGB value is (252,177,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01000101
Octal 374 261 105
Decimal 252 177 69
Hex FC B1 45

RGB Percentages of Color #fcb145

%50.60
%35.54
%13.86

CMYK Percentages of Color #fcb145

%0
%30
%73
%1

Triadic Colors of #fcb145

#fcb145 #45fcb1 #b145fc

Analogous Colors of #fcb145

#fcb145 #ecfc45 #fc5645

Monochromatic Colors of #fcb145

#fcb145

Complementary Color

#fcb145 #4590fc

#fcb145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb145 Color CSS Codes

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

#fcb145 Text Font Color

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

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


#fcb145 Background Color

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

This div background color is #fcb145


#fcb145 Border Color

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

This div border color is #fcb145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb145


Comments

No comments written yet.

Please login to write comment.