Color Hex Logo

#fcb534 Color Hex

#FCB534
(252,181,52)
0 Favorites   0 Comments

Color spaces of #fcb534

RGB 25218152
HSL0.110.970.60
HSV39°79°99°
CMYK 0.000.280.79   0.01
XYZ57.288653.991110.6507
Yxy53.99110.46980.4428
Hunter Lab73.478610.582342.8410
CIE-Lab78.456515.217070.7045

#fcb534 color RGB value is (252,181,52).

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

The process color (four color CMYK) of #fcb534 color hex is 0.00, 0.28, 0.79, 0.01. Web safe color of #fcb534 is #ffcc33. Color #fcb534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 00110100
Octal 374 265 64
Decimal 252 181 52
Hex FC B5 34

RGB Percentages of Color #fcb534

%51.96
%37.32
%10.72

CMYK Percentages of Color #fcb534

%0
%28
%79
%1

Triadic Colors of #fcb534

#fcb534 #34fcb5 #b534fc

Analogous Colors of #fcb534

#fcb534 #dffc34 #fc5134

Monochromatic Colors of #fcb534

#fcb534

Complementary Color

#fcb534 #347bfc

#fcb534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb534 Color CSS Codes

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

#fcb534 Text Font Color

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

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


#fcb534 Background Color

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

This div background color is #fcb534


#fcb534 Border Color

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

This div border color is #fcb534


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,181,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 #fcb534">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb534


Comments

No comments written yet.

Please login to write comment.