COLOR #FFAE32

HEX: #FFAE32
RGB: (255,174,50)

Color info

#FFAE32 contains mainly red color. Web safe color of #FFAE32 is #FF9933 (or #F93).

RGB color model

#FFAE32 color RGB value is (255,174,50).

  • red value is 255;
  • green value is 174;
  • blue value is 50.
RGB:
(255,174,50)
(100%,68%,20%)

RGB channels and saturation

R 255 of 255 = 100%
G 174 of 255 = 68%
B 50 of 255 = 20%

255
174
50

R + G + B ~ 63%. #FFAE32 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 174 + 50 = 479 (100%)
R 255 of 479 ~ 53.24%
G 174 of 479 ~ 36.33%
B 50 of 479 ~ 10.44%

%53.24
%36.33
%10.44

CMYK color model

#FFAE32 color CMYK value is (0,32,80,0).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 80.39%
  • key color value is 0.00%
CMYK:
(0,32,80,0)
C0M32Y80K0 
(0%,32%,80%,0%)
(0.00/0.32/0.80/0.00)	

CMYK percentages

%0
%31.76
%80.39
%0

Codes

Color #FFAE32 in popluar color models

FFAE32
RGB25517450
HSL36°100.00%59.80%
HSB/HSV36°80.39%100.00%
CMYK0.00%31.76%80.39%
0.00%

Color #FFAE32 in popluar number systems.

HEXFFAE32
Decimal25517450
Binary1111111110101110110010
Octal37725662

Shades and tints

Shades of #FFAE32

#FFAE32
(255,174,50)
#E89F2E
(232,159,46)
#D1902A
(209,144,42)
#BA8126
(186,129,38)
#A37222
(163,114,34)
#8C631E
(140,99,30)
#75541A
(117,84,26)
#5E4516
(94,69,22)
#473612
(71,54,18)
#30270E
(48,39,14)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #FFAE32

#FFAE32
(255,174,50)
#FFB544
(255,181,68)
#FFBC56
(255,188,86)
#FFC368
(255,195,104)
#FFCA7A
(255,202,122)
#FFD18C
(255,209,140)
#FFD89E
(255,216,158)
#FFDFB0
(255,223,176)
#FFE6C2
(255,230,194)
#FFEDD4
(255,237,212)
#FFF4E6
(255,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAE32 color. Also use rgb(255,174,50) instead hex code.

Text Font Color

.myTextColor { color: #FFAE32; }

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

This text font color is #FFAE32.


Background Color

.myBgColor { background-color: #FFAE32; }

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

This div background color is #FFAE32.


Border color

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

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

This div border color is #FFAE32.


Opacity

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

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

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

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

This text has shadow with #FFAE32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAE32 on black background.


Color preview on white background

This text has color #FFAE32 on white background.



Black color preview on #FFAE32 background

This text has black color on #FFAE32 background.


White color preview on #FFAE32 background

This text has white color on #FFAE32 background.