Color Hex Logo

#fc963d Color Hex

#FC963D
(252,150,61)
0 Favorites   0 Comments

Color spaces of #fc963d

RGB 25215061
HSL0.080.970.61
HSV28°76°99°
CMYK 0.000.400.76   0.01
XYZ51.893542.84519.9497
Yxy42.84510.49570.4093
Hunter Lab65.456226.966136.8069
CIE-Lab71.449731.721060.6916

#fc963d color RGB value is (252,150,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 00111101
Octal 374 226 75
Decimal 252 150 61
Hex FC 96 3D

RGB Percentages of Color #fc963d

%54.43
%32.40
%13.17

CMYK Percentages of Color #fc963d

%0
%40
%76
%1

Triadic Colors of #fc963d

#fc963d #3dfc96 #963dfc

Analogous Colors of #fc963d

#fc963d #fcf63d #fc3d43

Monochromatic Colors of #fc963d

#fc963d

Complementary Color

#fc963d #3da3fc

#fc963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc963d Color CSS Codes

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

#fc963d Text Font Color

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

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


#fc963d Background Color

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

This div background color is #fc963d


#fc963d Border Color

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

This div border color is #fc963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc963d


Comments

No comments written yet.

Please login to write comment.