COLOR #F07932

HEX: #F07932
RGB: (240,121,50)

Color info

#F07932 contains mainly red color. Web safe color of #F07932 is #FF6633 (or #F63).

RGB color model

#F07932 color RGB value is (240,121,50).

  • red value is 240;
  • green value is 121;
  • blue value is 50.
RGB:
(240,121,50)
(94%,47%,20%)

RGB channels and saturation

R 240 of 255 = 94%
G 121 of 255 = 47%
B 50 of 255 = 20%

240
121
50

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

Portions of RGB colors in percentages

R + G + B =
240 + 121 + 50 = 411 (100%)
R 240 of 411 ~ 58.39%
G 121 of 411 ~ 29.44%
B 50 of 411 ~ 12.17%

%58.39
%29.44
%12.17

CMYK color model

#F07932 color CMYK value is (0,50,79,6).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 79.17%
  • key color value is 5.88%
CMYK:
(0,50,79,6)
C0M50Y79K6 
(0%,50%,79%,6%)
(0.00/0.50/0.79/0.06)	

CMYK percentages

%0
%49.58
%79.17
%5.88

Codes

Color #F07932 in popluar color models

F07932
RGB24012150
HSL22°86.36%56.86%
HSB/HSV22°79.17%94.12%
CMYK0.00%49.58%79.17%
5.88%

Color #F07932 in popluar number systems.

HEXF07932
Decimal24012150
Binary111100001111001110010
Octal36017162

Shades and tints

Shades of #F07932

#F07932
(240,121,50)
#DB6E2E
(219,110,46)
#C6632A
(198,99,42)
#B15826
(177,88,38)
#9C4D22
(156,77,34)
#87421E
(135,66,30)
#72371A
(114,55,26)
#5D2C16
(93,44,22)
#482112
(72,33,18)
#33160E
(51,22,14)
#1E0B0A
(30,11,10)
#000000
(0,0,0)

Tints of #F07932

#F07932
(240,121,50)
#F18544
(241,133,68)
#F29156
(242,145,86)
#F39D68
(243,157,104)
#F4A97A
(244,169,122)
#F5B58C
(245,181,140)
#F6C19E
(246,193,158)
#F7CDB0
(247,205,176)
#F8D9C2
(248,217,194)
#F9E5D4
(249,229,212)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07932 color. Also use rgb(240,121,50) instead hex code.

Text Font Color

.myTextColor { color: #F07932; }

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

This text font color is #F07932.


Background Color

.myBgColor { background-color: #F07932; }

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

This div background color is #F07932.


Border color

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

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

This div border color is #F07932.


Opacity

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

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

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

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

This text has shadow with #F07932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07932 on black background.


Color preview on white background

This text has color #F07932 on white background.



Black color preview on #F07932 background

This text has black color on #F07932 background.


White color preview on #F07932 background

This text has white color on #F07932 background.