COLOR #F2CA05

HEX: #F2CA05
RGB: (242,202,5)

Color info

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

RGB color model

#F2CA05 color RGB value is (242,202,5).

  • red value is 242;
  • green value is 202;
  • blue value is 5.
RGB:
(242,202,5)
(95%,79%,2%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 5 of 255 = 2%

242
202
5

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

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 5 = 449 (100%)
R 242 of 449 ~ 53.9%
G 202 of 449 ~ 44.99%
B 5 of 449 ~ 1.11%

%53.9
%44.99

CMYK color model

#F2CA05 color CMYK value is (0,17,98,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 97.93%
  • key color value is 5.10%
CMYK:
(0,17,98,5)
C0M17Y98K5 
(0%,17%,98%,5%)
(0.00/0.17/0.98/0.05)	

CMYK percentages

%0
%16.53
%97.93
%5.1

Codes

Color #F2CA05 in popluar color models

F2CA05
RGB2422025
HSL50°95.95%48.43%
HSB/HSV50°97.93%94.90%
CMYK0.00%16.53%97.93%
5.10%

Color #F2CA05 in popluar number systems.

HEXF2CA05
Decimal2422025
Binary1111001011001010101
Octal3623125

Shades and tints

Shades of #F2CA05

#F2CA05
(242,202,5)
#DCB805
(220,184,5)
#C6A605
(198,166,5)
#B09405
(176,148,5)
#9A8205
(154,130,5)
#847005
(132,112,5)
#6E5E05
(110,94,5)
#584C05
(88,76,5)
#423A05
(66,58,5)
#2C2805
(44,40,5)
#161605
(22,22,5)
#000000
(0,0,0)

Tints of #F2CA05

#F2CA05
(242,202,5)
#F3CE1B
(243,206,27)
#F4D231
(244,210,49)
#F5D647
(245,214,71)
#F6DA5D
(246,218,93)
#F7DE73
(247,222,115)
#F8E289
(248,226,137)
#F9E69F
(249,230,159)
#FAEAB5
(250,234,181)
#FBEECB
(251,238,203)
#FCF2E1
(252,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CA05 color. Also use rgb(242,202,5) instead hex code.

Text Font Color

.myTextColor { color: #F2CA05; }

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

This text font color is #F2CA05.


Background Color

.myBgColor { background-color: #F2CA05; }

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

This div background color is #F2CA05.


Border color

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

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

This div border color is #F2CA05.


Opacity

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

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

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

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

This text has shadow with #F2CA05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CA05 on black background.


Color preview on white background

This text has color #F2CA05 on white background.



Black color preview on #F2CA05 background

This text has black color on #F2CA05 background.


White color preview on #F2CA05 background

This text has white color on #F2CA05 background.