Color Hex Logo

#fcb850 Color Hex

#FCB850
(252,184,80)
0 Favorites   0 Comments

Color spaces of #fcb850

RGB 25218480
HSL0.100.970.65
HSV36°68°99°
CMYK 0.000.270.68   0.01
XYZ58.733355.555615.2171
Yxy55.55560.45350.4290
Hunter Lab74.535610.218840.0704
CIE-Lab79.360214.842760.6246

#fcb850 color RGB value is (252,184,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01010000
Octal 374 270 120
Decimal 252 184 80
Hex FC B8 50

RGB Percentages of Color #fcb850

%48.84
%35.66
%15.50

CMYK Percentages of Color #fcb850

%0
%27
%68
%1

Triadic Colors of #fcb850

#fcb850 #50fcb8 #b850fc

Analogous Colors of #fcb850

#fcb850 #eafc50 #fc6250

Monochromatic Colors of #fcb850

#fcb850

Complementary Color

#fcb850 #5094fc

#fcb850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb850 Color CSS Codes

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

#fcb850 Text Font Color

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

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


#fcb850 Background Color

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

This div background color is #fcb850


#fcb850 Border Color

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

This div border color is #fcb850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb850


Comments

No comments written yet.

Please login to write comment.