Color Hex Logo

#fcb85c Color Hex

#FCB85C
(252,184,92)
0 Favorites   0 Comments

Color spaces of #fcb85c

RGB 25218492
HSL0.100.960.67
HSV35°63°99°
CMYK 0.000.270.63   0.01
XYZ59.217155.749117.7648
Yxy55.74910.44610.4200
Hunter Lab74.665310.904138.1591
CIE-Lab79.470815.532255.3191

#fcb85c color RGB value is (252,184,92).

#fcb85c hex color red value is 252, green value is 184 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fcb85c hue: 0.10 , saturation: 0.96 and the lightness value of fcb85c is 0.67.

The process color (four color CMYK) of #fcb85c color hex is 0.00, 0.27, 0.63, 0.01. Web safe color of #fcb85c is #ffcc66. Color #fcb85c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01011100
Octal 374 270 134
Decimal 252 184 92
Hex FC B8 5C

RGB Percentages of Color #fcb85c

%47.73
%34.85
%17.42

CMYK Percentages of Color #fcb85c

%0
%27
%63
%1

Triadic Colors of #fcb85c

#fcb85c #5cfcb8 #b85cfc

Analogous Colors of #fcb85c

#fcb85c #f0fc5c #fc685c

Monochromatic Colors of #fcb85c

#fcb85c

Complementary Color

#fcb85c #5ca0fc

#fcb85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb85c Color CSS Codes

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

#fcb85c Text Font Color

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

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


#fcb85c Background Color

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

This div background color is #fcb85c


#fcb85c Border Color

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

This div border color is #fcb85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb85c


Comments

No comments written yet.

Please login to write comment.