Color Hex Logo

#fcb039 Color Hex

#FCB039
(252,176,57)
0 Favorites   0 Comments

Color spaces of #fcb039

RGB 25217657
HSL0.100.970.61
HSV37°77°99°
CMYK 0.000.300.77   0.01
XYZ56.408752.041510.9429
Yxy52.04150.47250.4359
Hunter Lab72.139813.330941.5041
CIE-Lab77.305618.004267.8851

#fcb039 color RGB value is (252,176,57).

#fcb039 hex color red value is 252, green value is 176 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #fcb039 hue: 0.10 , saturation: 0.97 and the lightness value of fcb039 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 00111001
Octal 374 260 71
Decimal 252 176 57
Hex FC B0 39

RGB Percentages of Color #fcb039

%51.96
%36.29
%11.75

CMYK Percentages of Color #fcb039

%0
%30
%77
%1

Triadic Colors of #fcb039

#fcb039 #39fcb0 #b039fc

Analogous Colors of #fcb039

#fcb039 #e7fc39 #fc4f39

Monochromatic Colors of #fcb039

#fcb039

Complementary Color

#fcb039 #3985fc

#fcb039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb039 Color CSS Codes

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

#fcb039 Text Font Color

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

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


#fcb039 Background Color

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

This div background color is #fcb039


#fcb039 Border Color

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

This div border color is #fcb039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb039


Comments

No comments written yet.

Please login to write comment.