Color Hex Logo

#fcbb16 Color Hex

#FCBB16
(252,187,22)
0 Favorites   0 Comments

Color spaces of #fcbb16

RGB 25218722
HSL0.120.970.54
HSV43°91°99°
CMYK 0.000.260.91   0.01
XYZ58.060056.29408.5648
Yxy56.29400.47230.4580
Hunter Lab75.02936.827545.7524
CIE-Lab79.780911.396079.4457

#fcbb16 color RGB value is (252,187,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 00010110
Octal 374 273 26
Decimal 252 187 22
Hex FC BB 16

RGB Percentages of Color #fcbb16

%54.66
%40.56
%4.77

CMYK Percentages of Color #fcbb16

%0
%26
%91
%1

Triadic Colors of #fcbb16

#fcbb16 #16fcbb #bb16fc

Analogous Colors of #fcbb16

#fcbb16 #cafc16 #fc4816

Monochromatic Colors of #fcbb16

#fcbb16

Complementary Color

#fcbb16 #1657fc

#fcbb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb16 Color CSS Codes

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

#fcbb16 Text Font Color

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

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


#fcbb16 Background Color

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

This div background color is #fcbb16


#fcbb16 Border Color

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

This div border color is #fcbb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb16


Comments

No comments written yet.

Please login to write comment.