COLOR #F0714A

HEX: #F0714A
RGB: (240,113,74)

Color info

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

RGB color model

#F0714A color RGB value is (240,113,74).

  • red value is 240;
  • green value is 113;
  • blue value is 74.
RGB:
(240,113,74)
(94%,44%,29%)

RGB channels and saturation

R 240 of 255 = 94%
G 113 of 255 = 44%
B 74 of 255 = 29%

240
113
74

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

Portions of RGB colors in percentages

R + G + B =
240 + 113 + 74 = 427 (100%)
R 240 of 427 ~ 56.21%
G 113 of 427 ~ 26.46%
B 74 of 427 ~ 17.33%

%56.21
%26.46
%17.33

CMYK color model

#F0714A color CMYK value is (0,53,69,6).

  • cyan value is 0.00%
  • magenta value is 52.92%
  • yellow value is 69.17%
  • key color value is 5.88%
CMYK:
(0,53,69,6)
C0M53Y69K6 
(0%,53%,69%,6%)
(0.00/0.53/0.69/0.06)	

CMYK percentages

%0
%52.92
%69.17
%5.88

Codes

Color #F0714A in popluar color models

F0714A
RGB24011374
HSL14°84.69%61.57%
HSB/HSV14°69.17%94.12%
CMYK0.00%52.92%69.17%
5.88%

Color #F0714A in popluar number systems.

HEXF0714A
Decimal24011374
Binary1111000011100011001010
Octal360161112

Shades and tints

Shades of #F0714A

#F0714A
(240,113,74)
#DB6744
(219,103,68)
#C65D3E
(198,93,62)
#B15338
(177,83,56)
#9C4932
(156,73,50)
#873F2C
(135,63,44)
#723526
(114,53,38)
#5D2B20
(93,43,32)
#48211A
(72,33,26)
#331714
(51,23,20)
#1E0D0E
(30,13,14)
#000000
(0,0,0)

Tints of #F0714A

#F0714A
(240,113,74)
#F17D5A
(241,125,90)
#F2896A
(242,137,106)
#F3957A
(243,149,122)
#F4A18A
(244,161,138)
#F5AD9A
(245,173,154)
#F6B9AA
(246,185,170)
#F7C5BA
(247,197,186)
#F8D1CA
(248,209,202)
#F9DDDA
(249,221,218)
#FAE9EA
(250,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0714A color. Also use rgb(240,113,74) instead hex code.

Text Font Color

.myTextColor { color: #F0714A; }

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

This text font color is #F0714A.


Background Color

.myBgColor { background-color: #F0714A; }

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

This div background color is #F0714A.


Border color

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

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

This div border color is #F0714A.


Opacity

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

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

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

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

This text has shadow with #F0714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0714A on black background.


Color preview on white background

This text has color #F0714A on white background.



Black color preview on #F0714A background

This text has black color on #F0714A background.


White color preview on #F0714A background

This text has white color on #F0714A background.