COLOR #F1B017

HEX: #F1B017 RGB: (241,176,23)

Color info

#F1B017 contains mainly red color. Web safe color of #F1B017 is #FF9900 (or #F90).

RGB color model

#F1B017 color RGB value is (241,176,23).

RGB: (241,176,23) (95%, 69%, 9%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 23 of 255 = 9%

241
176
23

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

Portions of RGB colors in percentages

R + G + B = 241 + 176 + 23 = 440 (100%)
R 241 of 440 ~ 54.77%
G 176 of 440 ~ 40%
B 23 of 440 ~ 5.23'%

%54.77
%40

CMYK color model

#F1B017 color CMYK value is (0,27,90,5).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 90.46%
  • key color value is 5.49%

CMYK: (0,27,90,5)
C0M27Y90K5 (0%, 27%, 90%, 5%)
(0.00 / 0.27 / 0.90 / 0.05)

CMYK percentages

%0
%26.97
%90.46
%5.49

Codes

Color #F1B017 in popluar color models

F1 B0 17
RGB 241 176 23
HSL 42° 88.62% 51.76%
HSB/HSV 42° 90.46% 94.51%
CMYK 0.00% 26.97% 90.46%
5.49%

Color #F1B017 in popluar number systems.

HEX F1 B0 17
Decimal 241 176 23
Binary 11110001 10110000 10111
Octal 361 260 27

Shades and tints

Shades of #F1B017

#F1B017
(241,176,23)
#DCA015
(220,160,21)
#C79013
(199,144,19)
#B28011
(178,128,17)
#9D700F
(157,112,15)
#88600D
(136,96,13)
#73500B
(115,80,11)
#5E4009
(94,64,9)
#493007
(73,48,7)
#342005
(52,32,5)
#1F1003
(31,16,3)
#000000
(0,0,0)

Tints of #F1B017

#F1B017
(241,176,23)
#F2B72C
(242,183,44)
#F3BE41
(243,190,65)
#F4C556
(244,197,86)
#F5CC6B
(245,204,107)
#F6D380
(246,211,128)
#F7DA95
(247,218,149)
#F8E1AA
(248,225,170)
#F9E8BF
(249,232,191)
#FAEFD4
(250,239,212)
#FBF6E9
(251,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B017; }

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

This text font color is #F1B017.

Background Color

.myBgColor { background-color: #F1B017; }

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

This div background color is #F1B017.

Border color

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

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

This div border color is #F1B017.

Opacity

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

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

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

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

This text has shadow with #F1B017 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B017.

Preview

Color preview on black background

This text has color #F1B017 on black background.


Color preview on white background

This text has color #F1B017 on white background.


Black color preview on #F1B017 background

This text has black color on #F1B017 background.


White color preview on #F1B017 background

This text has white color on #F1B017 background.


Related colors

Complementary color

Complementary color for #hex is #0E4FE8.


I love getcolorcode.com

Triadic colors

1 #17F1B0 and #B017F1 with #F1B017 are triadic colors.

2 #17B0F1 and #B0F117 with #F1B017 are triadic colors.