COLOR #F5AE44

HEX: #F5AE44
RGB: (245,174,68)

Color info

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

RGB color model

#F5AE44 color RGB value is (245,174,68).

  • red value is 245;
  • green value is 174;
  • blue value is 68.
RGB:
(245,174,68)
(96%,68%,27%)

RGB channels and saturation

R 245 of 255 = 96%
G 174 of 255 = 68%
B 68 of 255 = 27%

245
174
68

R + G + B ~ 64%. #F5AE44 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 174 + 68 = 487 (100%)
R 245 of 487 ~ 50.31%
G 174 of 487 ~ 35.73%
B 68 of 487 ~ 13.96%

%50.31
%35.73
%13.96

CMYK color model

#F5AE44 color CMYK value is (0,29,72,4).

  • cyan value is 0.00%
  • magenta value is 28.98%
  • yellow value is 72.24%
  • key color value is 3.92%
CMYK:
(0,29,72,4)
C0M29Y72K4 
(0%,29%,72%,4%)
(0.00/0.29/0.72/0.04)	

CMYK percentages

%0
%28.98
%72.24
%3.92

Codes

Color #F5AE44 in popluar color models

F5AE44
RGB24517468
HSL36°89.85%61.37%
HSB/HSV36°72.24%96.08%
CMYK0.00%28.98%72.24%
3.92%

Color #F5AE44 in popluar number systems.

HEXF5AE44
Decimal24517468
Binary11110101101011101000100
Octal365256104

Shades and tints

Shades of #F5AE44

#F5AE44
(245,174,68)
#DF9F3E
(223,159,62)
#C99038
(201,144,56)
#B38132
(179,129,50)
#9D722C
(157,114,44)
#876326
(135,99,38)
#715420
(113,84,32)
#5B451A
(91,69,26)
#453614
(69,54,20)
#2F270E
(47,39,14)
#191808
(25,24,8)
#000000
(0,0,0)

Tints of #F5AE44

#F5AE44
(245,174,68)
#F5B555
(245,181,85)
#F5BC66
(245,188,102)
#F5C377
(245,195,119)
#F5CA88
(245,202,136)
#F5D199
(245,209,153)
#F5D8AA
(245,216,170)
#F5DFBB
(245,223,187)
#F5E6CC
(245,230,204)
#F5EDDD
(245,237,221)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AE44 color. Also use rgb(245,174,68) instead hex code.

Text Font Color

.myTextColor { color: #F5AE44; }

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

This text font color is #F5AE44.


Background Color

.myBgColor { background-color: #F5AE44; }

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

This div background color is #F5AE44.


Border color

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

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

This div border color is #F5AE44.


Opacity

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

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

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

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

This text has shadow with #F5AE44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AE44 on black background.


Color preview on white background

This text has color #F5AE44 on white background.



Black color preview on #F5AE44 background

This text has black color on #F5AE44 background.


White color preview on #F5AE44 background

This text has white color on #F5AE44 background.