COLOR #FFB65B

HEX: #FFB65B
RGB: (255,182,91)

Color info

#FFB65B contains mainly red color. Web safe color of #FFB65B is #FFCC66 (or #FC6).

RGB color model

#FFB65B color RGB value is (255,182,91).

  • red value is 255;
  • green value is 182;
  • blue value is 91.
RGB:
(255,182,91)
(100%,71%,36%)

RGB channels and saturation

R 255 of 255 = 100%
G 182 of 255 = 71%
B 91 of 255 = 36%

255
182
91

R + G + B ~ 69%. #FFB65B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 182 + 91 = 528 (100%)
R 255 of 528 ~ 48.3%
G 182 of 528 ~ 34.47%
B 91 of 528 ~ 17.23%

%48.3
%34.47
%17.23

CMYK color model

#FFB65B color CMYK value is (0,29,64,0).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 64.31%
  • key color value is 0.00%
CMYK:
(0,29,64,0)
C0M29Y64K0 
(0%,29%,64%,0%)
(0.00/0.29/0.64/0.00)	

CMYK percentages

%0
%28.63
%64.31
%0

Codes

Color #FFB65B in popluar color models

FFB65B
RGB25518291
HSL33°100.00%67.84%
HSB/HSV33°64.31%100.00%
CMYK0.00%28.63%64.31%
0.00%

Color #FFB65B in popluar number systems.

HEXFFB65B
Decimal25518291
Binary11111111101101101011011
Octal377266133

Shades and tints

Shades of #FFB65B

#FFB65B
(255,182,91)
#E8A653
(232,166,83)
#D1964B
(209,150,75)
#BA8643
(186,134,67)
#A3763B
(163,118,59)
#8C6633
(140,102,51)
#75562B
(117,86,43)
#5E4623
(94,70,35)
#47361B
(71,54,27)
#302613
(48,38,19)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #FFB65B

#FFB65B
(255,182,91)
#FFBC69
(255,188,105)
#FFC277
(255,194,119)
#FFC885
(255,200,133)
#FFCE93
(255,206,147)
#FFD4A1
(255,212,161)
#FFDAAF
(255,218,175)
#FFE0BD
(255,224,189)
#FFE6CB
(255,230,203)
#FFECD9
(255,236,217)
#FFF2E7
(255,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB65B color. Also use rgb(255,182,91) instead hex code.

Text Font Color

.myTextColor { color: #FFB65B; }

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

This text font color is #FFB65B.


Background Color

.myBgColor { background-color: #FFB65B; }

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

This div background color is #FFB65B.


Border color

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

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

This div border color is #FFB65B.


Opacity

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

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

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

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

This text has shadow with #FFB65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB65B on black background.


Color preview on white background

This text has color #FFB65B on white background.



Black color preview on #FFB65B background

This text has black color on #FFB65B background.


White color preview on #FFB65B background

This text has white color on #FFB65B background.