COLOR #F9DE14

HEX: #F9DE14
RGB: (249,222,20)

Color info

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

RGB color model

#F9DE14 color RGB value is (249,222,20).

  • red value is 249;
  • green value is 222;
  • blue value is 20.
RGB:
(249,222,20)
(98%,87%,8%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 20 of 255 = 8%

249
222
20

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

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 20 = 491 (100%)
R 249 of 491 ~ 50.71%
G 222 of 491 ~ 45.21%
B 20 of 491 ~ 4.07%

%50.71
%45.21

CMYK color model

#F9DE14 color CMYK value is (0,11,92,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 91.97%
  • key color value is 2.35%
CMYK:
(0,11,92,2)
C0M11Y92K2 
(0%,11%,92%,2%)
(0.00/0.11/0.92/0.02)	

CMYK percentages

%0
%10.84
%91.97
%2.35

Codes

Color #F9DE14 in popluar color models

F9DE14
RGB24922220
HSL53°95.02%52.75%
HSB/HSV53°91.97%97.65%
CMYK0.00%10.84%91.97%
2.35%

Color #F9DE14 in popluar number systems.

HEXF9DE14
Decimal24922220
Binary111110011101111010100
Octal37133624

Shades and tints

Shades of #F9DE14

#F9DE14
(249,222,20)
#E3CA13
(227,202,19)
#CDB612
(205,182,18)
#B7A211
(183,162,17)
#A18E10
(161,142,16)
#8B7A0F
(139,122,15)
#75660E
(117,102,14)
#5F520D
(95,82,13)
#493E0C
(73,62,12)
#332A0B
(51,42,11)
#1D160A
(29,22,10)
#000000
(0,0,0)

Tints of #F9DE14

#F9DE14
(249,222,20)
#F9E129
(249,225,41)
#F9E43E
(249,228,62)
#F9E753
(249,231,83)
#F9EA68
(249,234,104)
#F9ED7D
(249,237,125)
#F9F092
(249,240,146)
#F9F3A7
(249,243,167)
#F9F6BC
(249,246,188)
#F9F9D1
(249,249,209)
#F9FCE6
(249,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DE14 color. Also use rgb(249,222,20) instead hex code.

Text Font Color

.myTextColor { color: #F9DE14; }

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

This text font color is #F9DE14.


Background Color

.myBgColor { background-color: #F9DE14; }

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

This div background color is #F9DE14.


Border color

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

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

This div border color is #F9DE14.


Opacity

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

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

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

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

This text has shadow with #F9DE14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DE14 on black background.


Color preview on white background

This text has color #F9DE14 on white background.



Black color preview on #F9DE14 background

This text has black color on #F9DE14 background.


White color preview on #F9DE14 background

This text has white color on #F9DE14 background.