COLOR #F5CB83

HEX: #F5CB83 RGB: (245,203,131)

Color info

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

RGB color model

#F5CB83 color RGB value is (245,203,131).

RGB: (245,203,131) (96%, 80%, 51%)

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 131 of 255 = 51%

245
203
131

R + G + B ~ 76%. #F5CB83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 203 + 131 = 579 (100%)
R 245 of 579 ~ 42.31%
G 203 of 579 ~ 35.06%
B 131 of 579 ~ 22.63'%

%42.31
%35.06
%22.63

CMYK color model

#F5CB83 color CMYK value is (0,17,47,4).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 46.53%
  • key color value is 3.92%
CMYK: (0,17,47,4) C0M17Y47K4 (0%,17%,47%,4%) (0.00/0.17/0.47/0.04) 

CMYK percentages

%0
%17.14
%46.53
%3.92

Codes

Color #F5CB83 in popluar color models

F5 CB 83
RGB 245 203 131
HSL 38° 85.07% 73.73%
HSB/HSV 38° 46.53% 96.08%
CMYK 0.00% 17.14% 46.53%
3.92%

Color #F5CB83 in popluar number systems.

HEX F5 CB 83
Decimal 245 203 131
Binary 11110101 11001011 10000011
Octal 365 313 203

Shades and tints

Shades of #F5CB83

#F5CB83
(245,203,131)
#DFB978
(223,185,120)
#C9A76D
(201,167,109)
#B39562
(179,149,98)
#9D8357
(157,131,87)
#87714C
(135,113,76)
#715F41
(113,95,65)
#5B4D36
(91,77,54)
#453B2B
(69,59,43)
#2F2920
(47,41,32)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5CB83

#F5CB83
(245,203,131)
#F5CF8E
(245,207,142)
#F5D399
(245,211,153)
#F5D7A4
(245,215,164)
#F5DBAF
(245,219,175)
#F5DFBA
(245,223,186)
#F5E3C5
(245,227,197)
#F5E7D0
(245,231,208)
#F5EBDB
(245,235,219)
#F5EFE6
(245,239,230)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CB83; }

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

This text font color is #F5CB83.

Background Color

.myBgColor { background-color: #F5CB83; }

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

This div background color is #F5CB83.

Border color

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

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

This div border color is #F5CB83.

Opacity

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

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

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

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

This text has shadow with #F5CB83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CB83.

Preview

Color preview on black background

This text has color #F5CB83 on black background.


Color preview on white background

This text has color #F5CB83 on white background.


Black color preview on #F5CB83 background

This text has black color on #F5CB83 background.


White color preview on #F5CB83 background

This text has white color on #F5CB83 background.


Related colors

Complementary color

Complementary color for #hex is #0A347C.


I love getcolorcode.com

Triadic colors

1 #83F5CB and #CB83F5 with #F5CB83 are triadic colors.

2 #83CBF5 and #CBF583 with #F5CB83 are triadic colors.