COLOR #F59E09

HEX: #F59E09
RGB: (245,158,9)

Color info

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

RGB color model

#F59E09 color RGB value is (245,158,9).

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

RGB channels and saturation

R 245 of 255 = 96%
G 158 of 255 = 62%
B 9 of 255 = 4%

245
158
9

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

Portions of RGB colors in percentages

R + G + B =
245 + 158 + 9 = 412 (100%)
R 245 of 412 ~ 59.47%
G 158 of 412 ~ 38.35%
B 9 of 412 ~ 2.18%

%59.47
%38.35

CMYK color model

#F59E09 color CMYK value is (0,36,96,4).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 96.33%
  • key color value is 3.92%
CMYK:
(0,36,96,4)
C0M36Y96K4 
(0%,36%,96%,4%)
(0.00/0.36/0.96/0.04)	

CMYK percentages

%0
%35.51
%96.33
%3.92

Codes

Color #F59E09 in popluar color models

F59E09
RGB2451589
HSL38°92.91%49.80%
HSB/HSV38°96.33%96.08%
CMYK0.00%35.51%96.33%
3.92%

Color #F59E09 in popluar number systems.

HEXF59E09
Decimal2451589
Binary11110101100111101001
Octal36523611

Shades and tints

Shades of #F59E09

#F59E09
(245,158,9)
#DF9009
(223,144,9)
#C98209
(201,130,9)
#B37409
(179,116,9)
#9D6609
(157,102,9)
#875809
(135,88,9)
#714A09
(113,74,9)
#5B3C09
(91,60,9)
#452E09
(69,46,9)
#2F2009
(47,32,9)
#191209
(25,18,9)
#000000
(0,0,0)

Tints of #F59E09

#F59E09
(245,158,9)
#F5A61F
(245,166,31)
#F5AE35
(245,174,53)
#F5B64B
(245,182,75)
#F5BE61
(245,190,97)
#F5C677
(245,198,119)
#F5CE8D
(245,206,141)
#F5D6A3
(245,214,163)
#F5DEB9
(245,222,185)
#F5E6CF
(245,230,207)
#F5EEE5
(245,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59E09; }

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

This text font color is #F59E09.


Background Color

.myBgColor { background-color: #F59E09; }

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

This div background color is #F59E09.


Border color

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

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

This div border color is #F59E09.


Opacity

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

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

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

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

This text has shadow with #F59E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59E09 on black background.


Color preview on white background

This text has color #F59E09 on white background.



Black color preview on #F59E09 background

This text has black color on #F59E09 background.


White color preview on #F59E09 background

This text has white color on #F59E09 background.