COLOR #FB986A

HEX: #FB986A RGB: (251,152,106)

Color info

#FB986A contains mainly red color. Web safe color of #FB986A is #FF9966 (or #F96).

RGB color model

#FB986A color RGB value is (251,152,106).

RGB: (251,152,106) (98%, 60%, 42%)

RGB channels and saturation

R 251 of 255 = 98%
G 152 of 255 = 60%
B 106 of 255 = 42%

251
152
106

R + G + B ~ 67%. #FB986A is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 152 + 106 = 509 (100%)
R 251 of 509 ~ 49.31%
G 152 of 509 ~ 29.86%
B 106 of 509 ~ 20.83'%

%49.31
%29.86
%20.83

CMYK color model

#FB986A color CMYK value is (0,39,58,2).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 57.77%
  • key color value is 1.57%

CMYK: (0,39,58,2)
C0M39Y58K2 (0%, 39%, 58%, 2%)
(0.00 / 0.39 / 0.58 / 0.02)

CMYK percentages

%0
%39.44
%57.77
%1.57

Codes

Color #FB986A in popluar color models

FB 98 6A
RGB 251 152 106
HSL 19° 94.77% 70.00%
HSB/HSV 19° 57.77% 98.43%
CMYK 0.00% 39.44% 57.77%
1.57%

Color #FB986A in popluar number systems.

HEX FB 98 6A
Decimal 251 152 106
Binary 11111011 10011000 1101010
Octal 373 230 152

Shades and tints

Shades of #FB986A

#FB986A
(251,152,106)
#E58B61
(229,139,97)
#CF7E58
(207,126,88)
#B9714F
(185,113,79)
#A36446
(163,100,70)
#8D573D
(141,87,61)
#774A34
(119,74,52)
#613D2B
(97,61,43)
#4B3022
(75,48,34)
#352319
(53,35,25)
#1F1610
(31,22,16)
#000000
(0,0,0)

Tints of #FB986A

#FB986A
(251,152,106)
#FBA177
(251,161,119)
#FBAA84
(251,170,132)
#FBB391
(251,179,145)
#FBBC9E
(251,188,158)
#FBC5AB
(251,197,171)
#FBCEB8
(251,206,184)
#FBD7C5
(251,215,197)
#FBE0D2
(251,224,210)
#FBE9DF
(251,233,223)
#FBF2EC
(251,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB986A color. Also use rgb(251,152,106) instead hex code.

Text Font Color

.myTextColor { color: #FB986A; }

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

This text font color is #FB986A.

Background Color

.myBgColor { background-color: #FB986A; }

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

This div background color is #FB986A.

Border color

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

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

This div border color is #FB986A.

Opacity

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

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

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

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

This text has shadow with #FB986A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB986A.

Preview

Color preview on black background

This text has color #FB986A on black background.


Color preview on white background

This text has color #FB986A on white background.


Black color preview on #FB986A background

This text has black color on #FB986A background.


White color preview on #FB986A background

This text has white color on #FB986A background.


Related colors

Complementary color

Complementary color for #hex is #046795.


I love getcolorcode.com

Triadic colors

1 #6AFB98 and #986AFB with #FB986A are triadic colors.

2 #6A98FB and #98FB6A with #FB986A are triadic colors.