COLOR #FBA355

HEX: #FBA355
RGB: (251,163,85)

Color info

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

RGB color model

#FBA355 color RGB value is (251,163,85).

  • red value is 251;
  • green value is 163;
  • blue value is 85.
RGB:
(251,163,85)
(98%,64%,33%)

RGB channels and saturation

R 251 of 255 = 98%
G 163 of 255 = 64%
B 85 of 255 = 33%

251
163
85

R + G + B ~ 65%. #FBA355 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 163 + 85 = 499 (100%)
R 251 of 499 ~ 50.3%
G 163 of 499 ~ 32.67%
B 85 of 499 ~ 17.03%

%50.3
%32.67
%17.03

CMYK color model

#FBA355 color CMYK value is (0,35,66,2).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 66.14%
  • key color value is 1.57%
CMYK:
(0,35,66,2)
C0M35Y66K2 
(0%,35%,66%,2%)
(0.00/0.35/0.66/0.02)	

CMYK percentages

%0
%35.06
%66.14
%1.57

Codes

Color #FBA355 in popluar color models

FBA355
RGB25116385
HSL28°95.40%65.88%
HSB/HSV28°66.14%98.43%
CMYK0.00%35.06%66.14%
1.57%

Color #FBA355 in popluar number systems.

HEXFBA355
Decimal25116385
Binary11111011101000111010101
Octal373243125

Shades and tints

Shades of #FBA355

#FBA355
(251,163,85)
#E5954E
(229,149,78)
#CF8747
(207,135,71)
#B97940
(185,121,64)
#A36B39
(163,107,57)
#8D5D32
(141,93,50)
#774F2B
(119,79,43)
#614124
(97,65,36)
#4B331D
(75,51,29)
#352516
(53,37,22)
#1F170F
(31,23,15)
#000000
(0,0,0)

Tints of #FBA355

#FBA355
(251,163,85)
#FBAB64
(251,171,100)
#FBB373
(251,179,115)
#FBBB82
(251,187,130)
#FBC391
(251,195,145)
#FBCBA0
(251,203,160)
#FBD3AF
(251,211,175)
#FBDBBE
(251,219,190)
#FBE3CD
(251,227,205)
#FBEBDC
(251,235,220)
#FBF3EB
(251,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA355 color. Also use rgb(251,163,85) instead hex code.

Text Font Color

.myTextColor { color: #FBA355; }

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

This text font color is #FBA355.


Background Color

.myBgColor { background-color: #FBA355; }

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

This div background color is #FBA355.


Border color

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

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

This div border color is #FBA355.


Opacity

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

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

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

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

This text has shadow with #FBA355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA355 on black background.


Color preview on white background

This text has color #FBA355 on white background.



Black color preview on #FBA355 background

This text has black color on #FBA355 background.


White color preview on #FBA355 background

This text has white color on #FBA355 background.