COLOR #FBA640

HEX: #FBA640
RGB: (251,166,64)

Color info

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

RGB color model

#FBA640 color RGB value is (251,166,64).

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

RGB channels and saturation

R 251 of 255 = 98%
G 166 of 255 = 65%
B 64 of 255 = 25%

251
166
64

R + G + B ~ 63%. #FBA640 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 166 + 64 = 481 (100%)
R 251 of 481 ~ 52.18%
G 166 of 481 ~ 34.51%
B 64 of 481 ~ 13.31%

%52.18
%34.51
%13.31

CMYK color model

#FBA640 color CMYK value is (0,34,75,2).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 74.50%
  • key color value is 1.57%
CMYK:
(0,34,75,2)
C0M34Y75K2 
(0%,34%,75%,2%)
(0.00/0.34/0.75/0.02)	

CMYK percentages

%0
%33.86
%74.5
%1.57

Codes

Color #FBA640 in popluar color models

FBA640
RGB25116664
HSL33°95.90%61.76%
HSB/HSV33°74.50%98.43%
CMYK0.00%33.86%74.50%
1.57%

Color #FBA640 in popluar number systems.

HEXFBA640
Decimal25116664
Binary11111011101001101000000
Octal373246100

Shades and tints

Shades of #FBA640

#FBA640
(251,166,64)
#E5973B
(229,151,59)
#CF8836
(207,136,54)
#B97931
(185,121,49)
#A36A2C
(163,106,44)
#8D5B27
(141,91,39)
#774C22
(119,76,34)
#613D1D
(97,61,29)
#4B2E18
(75,46,24)
#351F13
(53,31,19)
#1F100E
(31,16,14)
#000000
(0,0,0)

Tints of #FBA640

#FBA640
(251,166,64)
#FBAE51
(251,174,81)
#FBB662
(251,182,98)
#FBBE73
(251,190,115)
#FBC684
(251,198,132)
#FBCE95
(251,206,149)
#FBD6A6
(251,214,166)
#FBDEB7
(251,222,183)
#FBE6C8
(251,230,200)
#FBEED9
(251,238,217)
#FBF6EA
(251,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA640; }

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

This text font color is #FBA640.


Background Color

.myBgColor { background-color: #FBA640; }

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

This div background color is #FBA640.


Border color

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

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

This div border color is #FBA640.


Opacity

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

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

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

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

This text has shadow with #FBA640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA640 on black background.


Color preview on white background

This text has color #FBA640 on white background.



Black color preview on #FBA640 background

This text has black color on #FBA640 background.


White color preview on #FBA640 background

This text has white color on #FBA640 background.