Color Hex Logo

#fcb94f Color Hex

#FCB94F
(252,185,79)
0 Favorites   0 Comments

Color spaces of #fcb94f

RGB 25218579
HSL0.100.970.65
HSV37°69°99°
CMYK 0.000.270.69   0.01
XYZ58.905155.957915.0935
Yxy55.95790.45330.4306
Hunter Lab74.80509.650840.4005
CIE-Lab79.589914.267761.3022

#fcb94f color RGB value is (252,185,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01001111
Octal 374 271 117
Decimal 252 185 79
Hex FC B9 4F

RGB Percentages of Color #fcb94f

%48.84
%35.85
%15.31

CMYK Percentages of Color #fcb94f

%0
%27
%69
%1

Triadic Colors of #fcb94f

#fcb94f #4ffcb9 #b94ffc

Analogous Colors of #fcb94f

#fcb94f #e9fc4f #fc624f

Monochromatic Colors of #fcb94f

#fcb94f

Complementary Color

#fcb94f #4f92fc

#fcb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb94f Color CSS Codes

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

#fcb94f Text Font Color

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

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


#fcb94f Background Color

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

This div background color is #fcb94f


#fcb94f Border Color

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

This div border color is #fcb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb94f


Comments

No comments written yet.

Please login to write comment.