COLOR #F1AB68

HEX: #F1AB68 RGB: (241,171,104)

Color info

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

RGB color model

#F1AB68 color RGB value is (241,171,104).

RGB: (241,171,104) (95%, 67%, 41%)

RGB channels and saturation

R 241 of 255 = 95%
G 171 of 255 = 67%
B 104 of 255 = 41%

241
171
104

R + G + B ~ 68%. #F1AB68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 171 + 104 = 516 (100%)
R 241 of 516 ~ 46.71%
G 171 of 516 ~ 33.14%
B 104 of 516 ~ 20.16'%

%46.71
%33.14
%20.16

CMYK color model

#F1AB68 color CMYK value is (0,29,57,5).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 56.85%
  • key color value is 5.49%

CMYK: (0,29,57,5)
C0M29Y57K5 (0%, 29%, 57%, 5%)
(0.00 / 0.29 / 0.57 / 0.05)

CMYK percentages

%0
%29.05
%56.85
%5.49

Codes

Color #F1AB68 in popluar color models

F1 AB 68
RGB 241 171 104
HSL 29° 83.03% 67.65%
HSB/HSV 29° 56.85% 94.51%
CMYK 0.00% 29.05% 56.85%
5.49%

Color #F1AB68 in popluar number systems.

HEX F1 AB 68
Decimal 241 171 104
Binary 11110001 10101011 1101000
Octal 361 253 150

Shades and tints

Shades of #F1AB68

#F1AB68
(241,171,104)
#DC9C5F
(220,156,95)
#C78D56
(199,141,86)
#B27E4D
(178,126,77)
#9D6F44
(157,111,68)
#88603B
(136,96,59)
#735132
(115,81,50)
#5E4229
(94,66,41)
#493320
(73,51,32)
#342417
(52,36,23)
#1F150E
(31,21,14)
#000000
(0,0,0)

Tints of #F1AB68

#F1AB68
(241,171,104)
#F2B275
(242,178,117)
#F3B982
(243,185,130)
#F4C08F
(244,192,143)
#F5C79C
(245,199,156)
#F6CEA9
(246,206,169)
#F7D5B6
(247,213,182)
#F8DCC3
(248,220,195)
#F9E3D0
(249,227,208)
#FAEADD
(250,234,221)
#FBF1EA
(251,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AB68 color. Also use rgb(241,171,104) instead hex code.

Text Font Color

.myTextColor { color: #F1AB68; }

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

This text font color is #F1AB68.

Background Color

.myBgColor { background-color: #F1AB68; }

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

This div background color is #F1AB68.

Border color

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

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

This div border color is #F1AB68.

Opacity

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

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

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

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

This text has shadow with #F1AB68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1AB68.

Preview

Color preview on black background

This text has color #F1AB68 on black background.


Color preview on white background

This text has color #F1AB68 on white background.


Black color preview on #F1AB68 background

This text has black color on #F1AB68 background.


White color preview on #F1AB68 background

This text has white color on #F1AB68 background.


Related colors

Complementary color

Complementary color for #hex is #0E5497.


I love getcolorcode.com

Triadic colors

1 #68F1AB and #AB68F1 with #F1AB68 are triadic colors.

2 #68ABF1 and #ABF168 with #F1AB68 are triadic colors.