Color Hex Logo

#fcb216 Color Hex

#FCB216
(252,178,22)
0 Favorites   0 Comments

Color spaces of #fcb216

RGB 25217822
HSL0.110.970.54
HSV41°91°99°
CMYK 0.000.290.91   0.01
XYZ56.210152.59427.9482
Yxy52.59420.48140.4505
Hunter Lab72.521911.438244.2673
CIE-Lab77.634816.091877.8534

#fcb216 color RGB value is (252,178,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00010110
Octal 374 262 26
Decimal 252 178 22
Hex FC B2 16

RGB Percentages of Color #fcb216

%55.75
%39.38
%4.87

CMYK Percentages of Color #fcb216

%0
%29
%91
%1

Triadic Colors of #fcb216

#fcb216 #16fcb2 #b216fc

Analogous Colors of #fcb216

#fcb216 #d3fc16 #fc3f16

Monochromatic Colors of #fcb216

#fcb216

Complementary Color

#fcb216 #1660fc

#fcb216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb216 Color CSS Codes

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

#fcb216 Text Font Color

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

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


#fcb216 Background Color

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

This div background color is #fcb216


#fcb216 Border Color

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

This div border color is #fcb216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,178,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 #fcb216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb216

Related Colors


Comments

No comments written yet.

Please login to write comment.