COLOR #FB7540

HEX: #FB7540
RGB: (251,117,64)

Color info

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

RGB color model

#FB7540 color RGB value is (251,117,64).

  • red value is 251;
  • green value is 117;
  • blue value is 64.
RGB:
(251,117,64)
(98%,46%,25%)

RGB channels and saturation

R 251 of 255 = 98%
G 117 of 255 = 46%
B 64 of 255 = 25%

251
117
64

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

Portions of RGB colors in percentages

R + G + B =
251 + 117 + 64 = 432 (100%)
R 251 of 432 ~ 58.1%
G 117 of 432 ~ 27.08%
B 64 of 432 ~ 14.81%

%58.1
%27.08
%14.81

CMYK color model

#FB7540 color CMYK value is (0,53,75,2).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 74.50%
  • key color value is 1.57%
CMYK:
(0,53,75,2)
C0M53Y75K2 
(0%,53%,75%,2%)
(0.00/0.53/0.75/0.02)	

CMYK percentages

%0
%53.39
%74.5
%1.57

Codes

Color #FB7540 in popluar color models

FB7540
RGB25111764
HSL17°95.90%61.76%
HSB/HSV17°74.50%98.43%
CMYK0.00%53.39%74.50%
1.57%

Color #FB7540 in popluar number systems.

HEXFB7540
Decimal25111764
Binary1111101111101011000000
Octal373165100

Shades and tints

Shades of #FB7540

#FB7540
(251,117,64)
#E56B3B
(229,107,59)
#CF6136
(207,97,54)
#B95731
(185,87,49)
#A34D2C
(163,77,44)
#8D4327
(141,67,39)
#773922
(119,57,34)
#612F1D
(97,47,29)
#4B2518
(75,37,24)
#351B13
(53,27,19)
#1F110E
(31,17,14)
#000000
(0,0,0)

Tints of #FB7540

#FB7540
(251,117,64)
#FB8151
(251,129,81)
#FB8D62
(251,141,98)
#FB9973
(251,153,115)
#FBA584
(251,165,132)
#FBB195
(251,177,149)
#FBBDA6
(251,189,166)
#FBC9B7
(251,201,183)
#FBD5C8
(251,213,200)
#FBE1D9
(251,225,217)
#FBEDEA
(251,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7540 color. Also use rgb(251,117,64) instead hex code.

Text Font Color

.myTextColor { color: #FB7540; }

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

This text font color is #FB7540.


Background Color

.myBgColor { background-color: #FB7540; }

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

This div background color is #FB7540.


Border color

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

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

This div border color is #FB7540.


Opacity

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

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

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

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

This text has shadow with #FB7540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7540 on black background.


Color preview on white background

This text has color #FB7540 on white background.



Black color preview on #FB7540 background

This text has black color on #FB7540 background.


White color preview on #FB7540 background

This text has white color on #FB7540 background.