COLOR #F09603

HEX: #F09603
RGB: (240,150,3)

Color info

#F09603 contains mainly red color. Web safe color of #F09603 is #FF9900 (or #F90).

RGB color model

#F09603 color RGB value is (240,150,3).

  • red value is 240;
  • green value is 150;
  • blue value is 3.
RGB:
(240,150,3)
(94%,59%,1%)

RGB channels and saturation

R 240 of 255 = 94%
G 150 of 255 = 59%
B 3 of 255 = 1%

240
150
3

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

Portions of RGB colors in percentages

R + G + B =
240 + 150 + 3 = 393 (100%)
R 240 of 393 ~ 61.07%
G 150 of 393 ~ 38.17%
B 3 of 393 ~ 0.76%

%61.07
%38.17

CMYK color model

#F09603 color CMYK value is (0,38,99,6).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 98.75%
  • key color value is 5.88%
CMYK:
(0,38,99,6)
C0M38Y99K6 
(0%,38%,99%,6%)
(0.00/0.38/0.99/0.06)	

CMYK percentages

%0
%37.5
%98.75
%5.88

Codes

Color #F09603 in popluar color models

F09603
RGB2401503
HSL37°97.53%47.65%
HSB/HSV37°98.75%94.12%
CMYK0.00%37.50%98.75%
5.88%

Color #F09603 in popluar number systems.

HEXF09603
Decimal2401503
Binary111100001001011011
Octal3602263

Shades and tints

Shades of #F09603

#F09603
(240,150,3)
#DB8903
(219,137,3)
#C67C03
(198,124,3)
#B16F03
(177,111,3)
#9C6203
(156,98,3)
#875503
(135,85,3)
#724803
(114,72,3)
#5D3B03
(93,59,3)
#482E03
(72,46,3)
#332103
(51,33,3)
#1E1403
(30,20,3)
#000000
(0,0,0)

Tints of #F09603

#F09603
(240,150,3)
#F19F19
(241,159,25)
#F2A82F
(242,168,47)
#F3B145
(243,177,69)
#F4BA5B
(244,186,91)
#F5C371
(245,195,113)
#F6CC87
(246,204,135)
#F7D59D
(247,213,157)
#F8DEB3
(248,222,179)
#F9E7C9
(249,231,201)
#FAF0DF
(250,240,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09603 color. Also use rgb(240,150,3) instead hex code.

Text Font Color

.myTextColor { color: #F09603; }

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

This text font color is #F09603.


Background Color

.myBgColor { background-color: #F09603; }

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

This div background color is #F09603.


Border color

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

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

This div border color is #F09603.


Opacity

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

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

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

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

This text has shadow with #F09603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09603 on black background.


Color preview on white background

This text has color #F09603 on white background.



Black color preview on #F09603 background

This text has black color on #F09603 background.


White color preview on #F09603 background

This text has white color on #F09603 background.