COLOR #FAAE18

HEX: #FAAE18
RGB: (250,174,24)

Color info

#FAAE18 contains mainly red color. Web safe color of #FAAE18 is #FF9900 (or #F90).

RGB color model

#FAAE18 color RGB value is (250,174,24).

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

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 24 of 255 = 9%

250
174
24

R + G + B ~ 58%. #FAAE18 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 174 + 24 = 448 (100%)
R 250 of 448 ~ 55.8%
G 174 of 448 ~ 38.84%
B 24 of 448 ~ 5.36%

%55.8
%38.84

CMYK color model

#FAAE18 color CMYK value is (0,30,90,2).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 90.40%
  • key color value is 1.96%
CMYK:
(0,30,90,2)
C0M30Y90K2 
(0%,30%,90%,2%)
(0.00/0.30/0.90/0.02)	

CMYK percentages

%0
%30.4
%90.4
%1.96

Codes

Color #FAAE18 in popluar color models

FAAE18
RGB25017424
HSL40°95.76%53.73%
HSB/HSV40°90.40%98.04%
CMYK0.00%30.40%90.40%
1.96%

Color #FAAE18 in popluar number systems.

HEXFAAE18
Decimal25017424
Binary111110101010111011000
Octal37225630

Shades and tints

Shades of #FAAE18

#FAAE18
(250,174,24)
#E49F16
(228,159,22)
#CE9014
(206,144,20)
#B88112
(184,129,18)
#A27210
(162,114,16)
#8C630E
(140,99,14)
#76540C
(118,84,12)
#60450A
(96,69,10)
#4A3608
(74,54,8)
#342706
(52,39,6)
#1E1804
(30,24,4)
#000000
(0,0,0)

Tints of #FAAE18

#FAAE18
(250,174,24)
#FAB52D
(250,181,45)
#FABC42
(250,188,66)
#FAC357
(250,195,87)
#FACA6C
(250,202,108)
#FAD181
(250,209,129)
#FAD896
(250,216,150)
#FADFAB
(250,223,171)
#FAE6C0
(250,230,192)
#FAEDD5
(250,237,213)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAE18; }

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

This text font color is #FAAE18.


Background Color

.myBgColor { background-color: #FAAE18; }

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

This div background color is #FAAE18.


Border color

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

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

This div border color is #FAAE18.


Opacity

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

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

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

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

This text has shadow with #FAAE18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAAE18 on black background.


Color preview on white background

This text has color #FAAE18 on white background.



Black color preview on #FAAE18 background

This text has black color on #FAAE18 background.


White color preview on #FAAE18 background

This text has white color on #FAAE18 background.