COLOR #FD7B55

HEX: #FD7B55
RGB: (253,123,85)

Color info

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

RGB color model

#FD7B55 color RGB value is (253,123,85).

  • red value is 253;
  • green value is 123;
  • blue value is 85.
RGB:
(253,123,85)
(99%,48%,33%)

RGB channels and saturation

R 253 of 255 = 99%
G 123 of 255 = 48%
B 85 of 255 = 33%

253
123
85

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

Portions of RGB colors in percentages

R + G + B =
253 + 123 + 85 = 461 (100%)
R 253 of 461 ~ 54.88%
G 123 of 461 ~ 26.68%
B 85 of 461 ~ 18.44%

%54.88
%26.68
%18.44

CMYK color model

#FD7B55 color CMYK value is (0,51,66,1).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 66.40%
  • key color value is 0.78%
CMYK:
(0,51,66,1)
C0M51Y66K1 
(0%,51%,66%,1%)
(0.00/0.51/0.66/0.01)	

CMYK percentages

%0
%51.38
%66.4
%0.78

Codes

Color #FD7B55 in popluar color models

FD7B55
RGB25312385
HSL14°97.67%66.27%
HSB/HSV14°66.40%99.22%
CMYK0.00%51.38%66.40%
0.78%

Color #FD7B55 in popluar number systems.

HEXFD7B55
Decimal25312385
Binary1111110111110111010101
Octal375173125

Shades and tints

Shades of #FD7B55

#FD7B55
(253,123,85)
#E6704E
(230,112,78)
#CF6547
(207,101,71)
#B85A40
(184,90,64)
#A14F39
(161,79,57)
#8A4432
(138,68,50)
#73392B
(115,57,43)
#5C2E24
(92,46,36)
#45231D
(69,35,29)
#2E1816
(46,24,22)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #FD7B55

#FD7B55
(253,123,85)
#FD8764
(253,135,100)
#FD9373
(253,147,115)
#FD9F82
(253,159,130)
#FDAB91
(253,171,145)
#FDB7A0
(253,183,160)
#FDC3AF
(253,195,175)
#FDCFBE
(253,207,190)
#FDDBCD
(253,219,205)
#FDE7DC
(253,231,220)
#FDF3EB
(253,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7B55 color. Also use rgb(253,123,85) instead hex code.

Text Font Color

.myTextColor { color: #FD7B55; }

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

This text font color is #FD7B55.


Background Color

.myBgColor { background-color: #FD7B55; }

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

This div background color is #FD7B55.


Border color

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

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

This div border color is #FD7B55.


Opacity

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

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

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

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

This text has shadow with #FD7B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7B55 on black background.


Color preview on white background

This text has color #FD7B55 on white background.



Black color preview on #FD7B55 background

This text has black color on #FD7B55 background.


White color preview on #FD7B55 background

This text has white color on #FD7B55 background.