COLOR #F1B717

HEX: #F1B717
RGB: (241,183,23)

Color info

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

RGB color model

#F1B717 color RGB value is (241,183,23).

  • red value is 241;
  • green value is 183;
  • blue value is 23.
RGB:
(241,183,23)
(95%,72%,9%)

RGB channels and saturation

R 241 of 255 = 95%
G 183 of 255 = 72%
B 23 of 255 = 9%

241
183
23

R + G + B ~ 59%. #F1B717 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 183 + 23 = 447 (100%)
R 241 of 447 ~ 53.91%
G 183 of 447 ~ 40.94%
B 23 of 447 ~ 5.15%

%53.91
%40.94

CMYK color model

#F1B717 color CMYK value is (0,24,90,5).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 90.46%
  • key color value is 5.49%
CMYK:
(0,24,90,5)
C0M24Y90K5 
(0%,24%,90%,5%)
(0.00/0.24/0.90/0.05)	

CMYK percentages

%0
%24.07
%90.46
%5.49

Codes

Color #F1B717 in popluar color models

F1B717
RGB24118323
HSL44°88.62%51.76%
HSB/HSV44°90.46%94.51%
CMYK0.00%24.07%90.46%
5.49%

Color #F1B717 in popluar number systems.

HEXF1B717
Decimal24118323
Binary111100011011011110111
Octal36126727

Shades and tints

Shades of #F1B717

#F1B717
(241,183,23)
#DCA715
(220,167,21)
#C79713
(199,151,19)
#B28711
(178,135,17)
#9D770F
(157,119,15)
#88670D
(136,103,13)
#73570B
(115,87,11)
#5E4709
(94,71,9)
#493707
(73,55,7)
#342705
(52,39,5)
#1F1703
(31,23,3)
#000000
(0,0,0)

Tints of #F1B717

#F1B717
(241,183,23)
#F2BD2C
(242,189,44)
#F3C341
(243,195,65)
#F4C956
(244,201,86)
#F5CF6B
(245,207,107)
#F6D580
(246,213,128)
#F7DB95
(247,219,149)
#F8E1AA
(248,225,170)
#F9E7BF
(249,231,191)
#FAEDD4
(250,237,212)
#FBF3E9
(251,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B717 color. Also use rgb(241,183,23) instead hex code.

Text Font Color

.myTextColor { color: #F1B717; }

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

This text font color is #F1B717.


Background Color

.myBgColor { background-color: #F1B717; }

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

This div background color is #F1B717.


Border color

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

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

This div border color is #F1B717.


Opacity

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

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

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

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

This text has shadow with #F1B717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B717 on black background.


Color preview on white background

This text has color #F1B717 on white background.



Black color preview on #F1B717 background

This text has black color on #F1B717 background.


White color preview on #F1B717 background

This text has white color on #F1B717 background.