COLOR #F27D13

HEX: #F27D13
RGB: (242,125,19)

Color info

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

RGB color model

#F27D13 color RGB value is (242,125,19).

  • red value is 242;
  • green value is 125;
  • blue value is 19.
RGB:
(242,125,19)
(95%,49%,7%)

RGB channels and saturation

R 242 of 255 = 95%
G 125 of 255 = 49%
B 19 of 255 = 7%

242
125
19

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

Portions of RGB colors in percentages

R + G + B =
242 + 125 + 19 = 386 (100%)
R 242 of 386 ~ 62.69%
G 125 of 386 ~ 32.38%
B 19 of 386 ~ 4.92%

%62.69
%32.38

CMYK color model

#F27D13 color CMYK value is (0,48,92,5).

  • cyan value is 0.00%
  • magenta value is 48.35%
  • yellow value is 92.15%
  • key color value is 5.10%
CMYK:
(0,48,92,5)
C0M48Y92K5 
(0%,48%,92%,5%)
(0.00/0.48/0.92/0.05)	

CMYK percentages

%0
%48.35
%92.15
%5.1

Codes

Color #F27D13 in popluar color models

F27D13
RGB24212519
HSL29°89.56%51.18%
HSB/HSV29°92.15%94.90%
CMYK0.00%48.35%92.15%
5.10%

Color #F27D13 in popluar number systems.

HEXF27D13
Decimal24212519
Binary11110010111110110011
Octal36217523

Shades and tints

Shades of #F27D13

#F27D13
(242,125,19)
#DC7212
(220,114,18)
#C66711
(198,103,17)
#B05C10
(176,92,16)
#9A510F
(154,81,15)
#84460E
(132,70,14)
#6E3B0D
(110,59,13)
#58300C
(88,48,12)
#42250B
(66,37,11)
#2C1A0A
(44,26,10)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #F27D13

#F27D13
(242,125,19)
#F38828
(243,136,40)
#F4933D
(244,147,61)
#F59E52
(245,158,82)
#F6A967
(246,169,103)
#F7B47C
(247,180,124)
#F8BF91
(248,191,145)
#F9CAA6
(249,202,166)
#FAD5BB
(250,213,187)
#FBE0D0
(251,224,208)
#FCEBE5
(252,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27D13 color. Also use rgb(242,125,19) instead hex code.

Text Font Color

.myTextColor { color: #F27D13; }

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

This text font color is #F27D13.


Background Color

.myBgColor { background-color: #F27D13; }

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

This div background color is #F27D13.


Border color

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

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

This div border color is #F27D13.


Opacity

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

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

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

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

This text has shadow with #F27D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27D13 on black background.


Color preview on white background

This text has color #F27D13 on white background.



Black color preview on #F27D13 background

This text has black color on #F27D13 background.


White color preview on #F27D13 background

This text has white color on #F27D13 background.