COLOR #F94333

HEX: #F94333
RGB: (249,67,51)

Color info

#F94333 contains mainly red color. Web safe color of #F94333 is #FF3333 (or #F33).

RGB color model

#F94333 color RGB value is (249,67,51).

  • red value is 249;
  • green value is 67;
  • blue value is 51.
RGB:
(249,67,51)
(98%,26%,20%)

RGB channels and saturation

R 249 of 255 = 98%
G 67 of 255 = 26%
B 51 of 255 = 20%

249
67
51

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

Portions of RGB colors in percentages

R + G + B =
249 + 67 + 51 = 367 (100%)
R 249 of 367 ~ 67.85%
G 67 of 367 ~ 18.26%
B 51 of 367 ~ 13.9%

%67.85
%18.26
%13.9

CMYK color model

#F94333 color CMYK value is (0,73,80,2).

  • cyan value is 0.00%
  • magenta value is 73.09%
  • yellow value is 79.52%
  • key color value is 2.35%
CMYK:
(0,73,80,2)
C0M73Y80K2 
(0%,73%,80%,2%)
(0.00/0.73/0.80/0.02)	

CMYK percentages

%0
%73.09
%79.52
%2.35

Codes

Color #F94333 in popluar color models

F94333
RGB2496751
HSL94.29%58.82%
HSB/HSV79.52%97.65%
CMYK0.00%73.09%79.52%
2.35%

Color #F94333 in popluar number systems.

HEXF94333
Decimal2496751
Binary111110011000011110011
Octal37110363

Shades and tints

Shades of #F94333

#F94333
(249,67,51)
#E33D2F
(227,61,47)
#CD372B
(205,55,43)
#B73127
(183,49,39)
#A12B23
(161,43,35)
#8B251F
(139,37,31)
#751F1B
(117,31,27)
#5F1917
(95,25,23)
#491313
(73,19,19)
#330D0F
(51,13,15)
#1D070B
(29,7,11)
#000000
(0,0,0)

Tints of #F94333

#F94333
(249,67,51)
#F95445
(249,84,69)
#F96557
(249,101,87)
#F97669
(249,118,105)
#F9877B
(249,135,123)
#F9988D
(249,152,141)
#F9A99F
(249,169,159)
#F9BAB1
(249,186,177)
#F9CBC3
(249,203,195)
#F9DCD5
(249,220,213)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F94333 color. Also use rgb(249,67,51) instead hex code.

Text Font Color

.myTextColor { color: #F94333; }

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

This text font color is #F94333.


Background Color

.myBgColor { background-color: #F94333; }

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

This div background color is #F94333.


Border color

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

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

This div border color is #F94333.


Opacity

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

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

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

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

This text has shadow with #F94333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F94333 on black background.


Color preview on white background

This text has color #F94333 on white background.



Black color preview on #F94333 background

This text has black color on #F94333 background.


White color preview on #F94333 background

This text has white color on #F94333 background.