COLOR #F83A0E

HEX: #F83A0E
RGB: (248,58,14)

Color info

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

RGB color model

#F83A0E color RGB value is (248,58,14).

  • red value is 248;
  • green value is 58;
  • blue value is 14.
RGB:
(248,58,14)
(97%,23%,5%)

RGB channels and saturation

R 248 of 255 = 97%
G 58 of 255 = 23%
B 14 of 255 = 5%

248
58
14

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

Portions of RGB colors in percentages

R + G + B =
248 + 58 + 14 = 320 (100%)
R 248 of 320 ~ 77.5%
G 58 of 320 ~ 18.13%
B 14 of 320 ~ 4.38%

%77.5
%18.13

CMYK color model

#F83A0E color CMYK value is (0,77,94,3).

  • cyan value is 0.00%
  • magenta value is 76.61%
  • yellow value is 94.35%
  • key color value is 2.75%
CMYK:
(0,77,94,3)
C0M77Y94K3 
(0%,77%,94%,3%)
(0.00/0.77/0.94/0.03)	

CMYK percentages

%0
%76.61
%94.35
%2.75

Codes

Color #F83A0E in popluar color models

F83A0E
RGB2485814
HSL11°94.35%51.37%
HSB/HSV11°94.35%97.25%
CMYK0.00%76.61%94.35%
2.75%

Color #F83A0E in popluar number systems.

HEXF83A0E
Decimal2485814
Binary111110001110101110
Octal3707216

Shades and tints

Shades of #F83A0E

#F83A0E
(248,58,14)
#E2350D
(226,53,13)
#CC300C
(204,48,12)
#B62B0B
(182,43,11)
#A0260A
(160,38,10)
#8A2109
(138,33,9)
#741C08
(116,28,8)
#5E1707
(94,23,7)
#481206
(72,18,6)
#320D05
(50,13,5)
#1C0804
(28,8,4)
#000000
(0,0,0)

Tints of #F83A0E

#F83A0E
(248,58,14)
#F84B23
(248,75,35)
#F85C38
(248,92,56)
#F86D4D
(248,109,77)
#F87E62
(248,126,98)
#F88F77
(248,143,119)
#F8A08C
(248,160,140)
#F8B1A1
(248,177,161)
#F8C2B6
(248,194,182)
#F8D3CB
(248,211,203)
#F8E4E0
(248,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F83A0E color. Also use rgb(248,58,14) instead hex code.

Text Font Color

.myTextColor { color: #F83A0E; }

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

This text font color is #F83A0E.


Background Color

.myBgColor { background-color: #F83A0E; }

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

This div background color is #F83A0E.


Border color

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

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

This div border color is #F83A0E.


Opacity

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

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

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

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

This text has shadow with #F83A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F83A0E on black background.


Color preview on white background

This text has color #F83A0E on white background.



Black color preview on #F83A0E background

This text has black color on #F83A0E background.


White color preview on #F83A0E background

This text has white color on #F83A0E background.