COLOR #FAEB28

HEX: #FAEB28
RGB: (250,235,40)

Color info

#FAEB28 contains mainly red and green colors. Web safe color of #FAEB28 is #FFFF33 (or #FF3).

RGB color model

#FAEB28 color RGB value is (250,235,40).

  • red value is 250;
  • green value is 235;
  • blue value is 40.
RGB:
(250,235,40)
(98%,92%,16%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 40 of 255 = 16%

250
235
40

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

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 40 = 525 (100%)
R 250 of 525 ~ 47.62%
G 235 of 525 ~ 44.76%
B 40 of 525 ~ 7.62%

%47.62
%44.76

CMYK color model

#FAEB28 color CMYK value is (0,6,84,2).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 84.00%
  • key color value is 1.96%
CMYK:
(0,6,84,2)
C0M6Y84K2 
(0%,6%,84%,2%)
(0.00/0.06/0.84/0.02)	

CMYK percentages

%0
%6
%84
%1.96

Codes

Color #FAEB28 in popluar color models

FAEB28
RGB25023540
HSL56°95.45%56.86%
HSB/HSV56°84.00%98.04%
CMYK0.00%6.00%84.00%
1.96%

Color #FAEB28 in popluar number systems.

HEXFAEB28
Decimal25023540
Binary1111101011101011101000
Octal37235350

Shades and tints

Shades of #FAEB28

#FAEB28
(250,235,40)
#E4D625
(228,214,37)
#CEC122
(206,193,34)
#B8AC1F
(184,172,31)
#A2971C
(162,151,28)
#8C8219
(140,130,25)
#766D16
(118,109,22)
#605813
(96,88,19)
#4A4310
(74,67,16)
#342E0D
(52,46,13)
#1E190A
(30,25,10)
#000000
(0,0,0)

Tints of #FAEB28

#FAEB28
(250,235,40)
#FAEC3B
(250,236,59)
#FAED4E
(250,237,78)
#FAEE61
(250,238,97)
#FAEF74
(250,239,116)
#FAF087
(250,240,135)
#FAF19A
(250,241,154)
#FAF2AD
(250,242,173)
#FAF3C0
(250,243,192)
#FAF4D3
(250,244,211)
#FAF5E6
(250,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEB28 color. Also use rgb(250,235,40) instead hex code.

Text Font Color

.myTextColor { color: #FAEB28; }

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

This text font color is #FAEB28.


Background Color

.myBgColor { background-color: #FAEB28; }

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

This div background color is #FAEB28.


Border color

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

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

This div border color is #FAEB28.


Opacity

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

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

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

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

This text has shadow with #FAEB28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEB28 on black background.


Color preview on white background

This text has color #FAEB28 on white background.



Black color preview on #FAEB28 background

This text has black color on #FAEB28 background.


White color preview on #FAEB28 background

This text has white color on #FAEB28 background.