COLOR #FF4A05

HEX: #FF4A05
RGB: (255,74,5)

Color info

#FF4A05 contains mainly red color. Web safe color of #FF4A05 is #FF3300 (or #F30).

RGB color model

#FF4A05 color RGB value is (255,74,5).

  • red value is 255;
  • green value is 74;
  • blue value is 5.
RGB:
(255,74,5)
(100%,29%,2%)

RGB channels and saturation

R 255 of 255 = 100%
G 74 of 255 = 29%
B 5 of 255 = 2%

255
74
5

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

Portions of RGB colors in percentages

R + G + B =
255 + 74 + 5 = 334 (100%)
R 255 of 334 ~ 76.35%
G 74 of 334 ~ 22.16%
B 5 of 334 ~ 1.5%

%76.35
%22.16

CMYK color model

#FF4A05 color CMYK value is (0,71,98,0).

  • cyan value is 0.00%
  • magenta value is 70.98%
  • yellow value is 98.04%
  • key color value is 0.00%
CMYK:
(0,71,98,0)
C0M71Y98K0 
(0%,71%,98%,0%)
(0.00/0.71/0.98/0.00)	

CMYK percentages

%0
%70.98
%98.04
%0

Codes

Color #FF4A05 in popluar color models

FF4A05
RGB255745
HSL17°100.00%50.98%
HSB/HSV17°98.04%100.00%
CMYK0.00%70.98%98.04%
0.00%

Color #FF4A05 in popluar number systems.

HEXFF4A05
Decimal255745
Binary111111111001010101
Octal3771125

Shades and tints

Shades of #FF4A05

#FF4A05
(255,74,5)
#E84405
(232,68,5)
#D13E05
(209,62,5)
#BA3805
(186,56,5)
#A33205
(163,50,5)
#8C2C05
(140,44,5)
#752605
(117,38,5)
#5E2005
(94,32,5)
#471A05
(71,26,5)
#301405
(48,20,5)
#190E05
(25,14,5)
#000000
(0,0,0)

Tints of #FF4A05

#FF4A05
(255,74,5)
#FF5A1B
(255,90,27)
#FF6A31
(255,106,49)
#FF7A47
(255,122,71)
#FF8A5D
(255,138,93)
#FF9A73
(255,154,115)
#FFAA89
(255,170,137)
#FFBA9F
(255,186,159)
#FFCAB5
(255,202,181)
#FFDACB
(255,218,203)
#FFEAE1
(255,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF4A05 color. Also use rgb(255,74,5) instead hex code.

Text Font Color

.myTextColor { color: #FF4A05; }

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

This text font color is #FF4A05.


Background Color

.myBgColor { background-color: #FF4A05; }

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

This div background color is #FF4A05.


Border color

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

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

This div border color is #FF4A05.


Opacity

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

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

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

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

This text has shadow with #FF4A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4A05 on black background.


Color preview on white background

This text has color #FF4A05 on white background.



Black color preview on #FF4A05 background

This text has black color on #FF4A05 background.


White color preview on #FF4A05 background

This text has white color on #FF4A05 background.