COLOR #FF3A0A

HEX: #FF3A0A
RGB: (255,58,10)

Color info

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

RGB color model

#FF3A0A color RGB value is (255,58,10).

  • red value is 255;
  • green value is 58;
  • blue value is 10.
RGB:
(255,58,10)
(100%,23%,4%)

RGB channels and saturation

R 255 of 255 = 100%
G 58 of 255 = 23%
B 10 of 255 = 4%

255
58
10

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

Portions of RGB colors in percentages

R + G + B =
255 + 58 + 10 = 323 (100%)
R 255 of 323 ~ 78.95%
G 58 of 323 ~ 17.96%
B 10 of 323 ~ 3.1%

%78.95
%17.96

CMYK color model

#FF3A0A color CMYK value is (0,77,96,0).

  • cyan value is 0.00%
  • magenta value is 77.25%
  • yellow value is 96.08%
  • key color value is 0.00%
CMYK:
(0,77,96,0)
C0M77Y96K0 
(0%,77%,96%,0%)
(0.00/0.77/0.96/0.00)	

CMYK percentages

%0
%77.25
%96.08
%0

Codes

Color #FF3A0A in popluar color models

FF3A0A
RGB2555810
HSL12°100.00%51.96%
HSB/HSV12°96.08%100.00%
CMYK0.00%77.25%96.08%
0.00%

Color #FF3A0A in popluar number systems.

HEXFF3A0A
Decimal2555810
Binary111111111110101010
Octal3777212

Shades and tints

Shades of #FF3A0A

#FF3A0A
(255,58,10)
#E8350A
(232,53,10)
#D1300A
(209,48,10)
#BA2B0A
(186,43,10)
#A3260A
(163,38,10)
#8C210A
(140,33,10)
#751C0A
(117,28,10)
#5E170A
(94,23,10)
#47120A
(71,18,10)
#300D0A
(48,13,10)
#19080A
(25,8,10)
#000000
(0,0,0)

Tints of #FF3A0A

#FF3A0A
(255,58,10)
#FF4B20
(255,75,32)
#FF5C36
(255,92,54)
#FF6D4C
(255,109,76)
#FF7E62
(255,126,98)
#FF8F78
(255,143,120)
#FFA08E
(255,160,142)
#FFB1A4
(255,177,164)
#FFC2BA
(255,194,186)
#FFD3D0
(255,211,208)
#FFE4E6
(255,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF3A0A color. Also use rgb(255,58,10) instead hex code.

Text Font Color

.myTextColor { color: #FF3A0A; }

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

This text font color is #FF3A0A.


Background Color

.myBgColor { background-color: #FF3A0A; }

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

This div background color is #FF3A0A.


Border color

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

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

This div border color is #FF3A0A.


Opacity

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

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

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

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

This text has shadow with #FF3A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF3A0A on black background.


Color preview on white background

This text has color #FF3A0A on white background.



Black color preview on #FF3A0A background

This text has black color on #FF3A0A background.


White color preview on #FF3A0A background

This text has white color on #FF3A0A background.