COLOR #F4AF57

HEX: #F4AF57
RGB: (244,175,87)

Color info

#F4AF57 contains mainly red color. Web safe color of #F4AF57 is #FF9966 (or #F96).

RGB color model

#F4AF57 color RGB value is (244,175,87).

  • red value is 244;
  • green value is 175;
  • blue value is 87.
RGB:
(244,175,87)
(96%,69%,34%)

RGB channels and saturation

R 244 of 255 = 96%
G 175 of 255 = 69%
B 87 of 255 = 34%

244
175
87

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

Portions of RGB colors in percentages

R + G + B =
244 + 175 + 87 = 506 (100%)
R 244 of 506 ~ 48.22%
G 175 of 506 ~ 34.58%
B 87 of 506 ~ 17.19%

%48.22
%34.58
%17.19

CMYK color model

#F4AF57 color CMYK value is (0,28,64,4).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 64.34%
  • key color value is 4.31%
CMYK:
(0,28,64,4)
C0M28Y64K4 
(0%,28%,64%,4%)
(0.00/0.28/0.64/0.04)	

CMYK percentages

%0
%28.28
%64.34
%4.31

Codes

Color #F4AF57 in popluar color models

F4AF57
RGB24417587
HSL34°87.71%64.90%
HSB/HSV34°64.34%95.69%
CMYK0.00%28.28%64.34%
4.31%

Color #F4AF57 in popluar number systems.

HEXF4AF57
Decimal24417587
Binary11110100101011111010111
Octal364257127

Shades and tints

Shades of #F4AF57

#F4AF57
(244,175,87)
#DEA050
(222,160,80)
#C89149
(200,145,73)
#B28242
(178,130,66)
#9C733B
(156,115,59)
#866434
(134,100,52)
#70552D
(112,85,45)
#5A4626
(90,70,38)
#44371F
(68,55,31)
#2E2818
(46,40,24)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #F4AF57

#F4AF57
(244,175,87)
#F5B666
(245,182,102)
#F6BD75
(246,189,117)
#F7C484
(247,196,132)
#F8CB93
(248,203,147)
#F9D2A2
(249,210,162)
#FAD9B1
(250,217,177)
#FBE0C0
(251,224,192)
#FCE7CF
(252,231,207)
#FDEEDE
(253,238,222)
#FEF5ED
(254,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4AF57 color. Also use rgb(244,175,87) instead hex code.

Text Font Color

.myTextColor { color: #F4AF57; }

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

This text font color is #F4AF57.


Background Color

.myBgColor { background-color: #F4AF57; }

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

This div background color is #F4AF57.


Border color

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

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

This div border color is #F4AF57.


Opacity

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

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

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

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

This text has shadow with #F4AF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4AF57 on black background.


Color preview on white background

This text has color #F4AF57 on white background.



Black color preview on #F4AF57 background

This text has black color on #F4AF57 background.


White color preview on #F4AF57 background

This text has white color on #F4AF57 background.