COLOR #F5D760

HEX: #F5D760
RGB: (245,215,96)

Color info

#F5D760 contains mainly red and green colors. Web safe color of #F5D760 is #FFCC66 (or #FC6).

RGB color model

#F5D760 color RGB value is (245,215,96).

  • red value is 245;
  • green value is 215;
  • blue value is 96.
RGB:
(245,215,96)
(96%,84%,38%)

RGB channels and saturation

R 245 of 255 = 96%
G 215 of 255 = 84%
B 96 of 255 = 38%

245
215
96

R + G + B ~ 73%. #F5D760 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 215 + 96 = 556 (100%)
R 245 of 556 ~ 44.06%
G 215 of 556 ~ 38.67%
B 96 of 556 ~ 17.27%

%44.06
%38.67
%17.27

CMYK color model

#F5D760 color CMYK value is (0,12,61,4).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 60.82%
  • key color value is 3.92%
CMYK:
(0,12,61,4)
C0M12Y61K4 
(0%,12%,61%,4%)
(0.00/0.12/0.61/0.04)	

CMYK percentages

%0
%12.24
%60.82
%3.92

Codes

Color #F5D760 in popluar color models

F5D760
RGB24521596
HSL48°88.17%66.86%
HSB/HSV48°60.82%96.08%
CMYK0.00%12.24%60.82%
3.92%

Color #F5D760 in popluar number systems.

HEXF5D760
Decimal24521596
Binary11110101110101111100000
Octal365327140

Shades and tints

Shades of #F5D760

#F5D760
(245,215,96)
#DFC458
(223,196,88)
#C9B150
(201,177,80)
#B39E48
(179,158,72)
#9D8B40
(157,139,64)
#877838
(135,120,56)
#716530
(113,101,48)
#5B5228
(91,82,40)
#453F20
(69,63,32)
#2F2C18
(47,44,24)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #F5D760

#F5D760
(245,215,96)
#F5DA6E
(245,218,110)
#F5DD7C
(245,221,124)
#F5E08A
(245,224,138)
#F5E398
(245,227,152)
#F5E6A6
(245,230,166)
#F5E9B4
(245,233,180)
#F5ECC2
(245,236,194)
#F5EFD0
(245,239,208)
#F5F2DE
(245,242,222)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D760 color. Also use rgb(245,215,96) instead hex code.

Text Font Color

.myTextColor { color: #F5D760; }

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

This text font color is #F5D760.


Background Color

.myBgColor { background-color: #F5D760; }

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

This div background color is #F5D760.


Border color

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

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

This div border color is #F5D760.


Opacity

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

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

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

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

This text has shadow with #F5D760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D760 on black background.


Color preview on white background

This text has color #F5D760 on white background.



Black color preview on #F5D760 background

This text has black color on #F5D760 background.


White color preview on #F5D760 background

This text has white color on #F5D760 background.