COLOR #FAB658

HEX: #FAB658
RGB: (250,182,88)

Color info

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

RGB color model

#FAB658 color RGB value is (250,182,88).

  • red value is 250;
  • green value is 182;
  • blue value is 88.
RGB:
(250,182,88)
(98%,71%,35%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 88 of 255 = 35%

250
182
88

R + G + B ~ 68%. #FAB658 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 182 + 88 = 520 (100%)
R 250 of 520 ~ 48.08%
G 182 of 520 ~ 35%
B 88 of 520 ~ 16.92%

%48.08
%35
%16.92

CMYK color model

#FAB658 color CMYK value is (0,27,65,2).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 64.80%
  • key color value is 1.96%
CMYK:
(0,27,65,2)
C0M27Y65K2 
(0%,27%,65%,2%)
(0.00/0.27/0.65/0.02)	

CMYK percentages

%0
%27.2
%64.8
%1.96

Codes

Color #FAB658 in popluar color models

FAB658
RGB25018288
HSL35°94.19%66.27%
HSB/HSV35°64.80%98.04%
CMYK0.00%27.20%64.80%
1.96%

Color #FAB658 in popluar number systems.

HEXFAB658
Decimal25018288
Binary11111010101101101011000
Octal372266130

Shades and tints

Shades of #FAB658

#FAB658
(250,182,88)
#E4A650
(228,166,80)
#CE9648
(206,150,72)
#B88640
(184,134,64)
#A27638
(162,118,56)
#8C6630
(140,102,48)
#765628
(118,86,40)
#604620
(96,70,32)
#4A3618
(74,54,24)
#342610
(52,38,16)
#1E1608
(30,22,8)
#000000
(0,0,0)

Tints of #FAB658

#FAB658
(250,182,88)
#FABC67
(250,188,103)
#FAC276
(250,194,118)
#FAC885
(250,200,133)
#FACE94
(250,206,148)
#FAD4A3
(250,212,163)
#FADAB2
(250,218,178)
#FAE0C1
(250,224,193)
#FAE6D0
(250,230,208)
#FAECDF
(250,236,223)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB658 color. Also use rgb(250,182,88) instead hex code.

Text Font Color

.myTextColor { color: #FAB658; }

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

This text font color is #FAB658.


Background Color

.myBgColor { background-color: #FAB658; }

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

This div background color is #FAB658.


Border color

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

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

This div border color is #FAB658.


Opacity

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

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

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

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

This text has shadow with #FAB658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB658 on black background.


Color preview on white background

This text has color #FAB658 on white background.



Black color preview on #FAB658 background

This text has black color on #FAB658 background.


White color preview on #FAB658 background

This text has white color on #FAB658 background.