Color Hex Logo

#fcb040 Color Hex

#FCB040
(252,176,64)
1 Favorites   0 Comments

Color spaces of #fcb040

RGB 25217664
HSL0.100.970.62
HSV36°75°99°
CMYK 0.000.300.75   0.01
XYZ56.595652.116311.9270
Yxy52.11630.46910.4320
Hunter Lab72.191613.602240.7387
CIE-Lab77.350318.275265.2543

#fcb040 color RGB value is (252,176,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 01000000
Octal 374 260 100
Decimal 252 176 64
Hex FC B0 40

RGB Percentages of Color #fcb040

%51.22
%35.77
%13.01

CMYK Percentages of Color #fcb040

%0
%30
%75
%1

Triadic Colors of #fcb040

#fcb040 #40fcb0 #b040fc

Analogous Colors of #fcb040

#fcb040 #eafc40 #fc5240

Monochromatic Colors of #fcb040

#fcb040

Complementary Color

#fcb040 #408cfc

#fcb040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb040 Color CSS Codes

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

#fcb040 Text Font Color

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

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


#fcb040 Background Color

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

This div background color is #fcb040


#fcb040 Border Color

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

This div border color is #fcb040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb040


Comments

No comments written yet.

Please login to write comment.