Color Hex Logo

#fcb416 Color Hex

#FCB416
(252,180,22)
0 Favorites   0 Comments

Color spaces of #fcb416

RGB 25218022
HSL0.110.970.54
HSV41°91°99°
CMYK 0.000.290.91   0.01
XYZ56.611053.39598.0818
Yxy53.39590.47940.4522
Hunter Lab73.072510.411344.5933
CIE-Lab78.108215.046878.2038

#fcb416 color RGB value is (252,180,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00010110
Octal 374 264 26
Decimal 252 180 22
Hex FC B4 16

RGB Percentages of Color #fcb416

%55.51
%39.65
%4.85

CMYK Percentages of Color #fcb416

%0
%29
%91
%1

Triadic Colors of #fcb416

#fcb416 #16fcb4 #b416fc

Analogous Colors of #fcb416

#fcb416 #d1fc16 #fc4116

Monochromatic Colors of #fcb416

#fcb416

Complementary Color

#fcb416 #165efc

#fcb416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb416 Color CSS Codes

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

#fcb416 Text Font Color

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

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


#fcb416 Background Color

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

This div background color is #fcb416


#fcb416 Border Color

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

This div border color is #fcb416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb416

Related Colors


Comments

No comments written yet.

Please login to write comment.