COLOR #F2C35A

HEX: #F2C35A
RGB: (242,195,90)

Color info

#F2C35A contains mainly red and green colors. Web safe color of #F2C35A is #FFCC66 (or #FC6).

RGB color model

#F2C35A color RGB value is (242,195,90).

  • red value is 242;
  • green value is 195;
  • blue value is 90.
RGB:
(242,195,90)
(95%,76%,35%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 90 of 255 = 35%

242
195
90

R + G + B ~ 69%. #F2C35A is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 90 = 527 (100%)
R 242 of 527 ~ 45.92%
G 195 of 527 ~ 37%
B 90 of 527 ~ 17.08%

%45.92
%37
%17.08

CMYK color model

#F2C35A color CMYK value is (0,19,63,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 62.81%
  • key color value is 5.10%
CMYK:
(0,19,63,5)
C0M19Y63K5 
(0%,19%,63%,5%)
(0.00/0.19/0.63/0.05)	

CMYK percentages

%0
%19.42
%62.81
%5.1

Codes

Color #F2C35A in popluar color models

F2C35A
RGB24219590
HSL41°85.39%65.10%
HSB/HSV41°62.81%94.90%
CMYK0.00%19.42%62.81%
5.10%

Color #F2C35A in popluar number systems.

HEXF2C35A
Decimal24219590
Binary11110010110000111011010
Octal362303132

Shades and tints

Shades of #F2C35A

#F2C35A
(242,195,90)
#DCB252
(220,178,82)
#C6A14A
(198,161,74)
#B09042
(176,144,66)
#9A7F3A
(154,127,58)
#846E32
(132,110,50)
#6E5D2A
(110,93,42)
#584C22
(88,76,34)
#423B1A
(66,59,26)
#2C2A12
(44,42,18)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #F2C35A

#F2C35A
(242,195,90)
#F3C869
(243,200,105)
#F4CD78
(244,205,120)
#F5D287
(245,210,135)
#F6D796
(246,215,150)
#F7DCA5
(247,220,165)
#F8E1B4
(248,225,180)
#F9E6C3
(249,230,195)
#FAEBD2
(250,235,210)
#FBF0E1
(251,240,225)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C35A color. Also use rgb(242,195,90) instead hex code.

Text Font Color

.myTextColor { color: #F2C35A; }

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

This text font color is #F2C35A.


Background Color

.myBgColor { background-color: #F2C35A; }

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

This div background color is #F2C35A.


Border color

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

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

This div border color is #F2C35A.


Opacity

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

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

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

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

This text has shadow with #F2C35A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C35A on black background.


Color preview on white background

This text has color #F2C35A on white background.



Black color preview on #F2C35A background

This text has black color on #F2C35A background.


White color preview on #F2C35A background

This text has white color on #F2C35A background.