Color Hex Logo

#fcb314 Color Hex

#FCB314
(252,179,20)
1 Favorites   0 Comments

Color spaces of #fcb314

RGB 25217920
HSL0.110.970.53
HSV41°92°99°
CMYK 0.000.290.92   0.01
XYZ56.391352.98627.9170
Yxy52.98620.48080.4517
Hunter Lab72.791610.897744.5056
CIE-Lab77.866915.542078.3630

#fcb314 color RGB value is (252,179,20).

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

The process color (four color CMYK) of #fcb314 color hex is 0.00, 0.29, 0.92, 0.01. Web safe color of #fcb314 is #ffcc00. Color #fcb314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00010100
Octal 374 263 24
Decimal 252 179 20
Hex FC B3 14

RGB Percentages of Color #fcb314

%55.88
%39.69
%4.43

CMYK Percentages of Color #fcb314

%0
%29
%92
%1

Triadic Colors of #fcb314

#fcb314 #14fcb3 #b314fc

Analogous Colors of #fcb314

#fcb314 #d1fc14 #fc3f14

Monochromatic Colors of #fcb314

#fcb314

Complementary Color

#fcb314 #145dfc

#fcb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb314 Color CSS Codes

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

#fcb314 Text Font Color

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

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


#fcb314 Background Color

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

This div background color is #fcb314


#fcb314 Border Color

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

This div border color is #fcb314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb314

#fcb314 Color Palettes


Comments

No comments written yet.

Please login to write comment.