COLOR #F4F002

HEX: #F4F002
RGB: (244,240,2)

Color info

#F4F002 contains mainly red and green colors. Web safe color of #F4F002 is #FFFF00 (or #FF0).

RGB color model

#F4F002 color RGB value is (244,240,2).

  • red value is 244;
  • green value is 240;
  • blue value is 2.
RGB:
(244,240,2)
(96%,94%,1%)

RGB channels and saturation

R 244 of 255 = 96%
G 240 of 255 = 94%
B 2 of 255 = 1%

244
240
2

R + G + B ~ 64%. #F4F002 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 240 + 2 = 486 (100%)
R 244 of 486 ~ 50.21%
G 240 of 486 ~ 49.38%
B 2 of 486 ~ 0.41%

%50.21
%49.38

CMYK color model

#F4F002 color CMYK value is (0,2,99,4).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 99.18%
  • key color value is 4.31%
CMYK:
(0,2,99,4)
C0M2Y99K4 
(0%,2%,99%,4%)
(0.00/0.02/0.99/0.04)	

CMYK percentages

%0
%1.64
%99.18
%4.31

Codes

Color #F4F002 in popluar color models

F4F002
RGB2442402
HSL59°98.37%48.24%
HSB/HSV59°99.18%95.69%
CMYK0.00%1.64%99.18%
4.31%

Color #F4F002 in popluar number systems.

HEXF4F002
Decimal2442402
Binary111101001111000010
Octal3643602

Shades and tints

Shades of #F4F002

#F4F002
(244,240,2)
#DEDB02
(222,219,2)
#C8C602
(200,198,2)
#B2B102
(178,177,2)
#9C9C02
(156,156,2)
#868702
(134,135,2)
#707202
(112,114,2)
#5A5D02
(90,93,2)
#444802
(68,72,2)
#2E3302
(46,51,2)
#181E02
(24,30,2)
#000000
(0,0,0)

Tints of #F4F002

#F4F002
(244,240,2)
#F5F119
(245,241,25)
#F6F230
(246,242,48)
#F7F347
(247,243,71)
#F8F45E
(248,244,94)
#F9F575
(249,245,117)
#FAF68C
(250,246,140)
#FBF7A3
(251,247,163)
#FCF8BA
(252,248,186)
#FDF9D1
(253,249,209)
#FEFAE8
(254,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F002 color. Also use rgb(244,240,2) instead hex code.

Text Font Color

.myTextColor { color: #F4F002; }

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

This text font color is #F4F002.


Background Color

.myBgColor { background-color: #F4F002; }

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

This div background color is #F4F002.


Border color

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

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

This div border color is #F4F002.


Opacity

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

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

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

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

This text has shadow with #F4F002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F002 on black background.


Color preview on white background

This text has color #F4F002 on white background.



Black color preview on #F4F002 background

This text has black color on #F4F002 background.


White color preview on #F4F002 background

This text has white color on #F4F002 background.