COLOR #F1D619

HEX: #F1D619
RGB: (241,214,25)

Color info

#F1D619 contains mainly red and green colors. Web safe color of #F1D619 is #FFCC00 (or #FC0).

RGB color model

#F1D619 color RGB value is (241,214,25).

  • red value is 241;
  • green value is 214;
  • blue value is 25.
RGB:
(241,214,25)
(95%,84%,10%)

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 25 of 255 = 10%

241
214
25

R + G + B ~ 63%. #F1D619 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 214 + 25 = 480 (100%)
R 241 of 480 ~ 50.21%
G 214 of 480 ~ 44.58%
B 25 of 480 ~ 5.21%

%50.21
%44.58

CMYK color model

#F1D619 color CMYK value is (0,11,90,5).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 89.63%
  • key color value is 5.49%
CMYK:
(0,11,90,5)
C0M11Y90K5 
(0%,11%,90%,5%)
(0.00/0.11/0.90/0.05)	

CMYK percentages

%0
%11.2
%89.63
%5.49

Codes

Color #F1D619 in popluar color models

F1D619
RGB24121425
HSL53°88.52%52.16%
HSB/HSV53°89.63%94.51%
CMYK0.00%11.20%89.63%
5.49%

Color #F1D619 in popluar number systems.

HEXF1D619
Decimal24121425
Binary111100011101011011001
Octal36132631

Shades and tints

Shades of #F1D619

#F1D619
(241,214,25)
#DCC317
(220,195,23)
#C7B015
(199,176,21)
#B29D13
(178,157,19)
#9D8A11
(157,138,17)
#88770F
(136,119,15)
#73640D
(115,100,13)
#5E510B
(94,81,11)
#493E09
(73,62,9)
#342B07
(52,43,7)
#1F1805
(31,24,5)
#000000
(0,0,0)

Tints of #F1D619

#F1D619
(241,214,25)
#F2D92D
(242,217,45)
#F3DC41
(243,220,65)
#F4DF55
(244,223,85)
#F5E269
(245,226,105)
#F6E57D
(246,229,125)
#F7E891
(247,232,145)
#F8EBA5
(248,235,165)
#F9EEB9
(249,238,185)
#FAF1CD
(250,241,205)
#FBF4E1
(251,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D619 color. Also use rgb(241,214,25) instead hex code.

Text Font Color

.myTextColor { color: #F1D619; }

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

This text font color is #F1D619.


Background Color

.myBgColor { background-color: #F1D619; }

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

This div background color is #F1D619.


Border color

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

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

This div border color is #F1D619.


Opacity

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

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

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

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

This text has shadow with #F1D619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D619 on black background.


Color preview on white background

This text has color #F1D619 on white background.



Black color preview on #F1D619 background

This text has black color on #F1D619 background.


White color preview on #F1D619 background

This text has white color on #F1D619 background.