COLOR #FD7B01

HEX: #FD7B01
RGB: (253,123,1)

Color info

#FD7B01 contains mainly red color. Web safe color of #FD7B01 is #FF6600 (or #F60).

RGB color model

#FD7B01 color RGB value is (253,123,1).

  • red value is 253;
  • green value is 123;
  • blue value is 1.
RGB:
(253,123,1)
(99%,48%,0%)

RGB channels and saturation

R 253 of 255 = 99%
G 123 of 255 = 48%
B 1 of 255 = 0%

253
123
1

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

Portions of RGB colors in percentages

R + G + B =
253 + 123 + 1 = 377 (100%)
R 253 of 377 ~ 67.11%
G 123 of 377 ~ 32.63%
B 1 of 377 ~ 0.27%

%67.11
%32.63

CMYK color model

#FD7B01 color CMYK value is (0,51,100,1).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 99.60%
  • key color value is 0.78%
CMYK:
(0,51,100,1)
C0M51Y100K1 
(0%,51%,100%,1%)
(0.00/0.51/1.00/0.01)	

CMYK percentages

%0
%51.38
%99.6
%0.78

Codes

Color #FD7B01 in popluar color models

FD7B01
RGB2531231
HSL29°99.21%49.80%
HSB/HSV29°99.60%99.22%
CMYK0.00%51.38%99.60%
0.78%

Color #FD7B01 in popluar number systems.

HEXFD7B01
Decimal2531231
Binary1111110111110111
Octal3751731

Shades and tints

Shades of #FD7B01

#FD7B01
(253,123,1)
#E67001
(230,112,1)
#CF6501
(207,101,1)
#B85A01
(184,90,1)
#A14F01
(161,79,1)
#8A4401
(138,68,1)
#733901
(115,57,1)
#5C2E01
(92,46,1)
#452301
(69,35,1)
#2E1801
(46,24,1)
#170D01
(23,13,1)
#000000
(0,0,0)

Tints of #FD7B01

#FD7B01
(253,123,1)
#FD8718
(253,135,24)
#FD932F
(253,147,47)
#FD9F46
(253,159,70)
#FDAB5D
(253,171,93)
#FDB774
(253,183,116)
#FDC38B
(253,195,139)
#FDCFA2
(253,207,162)
#FDDBB9
(253,219,185)
#FDE7D0
(253,231,208)
#FDF3E7
(253,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7B01 color. Also use rgb(253,123,1) instead hex code.

Text Font Color

.myTextColor { color: #FD7B01; }

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

This text font color is #FD7B01.


Background Color

.myBgColor { background-color: #FD7B01; }

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

This div background color is #FD7B01.


Border color

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

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

This div border color is #FD7B01.


Opacity

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

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

Text with #FD7B01 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 #FD7B01;}

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

This text has shadow with #FD7B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7B01 on black background.


Color preview on white background

This text has color #FD7B01 on white background.



Black color preview on #FD7B01 background

This text has black color on #FD7B01 background.


White color preview on #FD7B01 background

This text has white color on #FD7B01 background.