Color Hex Logo

#fcb026 Color Hex

#FCB026
(252,176,38)
0 Favorites   0 Comments

Color spaces of #fcb026

RGB 25217638
HSL0.110.970.57
HSV39°85°99°
CMYK 0.000.300.85   0.01
XYZ56.020151.88618.8962
Yxy51.88610.47960.4442
Hunter Lab72.032012.765443.0999
CIE-Lab77.212717.437873.9265

#fcb026 color RGB value is (252,176,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 00100110
Octal 374 260 46
Decimal 252 176 38
Hex FC B0 26

RGB Percentages of Color #fcb026

%54.08
%37.77
%8.15

CMYK Percentages of Color #fcb026

%0
%30
%85
%1

Triadic Colors of #fcb026

#fcb026 #26fcb0 #b026fc

Analogous Colors of #fcb026

#fcb026 #ddfc26 #fc4526

Monochromatic Colors of #fcb026

#fcb026

Complementary Color

#fcb026 #2672fc

#fcb026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb026 Color CSS Codes

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

#fcb026 Text Font Color

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

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


#fcb026 Background Color

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

This div background color is #fcb026


#fcb026 Border Color

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

This div border color is #fcb026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb026


Comments

No comments written yet.

Please login to write comment.