COLOR #F5D03F

HEX: #F5D03F
RGB: (245,208,63)

Color info

#F5D03F contains mainly red and green colors. Web safe color of #F5D03F is #FFCC33 (or #FC3).

RGB color model

#F5D03F color RGB value is (245,208,63).

  • red value is 245;
  • green value is 208;
  • blue value is 63.
RGB:
(245,208,63)
(96%,82%,25%)

RGB channels and saturation

R 245 of 255 = 96%
G 208 of 255 = 82%
B 63 of 255 = 25%

245
208
63

R + G + B ~ 68%. #F5D03F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 208 + 63 = 516 (100%)
R 245 of 516 ~ 47.48%
G 208 of 516 ~ 40.31%
B 63 of 516 ~ 12.21%

%47.48
%40.31
%12.21

CMYK color model

#F5D03F color CMYK value is (0,15,74,4).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 74.29%
  • key color value is 3.92%
CMYK:
(0,15,74,4)
C0M15Y74K4 
(0%,15%,74%,4%)
(0.00/0.15/0.74/0.04)	

CMYK percentages

%0
%15.1
%74.29
%3.92

Codes

Color #F5D03F in popluar color models

F5D03F
RGB24520863
HSL48°90.10%60.39%
HSB/HSV48°74.29%96.08%
CMYK0.00%15.10%74.29%
3.92%

Color #F5D03F in popluar number systems.

HEXF5D03F
Decimal24520863
Binary1111010111010000111111
Octal36532077

Shades and tints

Shades of #F5D03F

#F5D03F
(245,208,63)
#DFBE3A
(223,190,58)
#C9AC35
(201,172,53)
#B39A30
(179,154,48)
#9D882B
(157,136,43)
#877626
(135,118,38)
#716421
(113,100,33)
#5B521C
(91,82,28)
#454017
(69,64,23)
#2F2E12
(47,46,18)
#191C0D
(25,28,13)
#000000
(0,0,0)

Tints of #F5D03F

#F5D03F
(245,208,63)
#F5D450
(245,212,80)
#F5D861
(245,216,97)
#F5DC72
(245,220,114)
#F5E083
(245,224,131)
#F5E494
(245,228,148)
#F5E8A5
(245,232,165)
#F5ECB6
(245,236,182)
#F5F0C7
(245,240,199)
#F5F4D8
(245,244,216)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D03F color. Also use rgb(245,208,63) instead hex code.

Text Font Color

.myTextColor { color: #F5D03F; }

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

This text font color is #F5D03F.


Background Color

.myBgColor { background-color: #F5D03F; }

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

This div background color is #F5D03F.


Border color

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

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

This div border color is #F5D03F.


Opacity

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

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

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

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

This text has shadow with #F5D03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D03F on black background.


Color preview on white background

This text has color #F5D03F on white background.



Black color preview on #F5D03F background

This text has black color on #F5D03F background.


White color preview on #F5D03F background

This text has white color on #F5D03F background.