COLOR #FAE618

HEX: #FAE618
RGB: (250,230,24)

Color info

#FAE618 contains mainly red and green colors. Web safe color of #FAE618 is #FFCC00 (or #FC0).

RGB color model

#FAE618 color RGB value is (250,230,24).

  • red value is 250;
  • green value is 230;
  • blue value is 24.
RGB:
(250,230,24)
(98%,90%,9%)

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 24 of 255 = 9%

250
230
24

R + G + B ~ 66%. #FAE618 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 230 + 24 = 504 (100%)
R 250 of 504 ~ 49.6%
G 230 of 504 ~ 45.63%
B 24 of 504 ~ 4.76%

%49.6
%45.63

CMYK color model

#FAE618 color CMYK value is (0,8,90,2).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 90.40%
  • key color value is 1.96%
CMYK:
(0,8,90,2)
C0M8Y90K2 
(0%,8%,90%,2%)
(0.00/0.08/0.90/0.02)	

CMYK percentages

%0
%8
%90.4
%1.96

Codes

Color #FAE618 in popluar color models

FAE618
RGB25023024
HSL55°95.76%53.73%
HSB/HSV55°90.40%98.04%
CMYK0.00%8.00%90.40%
1.96%

Color #FAE618 in popluar number systems.

HEXFAE618
Decimal25023024
Binary111110101110011011000
Octal37234630

Shades and tints

Shades of #FAE618

#FAE618
(250,230,24)
#E4D216
(228,210,22)
#CEBE14
(206,190,20)
#B8AA12
(184,170,18)
#A29610
(162,150,16)
#8C820E
(140,130,14)
#766E0C
(118,110,12)
#605A0A
(96,90,10)
#4A4608
(74,70,8)
#343206
(52,50,6)
#1E1E04
(30,30,4)
#000000
(0,0,0)

Tints of #FAE618

#FAE618
(250,230,24)
#FAE82D
(250,232,45)
#FAEA42
(250,234,66)
#FAEC57
(250,236,87)
#FAEE6C
(250,238,108)
#FAF081
(250,240,129)
#FAF296
(250,242,150)
#FAF4AB
(250,244,171)
#FAF6C0
(250,246,192)
#FAF8D5
(250,248,213)
#FAFAEA
(250,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE618 color. Also use rgb(250,230,24) instead hex code.

Text Font Color

.myTextColor { color: #FAE618; }

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

This text font color is #FAE618.


Background Color

.myBgColor { background-color: #FAE618; }

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

This div background color is #FAE618.


Border color

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

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

This div border color is #FAE618.


Opacity

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

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

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

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

This text has shadow with #FAE618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE618 on black background.


Color preview on white background

This text has color #FAE618 on white background.



Black color preview on #FAE618 background

This text has black color on #FAE618 background.


White color preview on #FAE618 background

This text has white color on #FAE618 background.