COLOR #F5DB83

HEX: #F5DB83
RGB: (245,219,131)

Color info

#F5DB83 contains mainly red and green colors. Web safe color of #F5DB83 is #FFCC99 (or #FC9).

RGB color model

#F5DB83 color RGB value is (245,219,131).

  • red value is 245;
  • green value is 219;
  • blue value is 131.
RGB:
(245,219,131)
(96%,86%,51%)

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 131 of 255 = 51%

245
219
131

R + G + B ~ 78%. #F5DB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 219 + 131 = 595 (100%)
R 245 of 595 ~ 41.18%
G 219 of 595 ~ 36.81%
B 131 of 595 ~ 22.02%

%41.18
%36.81
%22.02

CMYK color model

#F5DB83 color CMYK value is (0,11,47,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 46.53%
  • key color value is 3.92%
CMYK:
(0,11,47,4)
C0M11Y47K4 
(0%,11%,47%,4%)
(0.00/0.11/0.47/0.04)	

CMYK percentages

%0
%10.61
%46.53
%3.92

Codes

Color #F5DB83 in popluar color models

F5DB83
RGB245219131
HSL46°85.07%73.73%
HSB/HSV46°46.53%96.08%
CMYK0.00%10.61%46.53%
3.92%

Color #F5DB83 in popluar number systems.

HEXF5DB83
Decimal245219131
Binary111101011101101110000011
Octal365333203

Shades and tints

Shades of #F5DB83

#F5DB83
(245,219,131)
#DFC878
(223,200,120)
#C9B56D
(201,181,109)
#B3A262
(179,162,98)
#9D8F57
(157,143,87)
#877C4C
(135,124,76)
#716941
(113,105,65)
#5B5636
(91,86,54)
#45432B
(69,67,43)
#2F3020
(47,48,32)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #F5DB83

#F5DB83
(245,219,131)
#F5DE8E
(245,222,142)
#F5E199
(245,225,153)
#F5E4A4
(245,228,164)
#F5E7AF
(245,231,175)
#F5EABA
(245,234,186)
#F5EDC5
(245,237,197)
#F5F0D0
(245,240,208)
#F5F3DB
(245,243,219)
#F5F6E6
(245,246,230)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DB83 color. Also use rgb(245,219,131) instead hex code.

Text Font Color

.myTextColor { color: #F5DB83; }

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

This text font color is #F5DB83.


Background Color

.myBgColor { background-color: #F5DB83; }

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

This div background color is #F5DB83.


Border color

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

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

This div border color is #F5DB83.


Opacity

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

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

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

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

This text has shadow with #F5DB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DB83 on black background.


Color preview on white background

This text has color #F5DB83 on white background.



Black color preview on #F5DB83 background

This text has black color on #F5DB83 background.


White color preview on #F5DB83 background

This text has white color on #F5DB83 background.