Color Hex Logo

#fd960d Color Hex

#FD960D
(253,150,13)
0 Favorites   0 Comments

Color spaces of #fd960d

RGB 25315013
HSL0.100.980.52
HSV34°95°99°
CMYK 0.000.410.95   0.01
XYZ51.487042.72445.9137
Yxy42.72440.51420.4267
Hunter Lab65.363926.217240.3906
CIE-Lab71.367531.005574.8929

#fd960d color RGB value is (253,150,13).

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

The process color (four color CMYK) of #fd960d color hex is 0.00, 0.41, 0.95, 0.01. Web safe color of #fd960d is #ff9900. Color #fd960d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 00001101
Octal 375 226 15
Decimal 253 150 13
Hex FD 96 D

RGB Percentages of Color #fd960d

%60.82
%36.06
%3.13

CMYK Percentages of Color #fd960d

%0
%41
%95
%1

Triadic Colors of #fd960d

#fd960d #0dfd96 #960dfd

Analogous Colors of #fd960d

#fd960d #ecfd0d #fd1e0d

Monochromatic Colors of #fd960d

#fd960d

Complementary Color

#fd960d #0d74fd

#fd960d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd960d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd960d Color CSS Codes

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

#fd960d Text Font Color

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

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


#fd960d Background Color

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

This div background color is #fd960d


#fd960d Border Color

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

This div border color is #fd960d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd960d

Related Colors


Comments

No comments written yet.

Please login to write comment.