COLOR #F93D03

HEX: #F93D03
RGB: (249,61,3)

Color info

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

RGB color model

#F93D03 color RGB value is (249,61,3).

  • red value is 249;
  • green value is 61;
  • blue value is 3.
RGB:
(249,61,3)
(98%,24%,1%)

RGB channels and saturation

R 249 of 255 = 98%
G 61 of 255 = 24%
B 3 of 255 = 1%

249
61
3

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

Portions of RGB colors in percentages

R + G + B =
249 + 61 + 3 = 313 (100%)
R 249 of 313 ~ 79.55%
G 61 of 313 ~ 19.49%
B 3 of 313 ~ 0.96%

%79.55
%19.49

CMYK color model

#F93D03 color CMYK value is (0,76,99,2).

  • cyan value is 0.00%
  • magenta value is 75.50%
  • yellow value is 98.80%
  • key color value is 2.35%
CMYK:
(0,76,99,2)
C0M76Y99K2 
(0%,76%,99%,2%)
(0.00/0.76/0.99/0.02)	

CMYK percentages

%0
%75.5
%98.8
%2.35

Codes

Color #F93D03 in popluar color models

F93D03
RGB249613
HSL14°97.62%49.41%
HSB/HSV14°98.80%97.65%
CMYK0.00%75.50%98.80%
2.35%

Color #F93D03 in popluar number systems.

HEXF93D03
Decimal249613
Binary1111100111110111
Octal371753

Shades and tints

Shades of #F93D03

#F93D03
(249,61,3)
#E33803
(227,56,3)
#CD3303
(205,51,3)
#B72E03
(183,46,3)
#A12903
(161,41,3)
#8B2403
(139,36,3)
#751F03
(117,31,3)
#5F1A03
(95,26,3)
#491503
(73,21,3)
#331003
(51,16,3)
#1D0B03
(29,11,3)
#000000
(0,0,0)

Tints of #F93D03

#F93D03
(249,61,3)
#F94E19
(249,78,25)
#F95F2F
(249,95,47)
#F97045
(249,112,69)
#F9815B
(249,129,91)
#F99271
(249,146,113)
#F9A387
(249,163,135)
#F9B49D
(249,180,157)
#F9C5B3
(249,197,179)
#F9D6C9
(249,214,201)
#F9E7DF
(249,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F93D03 color. Also use rgb(249,61,3) instead hex code.

Text Font Color

.myTextColor { color: #F93D03; }

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

This text font color is #F93D03.


Background Color

.myBgColor { background-color: #F93D03; }

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

This div background color is #F93D03.


Border color

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

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

This div border color is #F93D03.


Opacity

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

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

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

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

This text has shadow with #F93D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F93D03 on black background.


Color preview on white background

This text has color #F93D03 on white background.



Black color preview on #F93D03 background

This text has black color on #F93D03 background.


White color preview on #F93D03 background

This text has white color on #F93D03 background.