Color Hex Logo

#fcb215 Color Hex

#FCB215
(252,178,21)
0 Favorites   0 Comments

Color spaces of #fcb215

RGB 25217821
HSL0.110.970.54
HSV41°92°99°
CMYK 0.000.290.92   0.01
XYZ56.200652.59047.8983
Yxy52.59040.48160.4507
Hunter Lab72.519211.424444.3060
CIE-Lab77.632516.077878.0248

#fcb215 color RGB value is (252,178,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00010101
Octal 374 262 25
Decimal 252 178 21
Hex FC B2 15

RGB Percentages of Color #fcb215

%55.88
%39.47
%4.66

CMYK Percentages of Color #fcb215

%0
%29
%92
%1

Triadic Colors of #fcb215

#fcb215 #15fcb2 #b215fc

Analogous Colors of #fcb215

#fcb215 #d3fc15 #fc3e15

Monochromatic Colors of #fcb215

#fcb215

Complementary Color

#fcb215 #155ffc

#fcb215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb215 Color CSS Codes

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

#fcb215 Text Font Color

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

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


#fcb215 Background Color

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

This div background color is #fcb215


#fcb215 Border Color

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

This div border color is #fcb215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb215

#fcb215 Color Palettes


Comments

No comments written yet.

Please login to write comment.