Color Hex Logo

#fc9232 Color Hex

#FC9232
(252,146,50)
0 Favorites   0 Comments

Color spaces of #fc9232

RGB 25214650
HSL0.080.970.59
HSV29°80°99°
CMYK 0.000.420.80   0.01
XYZ50.999541.48358.3368
Yxy41.48350.50580.4115
Hunter Lab64.407728.627037.4110
CIE-Lab70.513333.396764.2345

#fc9232 color RGB value is (252,146,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 00110010
Octal 374 222 62
Decimal 252 146 50
Hex FC 92 32

RGB Percentages of Color #fc9232

%56.25
%32.59
%11.16

CMYK Percentages of Color #fc9232

%0
%42
%80
%1

Triadic Colors of #fc9232

#fc9232 #32fc92 #9232fc

Analogous Colors of #fc9232

#fc9232 #fcf732 #fc3237

Monochromatic Colors of #fc9232

#fc9232

Complementary Color

#fc9232 #329cfc

#fc9232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9232 Color CSS Codes

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

#fc9232 Text Font Color

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

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


#fc9232 Background Color

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

This div background color is #fc9232


#fc9232 Border Color

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

This div border color is #fc9232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9232

Related Colors


Comments

No comments written yet.

Please login to write comment.