COLOR #FF7B5F

HEX: #FF7B5F
RGB: (255,123,95)

Color info

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

RGB color model

#FF7B5F color RGB value is (255,123,95).

  • red value is 255;
  • green value is 123;
  • blue value is 95.
RGB:
(255,123,95)
(100%,48%,37%)

RGB channels and saturation

R 255 of 255 = 100%
G 123 of 255 = 48%
B 95 of 255 = 37%

255
123
95

R + G + B ~ 62%. #FF7B5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 123 + 95 = 473 (100%)
R 255 of 473 ~ 53.91%
G 123 of 473 ~ 26%
B 95 of 473 ~ 20.08%

%53.91
%26
%20.08

CMYK color model

#FF7B5F color CMYK value is (0,52,63,0).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 62.75%
  • key color value is 0.00%
CMYK:
(0,52,63,0)
C0M52Y63K0 
(0%,52%,63%,0%)
(0.00/0.52/0.63/0.00)	

CMYK percentages

%0
%51.76
%62.75
%0

Codes

Color #FF7B5F in popluar color models

FF7B5F
RGB25512395
HSL11°100.00%68.63%
HSB/HSV11°62.75%100.00%
CMYK0.00%51.76%62.75%
0.00%

Color #FF7B5F in popluar number systems.

HEXFF7B5F
Decimal25512395
Binary1111111111110111011111
Octal377173137

Shades and tints

Shades of #FF7B5F

#FF7B5F
(255,123,95)
#E87057
(232,112,87)
#D1654F
(209,101,79)
#BA5A47
(186,90,71)
#A34F3F
(163,79,63)
#8C4437
(140,68,55)
#75392F
(117,57,47)
#5E2E27
(94,46,39)
#47231F
(71,35,31)
#301817
(48,24,23)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #FF7B5F

#FF7B5F
(255,123,95)
#FF876D
(255,135,109)
#FF937B
(255,147,123)
#FF9F89
(255,159,137)
#FFAB97
(255,171,151)
#FFB7A5
(255,183,165)
#FFC3B3
(255,195,179)
#FFCFC1
(255,207,193)
#FFDBCF
(255,219,207)
#FFE7DD
(255,231,221)
#FFF3EB
(255,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7B5F color. Also use rgb(255,123,95) instead hex code.

Text Font Color

.myTextColor { color: #FF7B5F; }

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

This text font color is #FF7B5F.


Background Color

.myBgColor { background-color: #FF7B5F; }

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

This div background color is #FF7B5F.


Border color

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

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

This div border color is #FF7B5F.


Opacity

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

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

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

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

This text has shadow with #FF7B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7B5F on black background.


Color preview on white background

This text has color #FF7B5F on white background.



Black color preview on #FF7B5F background

This text has black color on #FF7B5F background.


White color preview on #FF7B5F background

This text has white color on #FF7B5F background.