COLOR #F57D12

HEX: #F57D12
RGB: (245,125,18)

Color info

#F57D12 contains mainly red color. Web safe color of #F57D12 is #FF6600 (or #F60).

RGB color model

#F57D12 color RGB value is (245,125,18).

  • red value is 245;
  • green value is 125;
  • blue value is 18.
RGB:
(245,125,18)
(96%,49%,7%)

RGB channels and saturation

R 245 of 255 = 96%
G 125 of 255 = 49%
B 18 of 255 = 7%

245
125
18

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

Portions of RGB colors in percentages

R + G + B =
245 + 125 + 18 = 388 (100%)
R 245 of 388 ~ 63.14%
G 125 of 388 ~ 32.22%
B 18 of 388 ~ 4.64%

%63.14
%32.22

CMYK color model

#F57D12 color CMYK value is (0,49,93,4).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 92.65%
  • key color value is 3.92%
CMYK:
(0,49,93,4)
C0M49Y93K4 
(0%,49%,93%,4%)
(0.00/0.49/0.93/0.04)	

CMYK percentages

%0
%48.98
%92.65
%3.92

Codes

Color #F57D12 in popluar color models

F57D12
RGB24512518
HSL28°91.90%51.57%
HSB/HSV28°92.65%96.08%
CMYK0.00%48.98%92.65%
3.92%

Color #F57D12 in popluar number systems.

HEXF57D12
Decimal24512518
Binary11110101111110110010
Octal36517522

Shades and tints

Shades of #F57D12

#F57D12
(245,125,18)
#DF7211
(223,114,17)
#C96710
(201,103,16)
#B35C0F
(179,92,15)
#9D510E
(157,81,14)
#87460D
(135,70,13)
#713B0C
(113,59,12)
#5B300B
(91,48,11)
#45250A
(69,37,10)
#2F1A09
(47,26,9)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #F57D12

#F57D12
(245,125,18)
#F58827
(245,136,39)
#F5933C
(245,147,60)
#F59E51
(245,158,81)
#F5A966
(245,169,102)
#F5B47B
(245,180,123)
#F5BF90
(245,191,144)
#F5CAA5
(245,202,165)
#F5D5BA
(245,213,186)
#F5E0CF
(245,224,207)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57D12 color. Also use rgb(245,125,18) instead hex code.

Text Font Color

.myTextColor { color: #F57D12; }

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

This text font color is #F57D12.


Background Color

.myBgColor { background-color: #F57D12; }

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

This div background color is #F57D12.


Border color

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

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

This div border color is #F57D12.


Opacity

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

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

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

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

This text has shadow with #F57D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57D12 on black background.


Color preview on white background

This text has color #F57D12 on white background.



Black color preview on #F57D12 background

This text has black color on #F57D12 background.


White color preview on #F57D12 background

This text has white color on #F57D12 background.