Color Hex Logo

#fc9732 Color Hex

#FC9732
(252,151,50)
0 Favorites   0 Comments

Color spaces of #fc9732

RGB 25215150
HSL0.080.970.59
HSV30°80°99°
CMYK 0.000.400.80   0.01
XYZ51.787243.05908.5993
Yxy43.05900.50060.4162
Hunter Lab65.619426.039438.1637
CIE-Lab71.595030.815665.2172

#fc9732 color RGB value is (252,151,50).

#fc9732 hex color red value is 252, green value is 151 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fc9732 hue: 0.08 , saturation: 0.97 and the lightness value of fc9732 is 0.59.

The process color (four color CMYK) of #fc9732 color hex is 0.00, 0.40, 0.80, 0.01. Web safe color of #fc9732 is #ff9933. Color #fc9732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 00110010
Octal 374 227 62
Decimal 252 151 50
Hex FC 97 32

RGB Percentages of Color #fc9732

%55.63
%33.33
%11.04

CMYK Percentages of Color #fc9732

%0
%40
%80
%1

Triadic Colors of #fc9732

#fc9732 #32fc97 #9732fc

Analogous Colors of #fc9732

#fc9732 #fcfc32 #fc3232

Monochromatic Colors of #fc9732

#fc9732

Complementary Color

#fc9732 #3297fc

#fc9732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9732 Color CSS Codes

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

#fc9732 Text Font Color

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

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


#fc9732 Background Color

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

This div background color is #fc9732


#fc9732 Border Color

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

This div border color is #fc9732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9732


Comments

No comments written yet.

Please login to write comment.