COLOR #F5B25C

HEX: #F5B25C RGB: (245,178,92)

Color info

#F5B25C contains mainly red color. Web safe color of #F5B25C is #FF9966 (or #F96).

RGB color model

#F5B25C color RGB value is (245,178,92).

RGB: (245,178,92) (96%, 70%, 36%)

RGB channels and saturation

R 245 of 255 = 96%
G 178 of 255 = 70%
B 92 of 255 = 36%

245
178
92

R + G + B ~ 67%. #F5B25C is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 178 + 92 = 515 (100%)
R 245 of 515 ~ 47.57%
G 178 of 515 ~ 34.56%
B 92 of 515 ~ 17.86'%

%47.57
%34.56
%17.86

CMYK color model

#F5B25C color CMYK value is (0,27,62,4).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 62.45%
  • key color value is 3.92%
CMYK: (0,27,62,4) C0M27Y62K4 (0%,27%,62%,4%) (0.00/0.27/0.62/0.04) 

CMYK percentages

%0
%27.35
%62.45
%3.92

Codes

Color #F5B25C in popluar color models

F5 B2 5C
RGB 245 178 92
HSL 34° 88.44% 66.08%
HSB/HSV 34° 62.45% 96.08%
CMYK 0.00% 27.35% 62.45%
3.92%

Color #F5B25C in popluar number systems.

HEX F5 B2 5C
Decimal 245 178 92
Binary 11110101 10110010 1011100
Octal 365 262 134

Shades and tints

Shades of #F5B25C

#F5B25C
(245,178,92)
#DFA254
(223,162,84)
#C9924C
(201,146,76)
#B38244
(179,130,68)
#9D723C
(157,114,60)
#876234
(135,98,52)
#71522C
(113,82,44)
#5B4224
(91,66,36)
#45321C
(69,50,28)
#2F2214
(47,34,20)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #F5B25C

#F5B25C
(245,178,92)
#F5B96A
(245,185,106)
#F5C078
(245,192,120)
#F5C786
(245,199,134)
#F5CE94
(245,206,148)
#F5D5A2
(245,213,162)
#F5DCB0
(245,220,176)
#F5E3BE
(245,227,190)
#F5EACC
(245,234,204)
#F5F1DA
(245,241,218)
#F5F8E8
(245,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B25C color. Also use rgb(245,178,92) instead hex code.

Text Font Color

.myTextColor { color: #F5B25C; }

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

This text font color is #F5B25C.

Background Color

.myBgColor { background-color: #F5B25C; }

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

This div background color is #F5B25C.

Border color

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

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

This div border color is #F5B25C.

Opacity

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

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

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

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

This text has shadow with #F5B25C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B25C.

Preview

Color preview on black background

This text has color #F5B25C on black background.


Color preview on white background

This text has color #F5B25C on white background.


Black color preview on #F5B25C background

This text has black color on #F5B25C background.


White color preview on #F5B25C background

This text has white color on #F5B25C background.


Related colors

Complementary color

Complementary color for #hex is #0A4DA3.


I love getcolorcode.com

Triadic colors

1 #5CF5B2 and #B25CF5 with #F5B25C are triadic colors.

2 #5CB2F5 and #B2F55C with #F5B25C are triadic colors.