Color Hex Logo

#fc963a Color Hex

#FC963A
(252,150,58)
0 Favorites   0 Comments

Color spaces of #fc963a

RGB 25215058
HSL0.080.970.61
HSV28°77°99°
CMYK 0.000.400.77   0.01
XYZ51.815042.81369.5359
Yxy42.81360.49740.4110
Hunter Lab65.432126.846137.1617
CIE-Lab71.428331.607361.9212

#fc963a color RGB value is (252,150,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 00111010
Octal 374 226 72
Decimal 252 150 58
Hex FC 96 3A

RGB Percentages of Color #fc963a

%54.78
%32.61
%12.61

CMYK Percentages of Color #fc963a

%0
%40
%77
%1

Triadic Colors of #fc963a

#fc963a #3afc96 #963afc

Analogous Colors of #fc963a

#fc963a #fcf73a #fc3a3f

Monochromatic Colors of #fc963a

#fc963a

Complementary Color

#fc963a #3aa0fc

#fc963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc963a Color CSS Codes

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

#fc963a Text Font Color

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

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


#fc963a Background Color

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

This div background color is #fc963a


#fc963a Border Color

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

This div border color is #fc963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc963a


Comments

No comments written yet.

Please login to write comment.