COLOR #F1CE59

HEX: #F1CE59 RGB: (241,206,89)

Color info

#F1CE59 contains mainly red and green colors. Web safe color of #F1CE59 is #FFCC66 (or #FC6).

RGB color model

#F1CE59 color RGB value is (241,206,89).

RGB: (241,206,89) (95%, 81%, 35%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 89 of 255 = 35%

241
206
89

R + G + B ~ 70%. #F1CE59 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 206 + 89 = 536 (100%)
R 241 of 536 ~ 44.96%
G 206 of 536 ~ 38.43%
B 89 of 536 ~ 16.6'%

%44.96
%38.43
%16.6

CMYK color model

#F1CE59 color CMYK value is (0,15,63,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 63.07%
  • key color value is 5.49%

CMYK: (0,15,63,5)
C0M15Y63K5 (0%, 15%, 63%, 5%)
(0.00 / 0.15 / 0.63 / 0.05)

CMYK percentages

%0
%14.52
%63.07
%5.49

Codes

Color #F1CE59 in popluar color models

F1 CE 59
RGB 241 206 89
HSL 46° 84.44% 64.71%
HSB/HSV 46° 63.07% 94.51%
CMYK 0.00% 14.52% 63.07%
5.49%

Color #F1CE59 in popluar number systems.

HEX F1 CE 59
Decimal 241 206 89
Binary 11110001 11001110 1011001
Octal 361 316 131

Shades and tints

Shades of #F1CE59

#F1CE59
(241,206,89)
#DCBC51
(220,188,81)
#C7AA49
(199,170,73)
#B29841
(178,152,65)
#9D8639
(157,134,57)
#887431
(136,116,49)
#736229
(115,98,41)
#5E5021
(94,80,33)
#493E19
(73,62,25)
#342C11
(52,44,17)
#1F1A09
(31,26,9)
#000000
(0,0,0)

Tints of #F1CE59

#F1CE59
(241,206,89)
#F2D268
(242,210,104)
#F3D677
(243,214,119)
#F4DA86
(244,218,134)
#F5DE95
(245,222,149)
#F6E2A4
(246,226,164)
#F7E6B3
(247,230,179)
#F8EAC2
(248,234,194)
#F9EED1
(249,238,209)
#FAF2E0
(250,242,224)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CE59 color. Also use rgb(241,206,89) instead hex code.

Text Font Color

.myTextColor { color: #F1CE59; }

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

This text font color is #F1CE59.

Background Color

.myBgColor { background-color: #F1CE59; }

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

This div background color is #F1CE59.

Border color

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

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

This div border color is #F1CE59.

Opacity

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

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

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

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

This text has shadow with #F1CE59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CE59.

Preview

Color preview on black background

This text has color #F1CE59 on black background.


Color preview on white background

This text has color #F1CE59 on white background.


Black color preview on #F1CE59 background

This text has black color on #F1CE59 background.


White color preview on #F1CE59 background

This text has white color on #F1CE59 background.


Related colors

Complementary color

Complementary color for #hex is #0E31A6.


I love getcolorcode.com

Triadic colors

1 #59F1CE and #CE59F1 with #F1CE59 are triadic colors.

2 #59CEF1 and #CEF159 with #F1CE59 are triadic colors.