COLOR #FD960E

HEX: #FD960E
RGB: (253,150,14)

Color info

#FD960E contains mainly red color. Web safe color of #FD960E is #FF9900 (or #F90).

RGB color model

#FD960E color RGB value is (253,150,14).

  • red value is 253;
  • green value is 150;
  • blue value is 14.
RGB:
(253,150,14)
(99%,59%,5%)

RGB channels and saturation

R 253 of 255 = 99%
G 150 of 255 = 59%
B 14 of 255 = 5%

253
150
14

R + G + B ~ 54%. #FD960E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
253 + 150 + 14 = 417 (100%)
R 253 of 417 ~ 60.67%
G 150 of 417 ~ 35.97%
B 14 of 417 ~ 3.36%

%60.67
%35.97

CMYK color model

#FD960E color CMYK value is (0,41,94,1).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 94.47%
  • key color value is 0.78%
CMYK:
(0,41,94,1)
C0M41Y94K1 
(0%,41%,94%,1%)
(0.00/0.41/0.94/0.01)	

CMYK percentages

%0
%40.71
%94.47
%0.78

Codes

Color #FD960E in popluar color models

FD960E
RGB25315014
HSL34°98.35%52.35%
HSB/HSV34°94.47%99.22%
CMYK0.00%40.71%94.47%
0.78%

Color #FD960E in popluar number systems.

HEXFD960E
Decimal25315014
Binary11111101100101101110
Octal37522616

Shades and tints

Shades of #FD960E

#FD960E
(253,150,14)
#E6890D
(230,137,13)
#CF7C0C
(207,124,12)
#B86F0B
(184,111,11)
#A1620A
(161,98,10)
#8A5509
(138,85,9)
#734808
(115,72,8)
#5C3B07
(92,59,7)
#452E06
(69,46,6)
#2E2105
(46,33,5)
#171404
(23,20,4)
#000000
(0,0,0)

Tints of #FD960E

#FD960E
(253,150,14)
#FD9F23
(253,159,35)
#FDA838
(253,168,56)
#FDB14D
(253,177,77)
#FDBA62
(253,186,98)
#FDC377
(253,195,119)
#FDCC8C
(253,204,140)
#FDD5A1
(253,213,161)
#FDDEB6
(253,222,182)
#FDE7CB
(253,231,203)
#FDF0E0
(253,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD960E color. Also use rgb(253,150,14) instead hex code.

Text Font Color

.myTextColor { color: #FD960E; }

<p style="color:#FD960E">This sample text font color is #FD960E.</p>

This text font color is #FD960E.


Background Color

.myBgColor { background-color: #FD960E; }

<div style="background-color:#FD960E">Inner text</div>

This div background color is #FD960E.


Border color

.myBorderColor { border: 1px solid #FD960E; }

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

This div border color is #FD960E.


Opacity

.myOpacity80 { color: #FD960E; opacity: 0.8; }

<p style="color:#FD960E;opacity:0.8;">80%</p>

Text with #FD960E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FD960E;}

<p style="text-shadow: 3px 3px 1px #FD960E">Text here.</p>

This text has shadow with #FD960E color.

.textShadow {text-shadow: 3px 3px 1px #FD960E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FD960E, 5px 5px 20px red">Text here.</p>

This text has shadow with #FD960E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FD960E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FD960E, Direction=45, Strength=4)">Text</p>

This text has shadow with #FD960E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FD960E;
  -webkit-box-shadow:	1px 1px 3px 2px #FD960E;
  box-shadow:		1px 1px 3px 2px #FD960E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FD960E;
-webkit-box-shadow: 1px 1px 3px 2px #FD960E;
box-shadow:1px 1px 3px 2px #FD960E;">
Div content here</div>
This div box has shadow with color #FD960E.

Preview

Color preview on black background

This text has color #FD960E on black background.


Color preview on white background

This text has color #FD960E on white background.



Black color preview on #FD960E background

This text has black color on #FD960E background.


White color preview on #FD960E background

This text has white color on #FD960E background.