COLOR #F27D0C

HEX: #F27D0C
RGB: (242,125,12)

Color info

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

RGB color model

#F27D0C color RGB value is (242,125,12).

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

RGB channels and saturation

R 242 of 255 = 95%
G 125 of 255 = 49%
B 12 of 255 = 5%

242
125
12

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

Portions of RGB colors in percentages

R + G + B =
242 + 125 + 12 = 379 (100%)
R 242 of 379 ~ 63.85%
G 125 of 379 ~ 32.98%
B 12 of 379 ~ 3.17%

%63.85
%32.98

CMYK color model

#F27D0C color CMYK value is (0,48,95,5).

  • cyan value is 0.00%
  • magenta value is 48.35%
  • yellow value is 95.04%
  • key color value is 5.10%
CMYK:
(0,48,95,5)
C0M48Y95K5 
(0%,48%,95%,5%)
(0.00/0.48/0.95/0.05)	

CMYK percentages

%0
%48.35
%95.04
%5.1

Codes

Color #F27D0C in popluar color models

F27D0C
RGB24212512
HSL29°90.55%49.80%
HSB/HSV29°95.04%94.90%
CMYK0.00%48.35%95.04%
5.10%

Color #F27D0C in popluar number systems.

HEXF27D0C
Decimal24212512
Binary1111001011111011100
Octal36217514

Shades and tints

Shades of #F27D0C

#F27D0C
(242,125,12)
#DC720B
(220,114,11)
#C6670A
(198,103,10)
#B05C09
(176,92,9)
#9A5108
(154,81,8)
#844607
(132,70,7)
#6E3B06
(110,59,6)
#583005
(88,48,5)
#422504
(66,37,4)
#2C1A03
(44,26,3)
#160F02
(22,15,2)
#000000
(0,0,0)

Tints of #F27D0C

#F27D0C
(242,125,12)
#F38822
(243,136,34)
#F49338
(244,147,56)
#F59E4E
(245,158,78)
#F6A964
(246,169,100)
#F7B47A
(247,180,122)
#F8BF90
(248,191,144)
#F9CAA6
(249,202,166)
#FAD5BC
(250,213,188)
#FBE0D2
(251,224,210)
#FCEBE8
(252,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F27D0C; }

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

This text font color is #F27D0C.


Background Color

.myBgColor { background-color: #F27D0C; }

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

This div background color is #F27D0C.


Border color

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

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

This div border color is #F27D0C.


Opacity

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

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

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

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

This text has shadow with #F27D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27D0C on black background.


Color preview on white background

This text has color #F27D0C on white background.



Black color preview on #F27D0C background

This text has black color on #F27D0C background.


White color preview on #F27D0C background

This text has white color on #F27D0C background.