Color Hex Logo

#fcb316 Color Hex

#FCB316
(252,179,22)
0 Favorites   0 Comments

Color spaces of #fcb316

RGB 25217922
HSL0.110.970.54
HSV41°91°99°
CMYK 0.000.290.91   0.01
XYZ56.409852.99368.0147
Yxy52.99360.48040.4513
Hunter Lab72.796710.924544.4300
CIE-Lab77.871215.569178.0286

#fcb316 color RGB value is (252,179,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00010110
Octal 374 263 26
Decimal 252 179 22
Hex FC B3 16

RGB Percentages of Color #fcb316

%55.63
%39.51
%4.86

CMYK Percentages of Color #fcb316

%0
%29
%91
%1

Triadic Colors of #fcb316

#fcb316 #16fcb3 #b316fc

Analogous Colors of #fcb316

#fcb316 #d2fc16 #fc4016

Monochromatic Colors of #fcb316

#fcb316

Complementary Color

#fcb316 #165ffc

#fcb316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb316 Color CSS Codes

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

#fcb316 Text Font Color

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

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


#fcb316 Background Color

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

This div background color is #fcb316


#fcb316 Border Color

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

This div border color is #fcb316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb316

Related Colors


Comments

No comments written yet.

Please login to write comment.