COLOR #F1CF00

HEX: #F1CF00
RGB: (241,207,0)

Color info

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

RGB color model

#F1CF00 color RGB value is (241,207,0).

  • red value is 241;
  • green value is 207;
  • blue value is 0.
RGB:
(241,207,0)
(95%,81%,0%)

RGB channels and saturation

R 241 of 255 = 95%
G 207 of 255 = 81%
B 0 of 255 = 0%

241
207
0

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

Portions of RGB colors in percentages

R + G + B =
241 + 207 + 0 = 448 (100%)
R 241 of 448 ~ 53.79%
G 207 of 448 ~ 46.21%
B 0 of 448 ~ 0%

%53.79
%46.21

CMYK color model

#F1CF00 color CMYK value is (0,14,100,5).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 100.00%
  • key color value is 5.49%
CMYK:
(0,14,100,5)
C0M14Y100K5 
(0%,14%,100%,5%)
(0.00/0.14/1.00/0.05)	

CMYK percentages

%0
%14.11
%100
%5.49

Codes

Color #F1CF00 in popluar color models

F1CF00
RGB2412070
HSL52°100.00%47.25%
HSB/HSV52°100.00%94.51%
CMYK0.00%14.11%100.00%
5.49%

Color #F1CF00 in popluar number systems.

HEXF1CF00
Decimal2412070
Binary11110001110011110
Octal3613170

Shades and tints

Shades of #F1CF00

#F1CF00
(241,207,0)
#DCBD00
(220,189,0)
#C7AB00
(199,171,0)
#B29900
(178,153,0)
#9D8700
(157,135,0)
#887500
(136,117,0)
#736300
(115,99,0)
#5E5100
(94,81,0)
#493F00
(73,63,0)
#342D00
(52,45,0)
#1F1B00
(31,27,0)
#000000
(0,0,0)

Tints of #F1CF00

#F1CF00
(241,207,0)
#F2D317
(242,211,23)
#F3D72E
(243,215,46)
#F4DB45
(244,219,69)
#F5DF5C
(245,223,92)
#F6E373
(246,227,115)
#F7E78A
(247,231,138)
#F8EBA1
(248,235,161)
#F9EFB8
(249,239,184)
#FAF3CF
(250,243,207)
#FBF7E6
(251,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CF00 color. Also use rgb(241,207,0) instead hex code.

Text Font Color

.myTextColor { color: #F1CF00; }

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

This text font color is #F1CF00.


Background Color

.myBgColor { background-color: #F1CF00; }

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

This div background color is #F1CF00.


Border color

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

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

This div border color is #F1CF00.


Opacity

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

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

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

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

This text has shadow with #F1CF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CF00 on black background.


Color preview on white background

This text has color #F1CF00 on white background.



Black color preview on #F1CF00 background

This text has black color on #F1CF00 background.


White color preview on #F1CF00 background

This text has white color on #F1CF00 background.