COLOR #FF7A55

HEX: #FF7A55
RGB: (255,122,85)

Color info

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

RGB color model

#FF7A55 color RGB value is (255,122,85).

  • red value is 255;
  • green value is 122;
  • blue value is 85.
RGB:
(255,122,85)
(100%,48%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 122 of 255 = 48%
B 85 of 255 = 33%

255
122
85

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

Portions of RGB colors in percentages

R + G + B =
255 + 122 + 85 = 462 (100%)
R 255 of 462 ~ 55.19%
G 122 of 462 ~ 26.41%
B 85 of 462 ~ 18.4%

%55.19
%26.41
%18.4

CMYK color model

#FF7A55 color CMYK value is (0,52,67,0).

  • cyan value is 0.00%
  • magenta value is 52.16%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,52,67,0)
C0M52Y67K0 
(0%,52%,67%,0%)
(0.00/0.52/0.67/0.00)	

CMYK percentages

%0
%52.16
%66.67
%0

Codes

Color #FF7A55 in popluar color models

FF7A55
RGB25512285
HSL13°100.00%66.67%
HSB/HSV13°66.67%100.00%
CMYK0.00%52.16%66.67%
0.00%

Color #FF7A55 in popluar number systems.

HEXFF7A55
Decimal25512285
Binary1111111111110101010101
Octal377172125

Shades and tints

Shades of #FF7A55

#FF7A55
(255,122,85)
#E86F4E
(232,111,78)
#D16447
(209,100,71)
#BA5940
(186,89,64)
#A34E39
(163,78,57)
#8C4332
(140,67,50)
#75382B
(117,56,43)
#5E2D24
(94,45,36)
#47221D
(71,34,29)
#301716
(48,23,22)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #FF7A55

#FF7A55
(255,122,85)
#FF8664
(255,134,100)
#FF9273
(255,146,115)
#FF9E82
(255,158,130)
#FFAA91
(255,170,145)
#FFB6A0
(255,182,160)
#FFC2AF
(255,194,175)
#FFCEBE
(255,206,190)
#FFDACD
(255,218,205)
#FFE6DC
(255,230,220)
#FFF2EB
(255,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7A55 color. Also use rgb(255,122,85) instead hex code.

Text Font Color

.myTextColor { color: #FF7A55; }

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

This text font color is #FF7A55.


Background Color

.myBgColor { background-color: #FF7A55; }

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

This div background color is #FF7A55.


Border color

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

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

This div border color is #FF7A55.


Opacity

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

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

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

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

This text has shadow with #FF7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7A55 on black background.


Color preview on white background

This text has color #FF7A55 on white background.



Black color preview on #FF7A55 background

This text has black color on #FF7A55 background.


White color preview on #FF7A55 background

This text has white color on #FF7A55 background.