COLOR #FCF65F

HEX: #FCF65F
RGB: (252,246,95)

Color info

#FCF65F contains mainly red and green colors. Web safe color of #FCF65F is #FFFF66 (or #FF6).

RGB color model

#FCF65F color RGB value is (252,246,95).

  • red value is 252;
  • green value is 246;
  • blue value is 95.
RGB:
(252,246,95)
(99%,96%,37%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 95 of 255 = 37%

252
246
95

R + G + B ~ 77%. #FCF65F is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 95 = 593 (100%)
R 252 of 593 ~ 42.5%
G 246 of 593 ~ 41.48%
B 95 of 593 ~ 16.02%

%42.5
%41.48
%16.02

CMYK color model

#FCF65F color CMYK value is (0,2,62,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 62.30%
  • key color value is 1.18%
CMYK:
(0,2,62,1)
C0M2Y62K1 
(0%,2%,62%,1%)
(0.00/0.02/0.62/0.01)	

CMYK percentages

%0
%2.38
%62.3
%1.18

Codes

Color #FCF65F in popluar color models

FCF65F
RGB25224695
HSL58°96.32%68.04%
HSB/HSV58°62.30%98.82%
CMYK0.00%2.38%62.30%
1.18%

Color #FCF65F in popluar number systems.

HEXFCF65F
Decimal25224695
Binary11111100111101101011111
Octal374366137

Shades and tints

Shades of #FCF65F

#FCF65F
(252,246,95)
#E6E057
(230,224,87)
#D0CA4F
(208,202,79)
#BAB447
(186,180,71)
#A49E3F
(164,158,63)
#8E8837
(142,136,55)
#78722F
(120,114,47)
#625C27
(98,92,39)
#4C461F
(76,70,31)
#363017
(54,48,23)
#201A0F
(32,26,15)
#000000
(0,0,0)

Tints of #FCF65F

#FCF65F
(252,246,95)
#FCF66D
(252,246,109)
#FCF67B
(252,246,123)
#FCF689
(252,246,137)
#FCF697
(252,246,151)
#FCF6A5
(252,246,165)
#FCF6B3
(252,246,179)
#FCF6C1
(252,246,193)
#FCF6CF
(252,246,207)
#FCF6DD
(252,246,221)
#FCF6EB
(252,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF65F color. Also use rgb(252,246,95) instead hex code.

Text Font Color

.myTextColor { color: #FCF65F; }

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

This text font color is #FCF65F.


Background Color

.myBgColor { background-color: #FCF65F; }

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

This div background color is #FCF65F.


Border color

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

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

This div border color is #FCF65F.


Opacity

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

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

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

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

This text has shadow with #FCF65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF65F on black background.


Color preview on white background

This text has color #FCF65F on white background.



Black color preview on #FCF65F background

This text has black color on #FCF65F background.


White color preview on #FCF65F background

This text has white color on #FCF65F background.