COLOR #FABC4C

HEX: #FABC4C
RGB: (250,188,76)

Color info

#FABC4C contains mainly red color. Web safe color of #FABC4C is #FFCC33 (or #FC3).

RGB color model

#FABC4C color RGB value is (250,188,76).

  • red value is 250;
  • green value is 188;
  • blue value is 76.
RGB:
(250,188,76)
(98%,74%,30%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 76 of 255 = 30%

250
188
76

R + G + B ~ 67%. #FABC4C is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 188 + 76 = 514 (100%)
R 250 of 514 ~ 48.64%
G 188 of 514 ~ 36.58%
B 76 of 514 ~ 14.79%

%48.64
%36.58
%14.79

CMYK color model

#FABC4C color CMYK value is (0,25,70,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 69.60%
  • key color value is 1.96%
CMYK:
(0,25,70,2)
C0M25Y70K2 
(0%,25%,70%,2%)
(0.00/0.25/0.70/0.02)	

CMYK percentages

%0
%24.8
%69.6
%1.96

Codes

Color #FABC4C in popluar color models

FABC4C
RGB25018876
HSL39°94.57%63.92%
HSB/HSV39°69.60%98.04%
CMYK0.00%24.80%69.60%
1.96%

Color #FABC4C in popluar number systems.

HEXFABC4C
Decimal25018876
Binary11111010101111001001100
Octal372274114

Shades and tints

Shades of #FABC4C

#FABC4C
(250,188,76)
#E4AB46
(228,171,70)
#CE9A40
(206,154,64)
#B8893A
(184,137,58)
#A27834
(162,120,52)
#8C672E
(140,103,46)
#765628
(118,86,40)
#604522
(96,69,34)
#4A341C
(74,52,28)
#342316
(52,35,22)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #FABC4C

#FABC4C
(250,188,76)
#FAC25C
(250,194,92)
#FAC86C
(250,200,108)
#FACE7C
(250,206,124)
#FAD48C
(250,212,140)
#FADA9C
(250,218,156)
#FAE0AC
(250,224,172)
#FAE6BC
(250,230,188)
#FAECCC
(250,236,204)
#FAF2DC
(250,242,220)
#FAF8EC
(250,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABC4C color. Also use rgb(250,188,76) instead hex code.

Text Font Color

.myTextColor { color: #FABC4C; }

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

This text font color is #FABC4C.


Background Color

.myBgColor { background-color: #FABC4C; }

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

This div background color is #FABC4C.


Border color

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

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

This div border color is #FABC4C.


Opacity

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

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

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

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

This text has shadow with #FABC4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABC4C on black background.


Color preview on white background

This text has color #FABC4C on white background.



Black color preview on #FABC4C background

This text has black color on #FABC4C background.


White color preview on #FABC4C background

This text has white color on #FABC4C background.