Color Hex Logo

#fcb123 Color Hex

#FCB123
(252,177,35)
0 Favorites   0 Comments

Color spaces of #fcb123

RGB 25217735
HSL0.110.970.56
HSV39°86°99°
CMYK 0.000.300.86   0.01
XYZ56.170452.26118.7170
Yxy52.26110.47950.4461
Hunter Lab72.291812.182943.4551
CIE-Lab77.436716.846874.8994

#fcb123 color RGB value is (252,177,35).

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

The process color (four color CMYK) of #fcb123 color hex is 0.00, 0.30, 0.86, 0.01. Web safe color of #fcb123 is #ff9933. Color #fcb123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00100011
Octal 374 261 43
Decimal 252 177 35
Hex FC B1 23

RGB Percentages of Color #fcb123

%54.31
%38.15
%7.54

CMYK Percentages of Color #fcb123

%0
%30
%86
%1

Triadic Colors of #fcb123

#fcb123 #23fcb1 #b123fc

Analogous Colors of #fcb123

#fcb123 #dbfc23 #fc4523

Monochromatic Colors of #fcb123

#fcb123

Complementary Color

#fcb123 #236efc

#fcb123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb123 Color CSS Codes

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

#fcb123 Text Font Color

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

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


#fcb123 Background Color

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

This div background color is #fcb123


#fcb123 Border Color

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

This div border color is #fcb123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb123

Related Colors


Comments

No comments written yet.

Please login to write comment.