COLOR #F07727

HEX: #F07727
RGB: (240,119,39)

Color info

#F07727 contains mainly red color. Web safe color of #F07727 is #FF6633 (or #F63).

RGB color model

#F07727 color RGB value is (240,119,39).

  • red value is 240;
  • green value is 119;
  • blue value is 39.
RGB:
(240,119,39)
(94%,47%,15%)

RGB channels and saturation

R 240 of 255 = 94%
G 119 of 255 = 47%
B 39 of 255 = 15%

240
119
39

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

Portions of RGB colors in percentages

R + G + B =
240 + 119 + 39 = 398 (100%)
R 240 of 398 ~ 60.3%
G 119 of 398 ~ 29.9%
B 39 of 398 ~ 9.8%

%60.3
%29.9
%9.8

CMYK color model

#F07727 color CMYK value is (0,50,84,6).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 83.75%
  • key color value is 5.88%
CMYK:
(0,50,84,6)
C0M50Y84K6 
(0%,50%,84%,6%)
(0.00/0.50/0.84/0.06)	

CMYK percentages

%0
%50.42
%83.75
%5.88

Codes

Color #F07727 in popluar color models

F07727
RGB24011939
HSL24°87.01%54.71%
HSB/HSV24°83.75%94.12%
CMYK0.00%50.42%83.75%
5.88%

Color #F07727 in popluar number systems.

HEXF07727
Decimal24011939
Binary111100001110111100111
Octal36016747

Shades and tints

Shades of #F07727

#F07727
(240,119,39)
#DB6D24
(219,109,36)
#C66321
(198,99,33)
#B1591E
(177,89,30)
#9C4F1B
(156,79,27)
#874518
(135,69,24)
#723B15
(114,59,21)
#5D3112
(93,49,18)
#48270F
(72,39,15)
#331D0C
(51,29,12)
#1E1309
(30,19,9)
#000000
(0,0,0)

Tints of #F07727

#F07727
(240,119,39)
#F1833A
(241,131,58)
#F28F4D
(242,143,77)
#F39B60
(243,155,96)
#F4A773
(244,167,115)
#F5B386
(245,179,134)
#F6BF99
(246,191,153)
#F7CBAC
(247,203,172)
#F8D7BF
(248,215,191)
#F9E3D2
(249,227,210)
#FAEFE5
(250,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07727 color. Also use rgb(240,119,39) instead hex code.

Text Font Color

.myTextColor { color: #F07727; }

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

This text font color is #F07727.


Background Color

.myBgColor { background-color: #F07727; }

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

This div background color is #F07727.


Border color

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

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

This div border color is #F07727.


Opacity

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

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

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

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

This text has shadow with #F07727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07727 on black background.


Color preview on white background

This text has color #F07727 on white background.



Black color preview on #F07727 background

This text has black color on #F07727 background.


White color preview on #F07727 background

This text has white color on #F07727 background.