COLOR #F59408

HEX: #F59408
RGB: (245,148,8)

Color info

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

RGB color model

#F59408 color RGB value is (245,148,8).

  • red value is 245;
  • green value is 148;
  • blue value is 8.
RGB:
(245,148,8)
(96%,58%,3%)

RGB channels and saturation

R 245 of 255 = 96%
G 148 of 255 = 58%
B 8 of 255 = 3%

245
148
8

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

Portions of RGB colors in percentages

R + G + B =
245 + 148 + 8 = 401 (100%)
R 245 of 401 ~ 61.1%
G 148 of 401 ~ 36.91%
B 8 of 401 ~ 2%

%61.1
%36.91

CMYK color model

#F59408 color CMYK value is (0,40,97,4).

  • cyan value is 0.00%
  • magenta value is 39.59%
  • yellow value is 96.73%
  • key color value is 3.92%
CMYK:
(0,40,97,4)
C0M40Y97K4 
(0%,40%,97%,4%)
(0.00/0.40/0.97/0.04)	

CMYK percentages

%0
%39.59
%96.73
%3.92

Codes

Color #F59408 in popluar color models

F59408
RGB2451488
HSL35°93.68%49.61%
HSB/HSV35°96.73%96.08%
CMYK0.00%39.59%96.73%
3.92%

Color #F59408 in popluar number systems.

HEXF59408
Decimal2451488
Binary11110101100101001000
Octal36522410

Shades and tints

Shades of #F59408

#F59408
(245,148,8)
#DF8708
(223,135,8)
#C97A08
(201,122,8)
#B36D08
(179,109,8)
#9D6008
(157,96,8)
#875308
(135,83,8)
#714608
(113,70,8)
#5B3908
(91,57,8)
#452C08
(69,44,8)
#2F1F08
(47,31,8)
#191208
(25,18,8)
#000000
(0,0,0)

Tints of #F59408

#F59408
(245,148,8)
#F59D1E
(245,157,30)
#F5A634
(245,166,52)
#F5AF4A
(245,175,74)
#F5B860
(245,184,96)
#F5C176
(245,193,118)
#F5CA8C
(245,202,140)
#F5D3A2
(245,211,162)
#F5DCB8
(245,220,184)
#F5E5CE
(245,229,206)
#F5EEE4
(245,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59408 color. Also use rgb(245,148,8) instead hex code.

Text Font Color

.myTextColor { color: #F59408; }

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

This text font color is #F59408.


Background Color

.myBgColor { background-color: #F59408; }

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

This div background color is #F59408.


Border color

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

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

This div border color is #F59408.


Opacity

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

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

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

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

This text has shadow with #F59408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59408 on black background.


Color preview on white background

This text has color #F59408 on white background.



Black color preview on #F59408 background

This text has black color on #F59408 background.


White color preview on #F59408 background

This text has white color on #F59408 background.