COLOR #F2AF5A

HEX: #F2AF5A RGB: (242,175,90)

Color info

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

RGB color model

#F2AF5A color RGB value is (242,175,90).

RGB: (242,175,90) (95%, 69%, 35%)

RGB channels and saturation

R 242 of 255 = 95%
G 175 of 255 = 69%
B 90 of 255 = 35%

242
175
90

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

Portions of RGB colors in percentages

R + G + B = 242 + 175 + 90 = 507 (100%)
R 242 of 507 ~ 47.73%
G 175 of 507 ~ 34.52%
B 90 of 507 ~ 17.75'%

%47.73
%34.52
%17.75

CMYK color model

#F2AF5A color CMYK value is (0,28,63,5).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 62.81%
  • key color value is 5.10%

CMYK: (0,28,63,5)
C0M28Y63K5 (0%, 28%, 63%, 5%)
(0.00 / 0.28 / 0.63 / 0.05)

CMYK percentages

%0
%27.69
%62.81
%5.1

Codes

Color #F2AF5A in popluar color models

F2 AF 5A
RGB 242 175 90
HSL 34° 85.39% 65.10%
HSB/HSV 34° 62.81% 94.90%
CMYK 0.00% 27.69% 62.81%
5.10%

Color #F2AF5A in popluar number systems.

HEX F2 AF 5A
Decimal 242 175 90
Binary 11110010 10101111 1011010
Octal 362 257 132

Shades and tints

Shades of #F2AF5A

#F2AF5A
(242,175,90)
#DCA052
(220,160,82)
#C6914A
(198,145,74)
#B08242
(176,130,66)
#9A733A
(154,115,58)
#846432
(132,100,50)
#6E552A
(110,85,42)
#584622
(88,70,34)
#42371A
(66,55,26)
#2C2812
(44,40,18)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #F2AF5A

#F2AF5A
(242,175,90)
#F3B669
(243,182,105)
#F4BD78
(244,189,120)
#F5C487
(245,196,135)
#F6CB96
(246,203,150)
#F7D2A5
(247,210,165)
#F8D9B4
(248,217,180)
#F9E0C3
(249,224,195)
#FAE7D2
(250,231,210)
#FBEEE1
(251,238,225)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AF5A color. Also use rgb(242,175,90) instead hex code.

Text Font Color

.myTextColor { color: #F2AF5A; }

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

This text font color is #F2AF5A.

Background Color

.myBgColor { background-color: #F2AF5A; }

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

This div background color is #F2AF5A.

Border color

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

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

This div border color is #F2AF5A.

Opacity

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

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

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

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

This text has shadow with #F2AF5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AF5A.

Preview

Color preview on black background

This text has color #F2AF5A on black background.


Color preview on white background

This text has color #F2AF5A on white background.


Black color preview on #F2AF5A background

This text has black color on #F2AF5A background.


White color preview on #F2AF5A background

This text has white color on #F2AF5A background.


Related colors

Complementary color

Complementary color for #hex is #0D50A5.


I love getcolorcode.com

Triadic colors

1 #5AF2AF and #AF5AF2 with #F2AF5A are triadic colors.

2 #5AAFF2 and #AFF25A with #F2AF5A are triadic colors.