Color Hex Logo

#fcb210 Color Hex

#FCB210
(252,178,16)
0 Favorites   0 Comments

Color spaces of #fcb210

RGB 25217816
HSL0.110.980.53
HSV41°94°99°
CMYK 0.000.290.94   0.01
XYZ56.158852.57367.6781
Yxy52.57360.48240.4516
Hunter Lab72.507711.363844.4769
CIE-Lab77.622616.016878.7901

#fcb210 color RGB value is (252,178,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00010000
Octal 374 262 20
Decimal 252 178 16
Hex FC B2 10

RGB Percentages of Color #fcb210

%56.50
%39.91
%3.59

CMYK Percentages of Color #fcb210

%0
%29
%94
%1

Triadic Colors of #fcb210

#fcb210 #10fcb2 #b210fc

Analogous Colors of #fcb210

#fcb210 #d0fc10 #fc3c10

Monochromatic Colors of #fcb210

#fcb210

Complementary Color

#fcb210 #105afc

#fcb210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb210 Color CSS Codes

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

#fcb210 Text Font Color

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

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


#fcb210 Background Color

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

This div background color is #fcb210


#fcb210 Border Color

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

This div border color is #fcb210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb210

Related Colors


Comments

No comments written yet.

Please login to write comment.