COLOR #F5AF68

HEX: #F5AF68
RGB: (245,175,104)

Color info

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

RGB color model

#F5AF68 color RGB value is (245,175,104).

  • red value is 245;
  • green value is 175;
  • blue value is 104.
RGB:
(245,175,104)
(96%,69%,41%)

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 104 of 255 = 41%

245
175
104

R + G + B ~ 69%. #F5AF68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 104 = 524 (100%)
R 245 of 524 ~ 46.76%
G 175 of 524 ~ 33.4%
B 104 of 524 ~ 19.85%

%46.76
%33.4
%19.85

CMYK color model

#F5AF68 color CMYK value is (0,29,58,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 57.55%
  • key color value is 3.92%
CMYK:
(0,29,58,4)
C0M29Y58K4 
(0%,29%,58%,4%)
(0.00/0.29/0.58/0.04)	

CMYK percentages

%0
%28.57
%57.55
%3.92

Codes

Color #F5AF68 in popluar color models

F5AF68
RGB245175104
HSL30°87.58%68.43%
HSB/HSV30°57.55%96.08%
CMYK0.00%28.57%57.55%
3.92%

Color #F5AF68 in popluar number systems.

HEXF5AF68
Decimal245175104
Binary11110101101011111101000
Octal365257150

Shades and tints

Shades of #F5AF68

#F5AF68
(245,175,104)
#DFA05F
(223,160,95)
#C99156
(201,145,86)
#B3824D
(179,130,77)
#9D7344
(157,115,68)
#87643B
(135,100,59)
#715532
(113,85,50)
#5B4629
(91,70,41)
#453720
(69,55,32)
#2F2817
(47,40,23)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #F5AF68

#F5AF68
(245,175,104)
#F5B675
(245,182,117)
#F5BD82
(245,189,130)
#F5C48F
(245,196,143)
#F5CB9C
(245,203,156)
#F5D2A9
(245,210,169)
#F5D9B6
(245,217,182)
#F5E0C3
(245,224,195)
#F5E7D0
(245,231,208)
#F5EEDD
(245,238,221)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AF68 color. Also use rgb(245,175,104) instead hex code.

Text Font Color

.myTextColor { color: #F5AF68; }

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

This text font color is #F5AF68.


Background Color

.myBgColor { background-color: #F5AF68; }

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

This div background color is #F5AF68.


Border color

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

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

This div border color is #F5AF68.


Opacity

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

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

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

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

This text has shadow with #F5AF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AF68 on black background.


Color preview on white background

This text has color #F5AF68 on white background.



Black color preview on #F5AF68 background

This text has black color on #F5AF68 background.


White color preview on #F5AF68 background

This text has white color on #F5AF68 background.