Color Hex Logo

#fcb134 Color Hex

#FCB134
(252,177,52)
0 Favorites   0 Comments

Color spaces of #fcb134

RGB 25217752
HSL0.100.970.60
HSV38°79°99°
CMYK 0.000.300.79   0.01
XYZ56.486952.387710.3835
Yxy52.38770.47370.4393
Hunter Lab72.379312.642642.1598
CIE-Lab77.512117.308569.8533

#fcb134 color RGB value is (252,177,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 00110100
Octal 374 261 64
Decimal 252 177 52
Hex FC B1 34

RGB Percentages of Color #fcb134

%52.39
%36.80
%10.81

CMYK Percentages of Color #fcb134

%0
%30
%79
%1

Triadic Colors of #fcb134

#fcb134 #34fcb1 #b134fc

Analogous Colors of #fcb134

#fcb134 #e3fc34 #fc4d34

Monochromatic Colors of #fcb134

#fcb134

Complementary Color

#fcb134 #347ffc

#fcb134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb134 Color CSS Codes

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

#fcb134 Text Font Color

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

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


#fcb134 Background Color

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

This div background color is #fcb134


#fcb134 Border Color

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

This div border color is #fcb134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb134

#fcb134 Color Palettes


Comments

No comments written yet.

Please login to write comment.