COLOR #FABB63

HEX: #FABB63
RGB: (250,187,99)

Color info

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

RGB color model

#FABB63 color RGB value is (250,187,99).

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

RGB channels and saturation

R 250 of 255 = 98%
G 187 of 255 = 73%
B 99 of 255 = 39%

250
187
99

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

Portions of RGB colors in percentages

R + G + B =
250 + 187 + 99 = 536 (100%)
R 250 of 536 ~ 46.64%
G 187 of 536 ~ 34.89%
B 99 of 536 ~ 18.47%

%46.64
%34.89
%18.47

CMYK color model

#FABB63 color CMYK value is (0,25,60,2).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 60.40%
  • key color value is 1.96%
CMYK:
(0,25,60,2)
C0M25Y60K2 
(0%,25%,60%,2%)
(0.00/0.25/0.60/0.02)	

CMYK percentages

%0
%25.2
%60.4
%1.96

Codes

Color #FABB63 in popluar color models

FABB63
RGB25018799
HSL35°93.79%68.43%
HSB/HSV35°60.40%98.04%
CMYK0.00%25.20%60.40%
1.96%

Color #FABB63 in popluar number systems.

HEXFABB63
Decimal25018799
Binary11111010101110111100011
Octal372273143

Shades and tints

Shades of #FABB63

#FABB63
(250,187,99)
#E4AA5A
(228,170,90)
#CE9951
(206,153,81)
#B88848
(184,136,72)
#A2773F
(162,119,63)
#8C6636
(140,102,54)
#76552D
(118,85,45)
#604424
(96,68,36)
#4A331B
(74,51,27)
#342212
(52,34,18)
#1E1109
(30,17,9)
#000000
(0,0,0)

Tints of #FABB63

#FABB63
(250,187,99)
#FAC171
(250,193,113)
#FAC77F
(250,199,127)
#FACD8D
(250,205,141)
#FAD39B
(250,211,155)
#FAD9A9
(250,217,169)
#FADFB7
(250,223,183)
#FAE5C5
(250,229,197)
#FAEBD3
(250,235,211)
#FAF1E1
(250,241,225)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABB63; }

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

This text font color is #FABB63.


Background Color

.myBgColor { background-color: #FABB63; }

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

This div background color is #FABB63.


Border color

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

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

This div border color is #FABB63.


Opacity

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

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

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

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

This text has shadow with #FABB63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABB63 on black background.


Color preview on white background

This text has color #FABB63 on white background.



Black color preview on #FABB63 background

This text has black color on #FABB63 background.


White color preview on #FABB63 background

This text has white color on #FABB63 background.