COLOR #FAB763

HEX: #FAB763
RGB: (250,183,99)

Color info

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

RGB color model

#FAB763 color RGB value is (250,183,99).

  • red value is 250;
  • green value is 183;
  • blue value is 99.
RGB:
(250,183,99)
(98%,72%,39%)

RGB channels and saturation

R 250 of 255 = 98%
G 183 of 255 = 72%
B 99 of 255 = 39%

250
183
99

R + G + B ~ 70%. #FAB763 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 183 + 99 = 532 (100%)
R 250 of 532 ~ 46.99%
G 183 of 532 ~ 34.4%
B 99 of 532 ~ 18.61%

%46.99
%34.4
%18.61

CMYK color model

#FAB763 color CMYK value is (0,27,60,2).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 60.40%
  • key color value is 1.96%
CMYK:
(0,27,60,2)
C0M27Y60K2 
(0%,27%,60%,2%)
(0.00/0.27/0.60/0.02)	

CMYK percentages

%0
%26.8
%60.4
%1.96

Codes

Color #FAB763 in popluar color models

FAB763
RGB25018399
HSL33°93.79%68.43%
HSB/HSV33°60.40%98.04%
CMYK0.00%26.80%60.40%
1.96%

Color #FAB763 in popluar number systems.

HEXFAB763
Decimal25018399
Binary11111010101101111100011
Octal372267143

Shades and tints

Shades of #FAB763

#FAB763
(250,183,99)
#E4A75A
(228,167,90)
#CE9751
(206,151,81)
#B88748
(184,135,72)
#A2773F
(162,119,63)
#8C6736
(140,103,54)
#76572D
(118,87,45)
#604724
(96,71,36)
#4A371B
(74,55,27)
#342712
(52,39,18)
#1E1709
(30,23,9)
#000000
(0,0,0)

Tints of #FAB763

#FAB763
(250,183,99)
#FABD71
(250,189,113)
#FAC37F
(250,195,127)
#FAC98D
(250,201,141)
#FACF9B
(250,207,155)
#FAD5A9
(250,213,169)
#FADBB7
(250,219,183)
#FAE1C5
(250,225,197)
#FAE7D3
(250,231,211)
#FAEDE1
(250,237,225)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB763 color. Also use rgb(250,183,99) instead hex code.

Text Font Color

.myTextColor { color: #FAB763; }

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

This text font color is #FAB763.


Background Color

.myBgColor { background-color: #FAB763; }

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

This div background color is #FAB763.


Border color

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

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

This div border color is #FAB763.


Opacity

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

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

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

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

This text has shadow with #FAB763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB763 on black background.


Color preview on white background

This text has color #FAB763 on white background.



Black color preview on #FAB763 background

This text has black color on #FAB763 background.


White color preview on #FAB763 background

This text has white color on #FAB763 background.