COLOR #FA933C

HEX: #FA933C
RGB: (250,147,60)

Color info

#FA933C contains mainly red color. Web safe color of #FA933C is #FF9933 (or #F93).

RGB color model

#FA933C color RGB value is (250,147,60).

  • red value is 250;
  • green value is 147;
  • blue value is 60.
RGB:
(250,147,60)
(98%,58%,24%)

RGB channels and saturation

R 250 of 255 = 98%
G 147 of 255 = 58%
B 60 of 255 = 24%

250
147
60

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

Portions of RGB colors in percentages

R + G + B =
250 + 147 + 60 = 457 (100%)
R 250 of 457 ~ 54.7%
G 147 of 457 ~ 32.17%
B 60 of 457 ~ 13.13%

%54.7
%32.17
%13.13

CMYK color model

#FA933C color CMYK value is (0,41,76,2).

  • cyan value is 0.00%
  • magenta value is 41.20%
  • yellow value is 76.00%
  • key color value is 1.96%
CMYK:
(0,41,76,2)
C0M41Y76K2 
(0%,41%,76%,2%)
(0.00/0.41/0.76/0.02)	

CMYK percentages

%0
%41.2
%76
%1.96

Codes

Color #FA933C in popluar color models

FA933C
RGB25014760
HSL27°95.00%60.78%
HSB/HSV27°76.00%98.04%
CMYK0.00%41.20%76.00%
1.96%

Color #FA933C in popluar number systems.

HEXFA933C
Decimal25014760
Binary1111101010010011111100
Octal37222374

Shades and tints

Shades of #FA933C

#FA933C
(250,147,60)
#E48637
(228,134,55)
#CE7932
(206,121,50)
#B86C2D
(184,108,45)
#A25F28
(162,95,40)
#8C5223
(140,82,35)
#76451E
(118,69,30)
#603819
(96,56,25)
#4A2B14
(74,43,20)
#341E0F
(52,30,15)
#1E110A
(30,17,10)
#000000
(0,0,0)

Tints of #FA933C

#FA933C
(250,147,60)
#FA9C4D
(250,156,77)
#FAA55E
(250,165,94)
#FAAE6F
(250,174,111)
#FAB780
(250,183,128)
#FAC091
(250,192,145)
#FAC9A2
(250,201,162)
#FAD2B3
(250,210,179)
#FADBC4
(250,219,196)
#FAE4D5
(250,228,213)
#FAEDE6
(250,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA933C color. Also use rgb(250,147,60) instead hex code.

Text Font Color

.myTextColor { color: #FA933C; }

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

This text font color is #FA933C.


Background Color

.myBgColor { background-color: #FA933C; }

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

This div background color is #FA933C.


Border color

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

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

This div border color is #FA933C.


Opacity

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

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

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

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

This text has shadow with #FA933C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA933C on black background.


Color preview on white background

This text has color #FA933C on white background.



Black color preview on #FA933C background

This text has black color on #FA933C background.


White color preview on #FA933C background

This text has white color on #FA933C background.