COLOR #F1D377

HEX: #F1D377 RGB: (241,211,119)

Color info

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

RGB color model

#F1D377 color RGB value is (241,211,119).

RGB: (241,211,119) (95%, 83%, 47%)

RGB channels and saturation

R 241 of 255 = 95%
G 211 of 255 = 83%
B 119 of 255 = 47%

241
211
119

R + G + B ~ 75%. #F1D377 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 211 + 119 = 571 (100%)
R 241 of 571 ~ 42.21%
G 211 of 571 ~ 36.95%
B 119 of 571 ~ 20.84'%

%42.21
%36.95
%20.84

CMYK color model

#F1D377 color CMYK value is (0,12,51,5).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 50.62%
  • key color value is 5.49%

CMYK: (0,12,51,5)
C0M12Y51K5 (0%, 12%, 51%, 5%)
(0.00 / 0.12 / 0.51 / 0.05)

CMYK percentages

%0
%12.45
%50.62
%5.49

Codes

Color #F1D377 in popluar color models

F1 D3 77
RGB 241 211 119
HSL 45° 81.33% 70.59%
HSB/HSV 45° 50.62% 94.51%
CMYK 0.00% 12.45% 50.62%
5.49%

Color #F1D377 in popluar number systems.

HEX F1 D3 77
Decimal 241 211 119
Binary 11110001 11010011 1110111
Octal 361 323 167

Shades and tints

Shades of #F1D377

#F1D377
(241,211,119)
#DCC06D
(220,192,109)
#C7AD63
(199,173,99)
#B29A59
(178,154,89)
#9D874F
(157,135,79)
#887445
(136,116,69)
#73613B
(115,97,59)
#5E4E31
(94,78,49)
#493B27
(73,59,39)
#34281D
(52,40,29)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #F1D377

#F1D377
(241,211,119)
#F2D783
(242,215,131)
#F3DB8F
(243,219,143)
#F4DF9B
(244,223,155)
#F5E3A7
(245,227,167)
#F6E7B3
(246,231,179)
#F7EBBF
(247,235,191)
#F8EFCB
(248,239,203)
#F9F3D7
(249,243,215)
#FAF7E3
(250,247,227)
#FBFBEF
(251,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D377 color. Also use rgb(241,211,119) instead hex code.

Text Font Color

.myTextColor { color: #F1D377; }

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

This text font color is #F1D377.

Background Color

.myBgColor { background-color: #F1D377; }

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

This div background color is #F1D377.

Border color

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

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

This div border color is #F1D377.

Opacity

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

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

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

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

This text has shadow with #F1D377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D377.

Preview

Color preview on black background

This text has color #F1D377 on black background.


Color preview on white background

This text has color #F1D377 on white background.


Black color preview on #F1D377 background

This text has black color on #F1D377 background.


White color preview on #F1D377 background

This text has white color on #F1D377 background.


Related colors

Complementary color

Complementary color for #hex is #0E2C88.


I love getcolorcode.com

Triadic colors

1 #77F1D3 and #D377F1 with #F1D377 are triadic colors.

2 #77D3F1 and #D3F177 with #F1D377 are triadic colors.