COLOR #FB6840

HEX: #FB6840
RGB: (251,104,64)

Color info

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

RGB color model

#FB6840 color RGB value is (251,104,64).

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

RGB channels and saturation

R 251 of 255 = 98%
G 104 of 255 = 41%
B 64 of 255 = 25%

251
104
64

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

Portions of RGB colors in percentages

R + G + B =
251 + 104 + 64 = 419 (100%)
R 251 of 419 ~ 59.9%
G 104 of 419 ~ 24.82%
B 64 of 419 ~ 15.27%

%59.9
%24.82
%15.27

CMYK color model

#FB6840 color CMYK value is (0,59,75,2).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 74.50%
  • key color value is 1.57%
CMYK:
(0,59,75,2)
C0M59Y75K2 
(0%,59%,75%,2%)
(0.00/0.59/0.75/0.02)	

CMYK percentages

%0
%58.57
%74.5
%1.57

Codes

Color #FB6840 in popluar color models

FB6840
RGB25110464
HSL13°95.90%61.76%
HSB/HSV13°74.50%98.43%
CMYK0.00%58.57%74.50%
1.57%

Color #FB6840 in popluar number systems.

HEXFB6840
Decimal25110464
Binary1111101111010001000000
Octal373150100

Shades and tints

Shades of #FB6840

#FB6840
(251,104,64)
#E55F3B
(229,95,59)
#CF5636
(207,86,54)
#B94D31
(185,77,49)
#A3442C
(163,68,44)
#8D3B27
(141,59,39)
#773222
(119,50,34)
#61291D
(97,41,29)
#4B2018
(75,32,24)
#351713
(53,23,19)
#1F0E0E
(31,14,14)
#000000
(0,0,0)

Tints of #FB6840

#FB6840
(251,104,64)
#FB7551
(251,117,81)
#FB8262
(251,130,98)
#FB8F73
(251,143,115)
#FB9C84
(251,156,132)
#FBA995
(251,169,149)
#FBB6A6
(251,182,166)
#FBC3B7
(251,195,183)
#FBD0C8
(251,208,200)
#FBDDD9
(251,221,217)
#FBEAEA
(251,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6840; }

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

This text font color is #FB6840.


Background Color

.myBgColor { background-color: #FB6840; }

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

This div background color is #FB6840.


Border color

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

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

This div border color is #FB6840.


Opacity

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

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

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

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

This text has shadow with #FB6840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6840 on black background.


Color preview on white background

This text has color #FB6840 on white background.



Black color preview on #FB6840 background

This text has black color on #FB6840 background.


White color preview on #FB6840 background

This text has white color on #FB6840 background.