COLOR #F1CF85

HEX: #F1CF85 RGB: (241,207,133)

Color info

#F1CF85 contains mainly red and green colors. Web safe color of #F1CF85 is #FFCC99 (or #FC9).

RGB color model

#F1CF85 color RGB value is (241,207,133).

RGB: (241,207,133) (95%, 81%, 52%)

RGB channels and saturation

R 241 of 255 = 95%
G 207 of 255 = 81%
B 133 of 255 = 52%

241
207
133

R + G + B ~ 76%. #F1CF85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 207 + 133 = 581 (100%)
R 241 of 581 ~ 41.48%
G 207 of 581 ~ 35.63%
B 133 of 581 ~ 22.89'%

%41.48
%35.63
%22.89

CMYK color model

#F1CF85 color CMYK value is (0,14,45,5).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 44.81%
  • key color value is 5.49%
CMYK: (0,14,45,5) C0M14Y45K5 (0%,14%,45%,5%) (0.00/0.14/0.45/0.05) 

CMYK percentages

%0
%14.11
%44.81
%5.49

Codes

Color #F1CF85 in popluar color models

F1 CF 85
RGB 241 207 133
HSL 41° 79.41% 73.33%
HSB/HSV 41° 44.81% 94.51%
CMYK 0.00% 14.11% 44.81%
5.49%

Color #F1CF85 in popluar number systems.

HEX F1 CF 85
Decimal 241 207 133
Binary 11110001 11001111 10000101
Octal 361 317 205

Shades and tints

Shades of #F1CF85

#F1CF85
(241,207,133)
#DCBD79
(220,189,121)
#C7AB6D
(199,171,109)
#B29961
(178,153,97)
#9D8755
(157,135,85)
#887549
(136,117,73)
#73633D
(115,99,61)
#5E5131
(94,81,49)
#493F25
(73,63,37)
#342D19
(52,45,25)
#1F1B0D
(31,27,13)
#000000
(0,0,0)

Tints of #F1CF85

#F1CF85
(241,207,133)
#F2D390
(242,211,144)
#F3D79B
(243,215,155)
#F4DBA6
(244,219,166)
#F5DFB1
(245,223,177)
#F6E3BC
(246,227,188)
#F7E7C7
(247,231,199)
#F8EBD2
(248,235,210)
#F9EFDD
(249,239,221)
#FAF3E8
(250,243,232)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CF85 color. Also use rgb(241,207,133) instead hex code.

Text Font Color

.myTextColor { color: #F1CF85; }

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

This text font color is #F1CF85.

Background Color

.myBgColor { background-color: #F1CF85; }

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

This div background color is #F1CF85.

Border color

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

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

This div border color is #F1CF85.

Opacity

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

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

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

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

This text has shadow with #F1CF85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CF85.

Preview

Color preview on black background

This text has color #F1CF85 on black background.


Color preview on white background

This text has color #F1CF85 on white background.


Black color preview on #F1CF85 background

This text has black color on #F1CF85 background.


White color preview on #F1CF85 background

This text has white color on #F1CF85 background.


Related colors

Complementary color

Complementary color for #hex is #0E307A.


I love getcolorcode.com

Triadic colors

1 #85F1CF and #CF85F1 with #F1CF85 are triadic colors.

2 #85CFF1 and #CFF185 with #F1CF85 are triadic colors.