COLOR #F59C1C

HEX: #F59C1C
RGB: (245,156,28)

Color info

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

RGB color model

#F59C1C color RGB value is (245,156,28).

  • red value is 245;
  • green value is 156;
  • blue value is 28.
RGB:
(245,156,28)
(96%,61%,11%)

RGB channels and saturation

R 245 of 255 = 96%
G 156 of 255 = 61%
B 28 of 255 = 11%

245
156
28

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

Portions of RGB colors in percentages

R + G + B =
245 + 156 + 28 = 429 (100%)
R 245 of 429 ~ 57.11%
G 156 of 429 ~ 36.36%
B 28 of 429 ~ 6.53%

%57.11
%36.36

CMYK color model

#F59C1C color CMYK value is (0,36,89,4).

  • cyan value is 0.00%
  • magenta value is 36.33%
  • yellow value is 88.57%
  • key color value is 3.92%
CMYK:
(0,36,89,4)
C0M36Y89K4 
(0%,36%,89%,4%)
(0.00/0.36/0.89/0.04)	

CMYK percentages

%0
%36.33
%88.57
%3.92

Codes

Color #F59C1C in popluar color models

F59C1C
RGB24515628
HSL35°91.56%53.53%
HSB/HSV35°88.57%96.08%
CMYK0.00%36.33%88.57%
3.92%

Color #F59C1C in popluar number systems.

HEXF59C1C
Decimal24515628
Binary111101011001110011100
Octal36523434

Shades and tints

Shades of #F59C1C

#F59C1C
(245,156,28)
#DF8E1A
(223,142,26)
#C98018
(201,128,24)
#B37216
(179,114,22)
#9D6414
(157,100,20)
#875612
(135,86,18)
#714810
(113,72,16)
#5B3A0E
(91,58,14)
#452C0C
(69,44,12)
#2F1E0A
(47,30,10)
#191008
(25,16,8)
#000000
(0,0,0)

Tints of #F59C1C

#F59C1C
(245,156,28)
#F5A530
(245,165,48)
#F5AE44
(245,174,68)
#F5B758
(245,183,88)
#F5C06C
(245,192,108)
#F5C980
(245,201,128)
#F5D294
(245,210,148)
#F5DBA8
(245,219,168)
#F5E4BC
(245,228,188)
#F5EDD0
(245,237,208)
#F5F6E4
(245,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59C1C color. Also use rgb(245,156,28) instead hex code.

Text Font Color

.myTextColor { color: #F59C1C; }

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

This text font color is #F59C1C.


Background Color

.myBgColor { background-color: #F59C1C; }

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

This div background color is #F59C1C.


Border color

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

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

This div border color is #F59C1C.


Opacity

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

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

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

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

This text has shadow with #F59C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59C1C on black background.


Color preview on white background

This text has color #F59C1C on white background.



Black color preview on #F59C1C background

This text has black color on #F59C1C background.


White color preview on #F59C1C background

This text has white color on #F59C1C background.