COLOR #FB7D35

HEX: #FB7D35
RGB: (251,125,53)

Color info

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

RGB color model

#FB7D35 color RGB value is (251,125,53).

  • red value is 251;
  • green value is 125;
  • blue value is 53.
RGB:
(251,125,53)
(98%,49%,21%)

RGB channels and saturation

R 251 of 255 = 98%
G 125 of 255 = 49%
B 53 of 255 = 21%

251
125
53

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

Portions of RGB colors in percentages

R + G + B =
251 + 125 + 53 = 429 (100%)
R 251 of 429 ~ 58.51%
G 125 of 429 ~ 29.14%
B 53 of 429 ~ 12.35%

%58.51
%29.14
%12.35

CMYK color model

#FB7D35 color CMYK value is (0,50,79,2).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 78.88%
  • key color value is 1.57%
CMYK:
(0,50,79,2)
C0M50Y79K2 
(0%,50%,79%,2%)
(0.00/0.50/0.79/0.02)	

CMYK percentages

%0
%50.2
%78.88
%1.57

Codes

Color #FB7D35 in popluar color models

FB7D35
RGB25112553
HSL22°96.12%59.61%
HSB/HSV22°78.88%98.43%
CMYK0.00%50.20%78.88%
1.57%

Color #FB7D35 in popluar number systems.

HEXFB7D35
Decimal25112553
Binary111110111111101110101
Octal37317565

Shades and tints

Shades of #FB7D35

#FB7D35
(251,125,53)
#E57231
(229,114,49)
#CF672D
(207,103,45)
#B95C29
(185,92,41)
#A35125
(163,81,37)
#8D4621
(141,70,33)
#773B1D
(119,59,29)
#613019
(97,48,25)
#4B2515
(75,37,21)
#351A11
(53,26,17)
#1F0F0D
(31,15,13)
#000000
(0,0,0)

Tints of #FB7D35

#FB7D35
(251,125,53)
#FB8847
(251,136,71)
#FB9359
(251,147,89)
#FB9E6B
(251,158,107)
#FBA97D
(251,169,125)
#FBB48F
(251,180,143)
#FBBFA1
(251,191,161)
#FBCAB3
(251,202,179)
#FBD5C5
(251,213,197)
#FBE0D7
(251,224,215)
#FBEBE9
(251,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7D35 color. Also use rgb(251,125,53) instead hex code.

Text Font Color

.myTextColor { color: #FB7D35; }

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

This text font color is #FB7D35.


Background Color

.myBgColor { background-color: #FB7D35; }

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

This div background color is #FB7D35.


Border color

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

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

This div border color is #FB7D35.


Opacity

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

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

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

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

This text has shadow with #FB7D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7D35 on black background.


Color preview on white background

This text has color #FB7D35 on white background.



Black color preview on #FB7D35 background

This text has black color on #FB7D35 background.


White color preview on #FB7D35 background

This text has white color on #FB7D35 background.