COLOR #F5DF18

HEX: #F5DF18
RGB: (245,223,24)

Color info

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

RGB color model

#F5DF18 color RGB value is (245,223,24).

  • red value is 245;
  • green value is 223;
  • blue value is 24.
RGB:
(245,223,24)
(96%,87%,9%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 24 of 255 = 9%

245
223
24

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

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 24 = 492 (100%)
R 245 of 492 ~ 49.8%
G 223 of 492 ~ 45.33%
B 24 of 492 ~ 4.88%

%49.8
%45.33

CMYK color model

#F5DF18 color CMYK value is (0,9,90,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 90.20%
  • key color value is 3.92%
CMYK:
(0,9,90,4)
C0M9Y90K4 
(0%,9%,90%,4%)
(0.00/0.09/0.90/0.04)	

CMYK percentages

%0
%8.98
%90.2
%3.92

Codes

Color #F5DF18 in popluar color models

F5DF18
RGB24522324
HSL54°91.70%52.75%
HSB/HSV54°90.20%96.08%
CMYK0.00%8.98%90.20%
3.92%

Color #F5DF18 in popluar number systems.

HEXF5DF18
Decimal24522324
Binary111101011101111111000
Octal36533730

Shades and tints

Shades of #F5DF18

#F5DF18
(245,223,24)
#DFCB16
(223,203,22)
#C9B714
(201,183,20)
#B3A312
(179,163,18)
#9D8F10
(157,143,16)
#877B0E
(135,123,14)
#71670C
(113,103,12)
#5B530A
(91,83,10)
#453F08
(69,63,8)
#2F2B06
(47,43,6)
#191704
(25,23,4)
#000000
(0,0,0)

Tints of #F5DF18

#F5DF18
(245,223,24)
#F5E12D
(245,225,45)
#F5E342
(245,227,66)
#F5E557
(245,229,87)
#F5E76C
(245,231,108)
#F5E981
(245,233,129)
#F5EB96
(245,235,150)
#F5EDAB
(245,237,171)
#F5EFC0
(245,239,192)
#F5F1D5
(245,241,213)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DF18 color. Also use rgb(245,223,24) instead hex code.

Text Font Color

.myTextColor { color: #F5DF18; }

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

This text font color is #F5DF18.


Background Color

.myBgColor { background-color: #F5DF18; }

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

This div background color is #F5DF18.


Border color

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

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

This div border color is #F5DF18.


Opacity

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

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

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

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

This text has shadow with #F5DF18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DF18 on black background.


Color preview on white background

This text has color #F5DF18 on white background.



Black color preview on #F5DF18 background

This text has black color on #F5DF18 background.


White color preview on #F5DF18 background

This text has white color on #F5DF18 background.