COLOR #FBA638

HEX: #FBA638
RGB: (251,166,56)

Color info

#FBA638 contains mainly red color. Web safe color of #FBA638 is #FF9933 (or #F93).

RGB color model

#FBA638 color RGB value is (251,166,56).

  • red value is 251;
  • green value is 166;
  • blue value is 56.
RGB:
(251,166,56)
(98%,65%,22%)

RGB channels and saturation

R 251 of 255 = 98%
G 166 of 255 = 65%
B 56 of 255 = 22%

251
166
56

R + G + B ~ 62%. #FBA638 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 166 + 56 = 473 (100%)
R 251 of 473 ~ 53.07%
G 166 of 473 ~ 35.1%
B 56 of 473 ~ 11.84%

%53.07
%35.1
%11.84

CMYK color model

#FBA638 color CMYK value is (0,34,78,2).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 77.69%
  • key color value is 1.57%
CMYK:
(0,34,78,2)
C0M34Y78K2 
(0%,34%,78%,2%)
(0.00/0.34/0.78/0.02)	

CMYK percentages

%0
%33.86
%77.69
%1.57

Codes

Color #FBA638 in popluar color models

FBA638
RGB25116656
HSL34°96.06%60.20%
HSB/HSV34°77.69%98.43%
CMYK0.00%33.86%77.69%
1.57%

Color #FBA638 in popluar number systems.

HEXFBA638
Decimal25116656
Binary1111101110100110111000
Octal37324670

Shades and tints

Shades of #FBA638

#FBA638
(251,166,56)
#E59733
(229,151,51)
#CF882E
(207,136,46)
#B97929
(185,121,41)
#A36A24
(163,106,36)
#8D5B1F
(141,91,31)
#774C1A
(119,76,26)
#613D15
(97,61,21)
#4B2E10
(75,46,16)
#351F0B
(53,31,11)
#1F1006
(31,16,6)
#000000
(0,0,0)

Tints of #FBA638

#FBA638
(251,166,56)
#FBAE4A
(251,174,74)
#FBB65C
(251,182,92)
#FBBE6E
(251,190,110)
#FBC680
(251,198,128)
#FBCE92
(251,206,146)
#FBD6A4
(251,214,164)
#FBDEB6
(251,222,182)
#FBE6C8
(251,230,200)
#FBEEDA
(251,238,218)
#FBF6EC
(251,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA638 color. Also use rgb(251,166,56) instead hex code.

Text Font Color

.myTextColor { color: #FBA638; }

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

This text font color is #FBA638.


Background Color

.myBgColor { background-color: #FBA638; }

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

This div background color is #FBA638.


Border color

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

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

This div border color is #FBA638.


Opacity

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

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

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

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

This text has shadow with #FBA638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA638 on black background.


Color preview on white background

This text has color #FBA638 on white background.



Black color preview on #FBA638 background

This text has black color on #FBA638 background.


White color preview on #FBA638 background

This text has white color on #FBA638 background.