COLOR #FD4F05

HEX: #FD4F05
RGB: (253,79,5)

Color info

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

RGB color model

#FD4F05 color RGB value is (253,79,5).

  • red value is 253;
  • green value is 79;
  • blue value is 5.
RGB:
(253,79,5)
(99%,31%,2%)

RGB channels and saturation

R 253 of 255 = 99%
G 79 of 255 = 31%
B 5 of 255 = 2%

253
79
5

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

Portions of RGB colors in percentages

R + G + B =
253 + 79 + 5 = 337 (100%)
R 253 of 337 ~ 75.07%
G 79 of 337 ~ 23.44%
B 5 of 337 ~ 1.48%

%75.07
%23.44

CMYK color model

#FD4F05 color CMYK value is (0,69,98,1).

  • cyan value is 0.00%
  • magenta value is 68.77%
  • yellow value is 98.02%
  • key color value is 0.78%
CMYK:
(0,69,98,1)
C0M69Y98K1 
(0%,69%,98%,1%)
(0.00/0.69/0.98/0.01)	

CMYK percentages

%0
%68.77
%98.02
%0.78

Codes

Color #FD4F05 in popluar color models

FD4F05
RGB253795
HSL18°98.41%50.59%
HSB/HSV18°98.02%99.22%
CMYK0.00%68.77%98.02%
0.78%

Color #FD4F05 in popluar number systems.

HEXFD4F05
Decimal253795
Binary111111011001111101
Octal3751175

Shades and tints

Shades of #FD4F05

#FD4F05
(253,79,5)
#E64805
(230,72,5)
#CF4105
(207,65,5)
#B83A05
(184,58,5)
#A13305
(161,51,5)
#8A2C05
(138,44,5)
#732505
(115,37,5)
#5C1E05
(92,30,5)
#451705
(69,23,5)
#2E1005
(46,16,5)
#170905
(23,9,5)
#000000
(0,0,0)

Tints of #FD4F05

#FD4F05
(253,79,5)
#FD5F1B
(253,95,27)
#FD6F31
(253,111,49)
#FD7F47
(253,127,71)
#FD8F5D
(253,143,93)
#FD9F73
(253,159,115)
#FDAF89
(253,175,137)
#FDBF9F
(253,191,159)
#FDCFB5
(253,207,181)
#FDDFCB
(253,223,203)
#FDEFE1
(253,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD4F05 color. Also use rgb(253,79,5) instead hex code.

Text Font Color

.myTextColor { color: #FD4F05; }

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

This text font color is #FD4F05.


Background Color

.myBgColor { background-color: #FD4F05; }

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

This div background color is #FD4F05.


Border color

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

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

This div border color is #FD4F05.


Opacity

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

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

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

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

This text has shadow with #FD4F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD4F05 on black background.


Color preview on white background

This text has color #FD4F05 on white background.



Black color preview on #FD4F05 background

This text has black color on #FD4F05 background.


White color preview on #FD4F05 background

This text has white color on #FD4F05 background.