COLOR #FB8A64

HEX: #FB8A64 RGB: (251,138,100)

Color info

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

RGB color model

#FB8A64 color RGB value is (251,138,100).

RGB: (251,138,100) (98%, 54%, 39%)

RGB channels and saturation

R 251 of 255 = 98%
G 138 of 255 = 54%
B 100 of 255 = 39%

251
138
100

R + G + B ~ 64%. #FB8A64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 138 + 100 = 489 (100%)
R 251 of 489 ~ 51.33%
G 138 of 489 ~ 28.22%
B 100 of 489 ~ 20.45'%

%51.33
%28.22
%20.45

CMYK color model

#FB8A64 color CMYK value is (0,45,60,2).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 60.16%
  • key color value is 1.57%

CMYK: (0,45,60,2)
C0M45Y60K2 (0%, 45%, 60%, 2%)
(0.00 / 0.45 / 0.60 / 0.02)

CMYK percentages

%0
%45.02
%60.16
%1.57

Codes

Color #FB8A64 in popluar color models

FB 8A 64
RGB 251 138 100
HSL 15° 94.97% 68.82%
HSB/HSV 15° 60.16% 98.43%
CMYK 0.00% 45.02% 60.16%
1.57%

Color #FB8A64 in popluar number systems.

HEX FB 8A 64
Decimal 251 138 100
Binary 11111011 10001010 1100100
Octal 373 212 144

Shades and tints

Shades of #FB8A64

#FB8A64
(251,138,100)
#E57E5B
(229,126,91)
#CF7252
(207,114,82)
#B96649
(185,102,73)
#A35A40
(163,90,64)
#8D4E37
(141,78,55)
#77422E
(119,66,46)
#613625
(97,54,37)
#4B2A1C
(75,42,28)
#351E13
(53,30,19)
#1F120A
(31,18,10)
#000000
(0,0,0)

Tints of #FB8A64

#FB8A64
(251,138,100)
#FB9472
(251,148,114)
#FB9E80
(251,158,128)
#FBA88E
(251,168,142)
#FBB29C
(251,178,156)
#FBBCAA
(251,188,170)
#FBC6B8
(251,198,184)
#FBD0C6
(251,208,198)
#FBDAD4
(251,218,212)
#FBE4E2
(251,228,226)
#FBEEF0
(251,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8A64 color. Also use rgb(251,138,100) instead hex code.

Text Font Color

.myTextColor { color: #FB8A64; }

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

This text font color is #FB8A64.

Background Color

.myBgColor { background-color: #FB8A64; }

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

This div background color is #FB8A64.

Border color

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

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

This div border color is #FB8A64.

Opacity

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

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

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

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

This text has shadow with #FB8A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB8A64.

Preview

Color preview on black background

This text has color #FB8A64 on black background.


Color preview on white background

This text has color #FB8A64 on white background.


Black color preview on #FB8A64 background

This text has black color on #FB8A64 background.


White color preview on #FB8A64 background

This text has white color on #FB8A64 background.


Related colors

Complementary color

Complementary color for #hex is #04759B.


I love getcolorcode.com

Triadic colors

1 #64FB8A and #8A64FB with #FB8A64 are triadic colors.

2 #648AFB and #8AFB64 with #FB8A64 are triadic colors.