COLOR #F5D823

HEX: #F5D823
RGB: (245,216,35)

Color info

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

RGB color model

#F5D823 color RGB value is (245,216,35).

  • red value is 245;
  • green value is 216;
  • blue value is 35.
RGB:
(245,216,35)
(96%,85%,14%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 35 of 255 = 14%

245
216
35

R + G + B ~ 65%. #F5D823 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 216 + 35 = 496 (100%)
R 245 of 496 ~ 49.4%
G 216 of 496 ~ 43.55%
B 35 of 496 ~ 7.06%

%49.4
%43.55

CMYK color model

#F5D823 color CMYK value is (0,12,86,4).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 85.71%
  • key color value is 3.92%
CMYK:
(0,12,86,4)
C0M12Y86K4 
(0%,12%,86%,4%)
(0.00/0.12/0.86/0.04)	

CMYK percentages

%0
%11.84
%85.71
%3.92

Codes

Color #F5D823 in popluar color models

F5D823
RGB24521635
HSL52°91.30%54.90%
HSB/HSV52°85.71%96.08%
CMYK0.00%11.84%85.71%
3.92%

Color #F5D823 in popluar number systems.

HEXF5D823
Decimal24521635
Binary1111010111011000100011
Octal36533043

Shades and tints

Shades of #F5D823

#F5D823
(245,216,35)
#DFC520
(223,197,32)
#C9B21D
(201,178,29)
#B39F1A
(179,159,26)
#9D8C17
(157,140,23)
#877914
(135,121,20)
#716611
(113,102,17)
#5B530E
(91,83,14)
#45400B
(69,64,11)
#2F2D08
(47,45,8)
#191A05
(25,26,5)
#000000
(0,0,0)

Tints of #F5D823

#F5D823
(245,216,35)
#F5DB37
(245,219,55)
#F5DE4B
(245,222,75)
#F5E15F
(245,225,95)
#F5E473
(245,228,115)
#F5E787
(245,231,135)
#F5EA9B
(245,234,155)
#F5EDAF
(245,237,175)
#F5F0C3
(245,240,195)
#F5F3D7
(245,243,215)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D823 color. Also use rgb(245,216,35) instead hex code.

Text Font Color

.myTextColor { color: #F5D823; }

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

This text font color is #F5D823.


Background Color

.myBgColor { background-color: #F5D823; }

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

This div background color is #F5D823.


Border color

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

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

This div border color is #F5D823.


Opacity

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

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

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

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

This text has shadow with #F5D823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D823 on black background.


Color preview on white background

This text has color #F5D823 on white background.



Black color preview on #F5D823 background

This text has black color on #F5D823 background.


White color preview on #F5D823 background

This text has white color on #F5D823 background.