Color Hex Logo

#fd963e Color Hex

#FD963E
(253,150,62)
0 Favorites   0 Comments

Color spaces of #fd963e

RGB 25315062
HSL0.080.980.62
HSV28°75°99°
CMYK 0.000.410.75   0.01
XYZ52.283943.043110.1099
Yxy43.04310.49590.4082
Hunter Lab65.607227.438036.7886
CIE-Lab71.584232.163560.4426

#fd963e color RGB value is (253,150,62).

#fd963e hex color red value is 253, green value is 150 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd963e hue: 0.08 , saturation: 0.98 and the lightness value of fd963e is 0.62.

The process color (four color CMYK) of #fd963e color hex is 0.00, 0.41, 0.75, 0.01. Web safe color of #fd963e is #ff9933. Color #fd963e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 00111110
Octal 375 226 76
Decimal 253 150 62
Hex FD 96 3E

RGB Percentages of Color #fd963e

%54.41
%32.26
%13.33

CMYK Percentages of Color #fd963e

%0
%41
%75
%1

Triadic Colors of #fd963e

#fd963e #3efd96 #963efd

Analogous Colors of #fd963e

#fd963e #fdf63e #fd3e46

Monochromatic Colors of #fd963e

#fd963e

Complementary Color

#fd963e #3ea5fd

#fd963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd963e Color CSS Codes

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

#fd963e Text Font Color

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

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


#fd963e Background Color

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

This div background color is #fd963e


#fd963e Border Color

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

This div border color is #fd963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd963e


Comments

No comments written yet.

Please login to write comment.