Color Hex Logo

#fd962c Color Hex

#FD962C
(253,150,44)
0 Favorites   0 Comments

Color spaces of #fd962c

RGB 25315044
HSL0.080.980.58
HSV30°83°99°
CMYK 0.000.410.83   0.01
XYZ51.869042.87727.9252
Yxy42.87720.50520.4176
Hunter Lab65.480726.803438.6605
CIE-Lab71.471531.562667.3078

#fd962c color RGB value is (253,150,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 00101100
Octal 375 226 54
Decimal 253 150 44
Hex FD 96 2C

RGB Percentages of Color #fd962c

%56.60
%33.56
%9.84

CMYK Percentages of Color #fd962c

%0
%41
%83
%1

Triadic Colors of #fd962c

#fd962c #2cfd96 #962cfd

Analogous Colors of #fd962c

#fd962c #fcfd2c #fd2e2c

Monochromatic Colors of #fd962c

#fd962c

Complementary Color

#fd962c #2c93fd

#fd962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd962c Color CSS Codes

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

#fd962c Text Font Color

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

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


#fd962c Background Color

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

This div background color is #fd962c


#fd962c Border Color

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

This div border color is #fd962c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd962c


Comments

No comments written yet.

Please login to write comment.