Color Hex Logo

#fcb119 Color Hex

#FCB119
(252,177,25)
0 Favorites   0 Comments

Color spaces of #fcb119

RGB 25217725
HSL0.110.970.54
HSV40°90°99°
CMYK 0.000.300.90   0.01
XYZ56.042552.20998.0435
Yxy52.20990.48190.4489
Hunter Lab72.256411.996943.9794
CIE-Lab77.406216.659677.1265

#fcb119 color RGB value is (252,177,25).

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

The process color (four color CMYK) of #fcb119 color hex is 0.00, 0.30, 0.90, 0.01. Web safe color of #fcb119 is #ff9900. Color #fcb119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00011001
Octal 374 261 31
Decimal 252 177 25
Hex FC B1 19

RGB Percentages of Color #fcb119

%55.51
%38.99
%5.51

CMYK Percentages of Color #fcb119

%0
%30
%90
%1

Triadic Colors of #fcb119

#fcb119 #19fcb1 #b119fc

Analogous Colors of #fcb119

#fcb119 #d6fc19 #fc4019

Monochromatic Colors of #fcb119

#fcb119

Complementary Color

#fcb119 #1964fc

#fcb119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb119 Color CSS Codes

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

#fcb119 Text Font Color

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

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


#fcb119 Background Color

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

This div background color is #fcb119


#fcb119 Border Color

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

This div border color is #fcb119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb119


Comments

No comments written yet.

Please login to write comment.