Color Hex Logo

#fcb036 Color Hex

#FCB036
(252,176,54)
0 Favorites   0 Comments

Color spaces of #fcb036

RGB 25217654
HSL0.100.970.60
HSV37°79°99°
CMYK 0.000.300.79   0.01
XYZ56.336152.012510.5602
Yxy52.01250.47380.4374
Hunter Lab72.119713.225341.8022
CIE-Lab77.288317.898668.9521

#fcb036 color RGB value is (252,176,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 00110110
Octal 374 260 66
Decimal 252 176 54
Hex FC B0 36

RGB Percentages of Color #fcb036

%52.28
%36.51
%11.20

CMYK Percentages of Color #fcb036

%0
%30
%79
%1

Triadic Colors of #fcb036

#fcb036 #36fcb0 #b036fc

Analogous Colors of #fcb036

#fcb036 #e5fc36 #fc4d36

Monochromatic Colors of #fcb036

#fcb036

Complementary Color

#fcb036 #3682fc

#fcb036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb036 Color CSS Codes

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

#fcb036 Text Font Color

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

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


#fcb036 Background Color

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

This div background color is #fcb036


#fcb036 Border Color

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

This div border color is #fcb036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb036

Related Colors


Comments

No comments written yet.

Please login to write comment.