COLOR #FF7454

HEX: #FF7454
RGB: (255,116,84)

Color info

#FF7454 contains mainly red color. Web safe color of #FF7454 is #FF6666 (or #F66).

RGB color model

#FF7454 color RGB value is (255,116,84).

  • red value is 255;
  • green value is 116;
  • blue value is 84.
RGB:
(255,116,84)
(100%,45%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 116 of 255 = 45%
B 84 of 255 = 33%

255
116
84

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

Portions of RGB colors in percentages

R + G + B =
255 + 116 + 84 = 455 (100%)
R 255 of 455 ~ 56.04%
G 116 of 455 ~ 25.49%
B 84 of 455 ~ 18.46%

%56.04
%25.49
%18.46

CMYK color model

#FF7454 color CMYK value is (0,55,67,0).

  • cyan value is 0.00%
  • magenta value is 54.51%
  • yellow value is 67.06%
  • key color value is 0.00%
CMYK:
(0,55,67,0)
C0M55Y67K0 
(0%,55%,67%,0%)
(0.00/0.55/0.67/0.00)	

CMYK percentages

%0
%54.51
%67.06
%0

Codes

Color #FF7454 in popluar color models

FF7454
RGB25511684
HSL11°100.00%66.47%
HSB/HSV11°67.06%100.00%
CMYK0.00%54.51%67.06%
0.00%

Color #FF7454 in popluar number systems.

HEXFF7454
Decimal25511684
Binary1111111111101001010100
Octal377164124

Shades and tints

Shades of #FF7454

#FF7454
(255,116,84)
#E86A4D
(232,106,77)
#D16046
(209,96,70)
#BA563F
(186,86,63)
#A34C38
(163,76,56)
#8C4231
(140,66,49)
#75382A
(117,56,42)
#5E2E23
(94,46,35)
#47241C
(71,36,28)
#301A15
(48,26,21)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #FF7454

#FF7454
(255,116,84)
#FF8063
(255,128,99)
#FF8C72
(255,140,114)
#FF9881
(255,152,129)
#FFA490
(255,164,144)
#FFB09F
(255,176,159)
#FFBCAE
(255,188,174)
#FFC8BD
(255,200,189)
#FFD4CC
(255,212,204)
#FFE0DB
(255,224,219)
#FFECEA
(255,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7454 color. Also use rgb(255,116,84) instead hex code.

Text Font Color

.myTextColor { color: #FF7454; }

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

This text font color is #FF7454.


Background Color

.myBgColor { background-color: #FF7454; }

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

This div background color is #FF7454.


Border color

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

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

This div border color is #FF7454.


Opacity

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

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

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

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

This text has shadow with #FF7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7454 on black background.


Color preview on white background

This text has color #FF7454 on white background.



Black color preview on #FF7454 background

This text has black color on #FF7454 background.


White color preview on #FF7454 background

This text has white color on #FF7454 background.