Color Hex Logo

#fcb344 Color Hex

#FCB344
(252,179,68)
0 Favorites   0 Comments

Color spaces of #fcb344

RGB 25217968
HSL0.100.970.63
HSV36°73°99°
CMYK 0.000.290.73   0.01
XYZ57.308453.353012.7465
Yxy53.35300.46440.4323
Hunter Lab73.043112.222640.7837
CIE-Lab78.083016.875964.3741

#fcb344 color RGB value is (252,179,68).

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

The process color (four color CMYK) of #fcb344 color hex is 0.00, 0.29, 0.73, 0.01. Web safe color of #fcb344 is #ffcc33. Color #fcb344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01000100
Octal 374 263 104
Decimal 252 179 68
Hex FC B3 44

RGB Percentages of Color #fcb344

%50.50
%35.87
%13.63

CMYK Percentages of Color #fcb344

%0
%29
%73
%1

Triadic Colors of #fcb344

#fcb344 #44fcb3 #b344fc

Analogous Colors of #fcb344

#fcb344 #e9fc44 #fc5744

Monochromatic Colors of #fcb344

#fcb344

Complementary Color

#fcb344 #448dfc

#fcb344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb344 Color CSS Codes

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

#fcb344 Text Font Color

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

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


#fcb344 Background Color

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

This div background color is #fcb344


#fcb344 Border Color

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

This div border color is #fcb344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb344


Comments

No comments written yet.

Please login to write comment.