COLOR #F59509

HEX: #F59509
RGB: (245,149,9)

Color info

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

RGB color model

#F59509 color RGB value is (245,149,9).

  • red value is 245;
  • green value is 149;
  • blue value is 9.
RGB:
(245,149,9)
(96%,58%,4%)

RGB channels and saturation

R 245 of 255 = 96%
G 149 of 255 = 58%
B 9 of 255 = 4%

245
149
9

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

Portions of RGB colors in percentages

R + G + B =
245 + 149 + 9 = 403 (100%)
R 245 of 403 ~ 60.79%
G 149 of 403 ~ 36.97%
B 9 of 403 ~ 2.23%

%60.79
%36.97

CMYK color model

#F59509 color CMYK value is (0,39,96,4).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 96.33%
  • key color value is 3.92%
CMYK:
(0,39,96,4)
C0M39Y96K4 
(0%,39%,96%,4%)
(0.00/0.39/0.96/0.04)	

CMYK percentages

%0
%39.18
%96.33
%3.92

Codes

Color #F59509 in popluar color models

F59509
RGB2451499
HSL36°92.91%49.80%
HSB/HSV36°96.33%96.08%
CMYK0.00%39.18%96.33%
3.92%

Color #F59509 in popluar number systems.

HEXF59509
Decimal2451499
Binary11110101100101011001
Octal36522511

Shades and tints

Shades of #F59509

#F59509
(245,149,9)
#DF8809
(223,136,9)
#C97B09
(201,123,9)
#B36E09
(179,110,9)
#9D6109
(157,97,9)
#875409
(135,84,9)
#714709
(113,71,9)
#5B3A09
(91,58,9)
#452D09
(69,45,9)
#2F2009
(47,32,9)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #F59509

#F59509
(245,149,9)
#F59E1F
(245,158,31)
#F5A735
(245,167,53)
#F5B04B
(245,176,75)
#F5B961
(245,185,97)
#F5C277
(245,194,119)
#F5CB8D
(245,203,141)
#F5D4A3
(245,212,163)
#F5DDB9
(245,221,185)
#F5E6CF
(245,230,207)
#F5EFE5
(245,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59509 color. Also use rgb(245,149,9) instead hex code.

Text Font Color

.myTextColor { color: #F59509; }

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

This text font color is #F59509.


Background Color

.myBgColor { background-color: #F59509; }

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

This div background color is #F59509.


Border color

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

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

This div border color is #F59509.


Opacity

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

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

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

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

This text has shadow with #F59509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59509 on black background.


Color preview on white background

This text has color #F59509 on white background.



Black color preview on #F59509 background

This text has black color on #F59509 background.


White color preview on #F59509 background

This text has white color on #F59509 background.