COLOR #F5C25E

HEX: #F5C25E
RGB: (245,194,94)

Color info

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

RGB color model

#F5C25E color RGB value is (245,194,94).

  • red value is 245;
  • green value is 194;
  • blue value is 94.
RGB:
(245,194,94)
(96%,76%,37%)

RGB channels and saturation

R 245 of 255 = 96%
G 194 of 255 = 76%
B 94 of 255 = 37%

245
194
94

R + G + B ~ 70%. #F5C25E is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 194 + 94 = 533 (100%)
R 245 of 533 ~ 45.97%
G 194 of 533 ~ 36.4%
B 94 of 533 ~ 17.64%

%45.97
%36.4
%17.64

CMYK color model

#F5C25E color CMYK value is (0,21,62,4).

  • cyan value is 0.00%
  • magenta value is 20.82%
  • yellow value is 61.63%
  • key color value is 3.92%
CMYK:
(0,21,62,4)
C0M21Y62K4 
(0%,21%,62%,4%)
(0.00/0.21/0.62/0.04)	

CMYK percentages

%0
%20.82
%61.63
%3.92

Codes

Color #F5C25E in popluar color models

F5C25E
RGB24519494
HSL40°88.30%66.47%
HSB/HSV40°61.63%96.08%
CMYK0.00%20.82%61.63%
3.92%

Color #F5C25E in popluar number systems.

HEXF5C25E
Decimal24519494
Binary11110101110000101011110
Octal365302136

Shades and tints

Shades of #F5C25E

#F5C25E
(245,194,94)
#DFB156
(223,177,86)
#C9A04E
(201,160,78)
#B38F46
(179,143,70)
#9D7E3E
(157,126,62)
#876D36
(135,109,54)
#715C2E
(113,92,46)
#5B4B26
(91,75,38)
#453A1E
(69,58,30)
#2F2916
(47,41,22)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #F5C25E

#F5C25E
(245,194,94)
#F5C76C
(245,199,108)
#F5CC7A
(245,204,122)
#F5D188
(245,209,136)
#F5D696
(245,214,150)
#F5DBA4
(245,219,164)
#F5E0B2
(245,224,178)
#F5E5C0
(245,229,192)
#F5EACE
(245,234,206)
#F5EFDC
(245,239,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C25E color. Also use rgb(245,194,94) instead hex code.

Text Font Color

.myTextColor { color: #F5C25E; }

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

This text font color is #F5C25E.


Background Color

.myBgColor { background-color: #F5C25E; }

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

This div background color is #F5C25E.


Border color

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

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

This div border color is #F5C25E.


Opacity

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

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

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

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

This text has shadow with #F5C25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C25E on black background.


Color preview on white background

This text has color #F5C25E on white background.



Black color preview on #F5C25E background

This text has black color on #F5C25E background.


White color preview on #F5C25E background

This text has white color on #F5C25E background.