COLOR #F09325

HEX: #F09325
RGB: (240,147,37)

Color info

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

RGB color model

#F09325 color RGB value is (240,147,37).

  • red value is 240;
  • green value is 147;
  • blue value is 37.
RGB:
(240,147,37)
(94%,58%,15%)

RGB channels and saturation

R 240 of 255 = 94%
G 147 of 255 = 58%
B 37 of 255 = 15%

240
147
37

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

Portions of RGB colors in percentages

R + G + B =
240 + 147 + 37 = 424 (100%)
R 240 of 424 ~ 56.6%
G 147 of 424 ~ 34.67%
B 37 of 424 ~ 8.73%

%56.6
%34.67

CMYK color model

#F09325 color CMYK value is (0,39,85,6).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 84.58%
  • key color value is 5.88%
CMYK:
(0,39,85,6)
C0M39Y85K6 
(0%,39%,85%,6%)
(0.00/0.39/0.85/0.06)	

CMYK percentages

%0
%38.75
%84.58
%5.88

Codes

Color #F09325 in popluar color models

F09325
RGB24014737
HSL33°87.12%54.31%
HSB/HSV33°84.58%94.12%
CMYK0.00%38.75%84.58%
5.88%

Color #F09325 in popluar number systems.

HEXF09325
Decimal24014737
Binary1111000010010011100101
Octal36022345

Shades and tints

Shades of #F09325

#F09325
(240,147,37)
#DB8622
(219,134,34)
#C6791F
(198,121,31)
#B16C1C
(177,108,28)
#9C5F19
(156,95,25)
#875216
(135,82,22)
#724513
(114,69,19)
#5D3810
(93,56,16)
#482B0D
(72,43,13)
#331E0A
(51,30,10)
#1E1107
(30,17,7)
#000000
(0,0,0)

Tints of #F09325

#F09325
(240,147,37)
#F19C38
(241,156,56)
#F2A54B
(242,165,75)
#F3AE5E
(243,174,94)
#F4B771
(244,183,113)
#F5C084
(245,192,132)
#F6C997
(246,201,151)
#F7D2AA
(247,210,170)
#F8DBBD
(248,219,189)
#F9E4D0
(249,228,208)
#FAEDE3
(250,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09325 color. Also use rgb(240,147,37) instead hex code.

Text Font Color

.myTextColor { color: #F09325; }

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

This text font color is #F09325.


Background Color

.myBgColor { background-color: #F09325; }

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

This div background color is #F09325.


Border color

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

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

This div border color is #F09325.


Opacity

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

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

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

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

This text has shadow with #F09325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09325 on black background.


Color preview on white background

This text has color #F09325 on white background.



Black color preview on #F09325 background

This text has black color on #F09325 background.


White color preview on #F09325 background

This text has white color on #F09325 background.