COLOR #F5CF81

HEX: #F5CF81 RGB: (245,207,129)

Color info

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

RGB color model

#F5CF81 color RGB value is (245,207,129).

RGB: (245,207,129) (96%, 81%, 51%)

RGB channels and saturation

R 245 of 255 = 96%
G 207 of 255 = 81%
B 129 of 255 = 51%

245
207
129

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

Portions of RGB colors in percentages

R + G + B = 245 + 207 + 129 = 581 (100%)
R 245 of 581 ~ 42.17%
G 207 of 581 ~ 35.63%
B 129 of 581 ~ 22.2'%

%42.17
%35.63
%22.2

CMYK color model

#F5CF81 color CMYK value is (0,16,47,4).

  • cyan value is 0.00%
  • magenta value is 15.51%
  • yellow value is 47.35%
  • key color value is 3.92%
CMYK: (0,16,47,4) C0M16Y47K4 (0%,16%,47%,4%) (0.00/0.16/0.47/0.04) 

CMYK percentages

%0
%15.51
%47.35
%3.92

Codes

Color #F5CF81 in popluar color models

F5 CF 81
RGB 245 207 129
HSL 40° 85.29% 73.33%
HSB/HSV 40° 47.35% 96.08%
CMYK 0.00% 15.51% 47.35%
3.92%

Color #F5CF81 in popluar number systems.

HEX F5 CF 81
Decimal 245 207 129
Binary 11110101 11001111 10000001
Octal 365 317 201

Shades and tints

Shades of #F5CF81

#F5CF81
(245,207,129)
#DFBD76
(223,189,118)
#C9AB6B
(201,171,107)
#B39960
(179,153,96)
#9D8755
(157,135,85)
#87754A
(135,117,74)
#71633F
(113,99,63)
#5B5134
(91,81,52)
#453F29
(69,63,41)
#2F2D1E
(47,45,30)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #F5CF81

#F5CF81
(245,207,129)
#F5D38C
(245,211,140)
#F5D797
(245,215,151)
#F5DBA2
(245,219,162)
#F5DFAD
(245,223,173)
#F5E3B8
(245,227,184)
#F5E7C3
(245,231,195)
#F5EBCE
(245,235,206)
#F5EFD9
(245,239,217)
#F5F3E4
(245,243,228)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CF81 color. Also use rgb(245,207,129) instead hex code.

Text Font Color

.myTextColor { color: #F5CF81; }

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

This text font color is #F5CF81.

Background Color

.myBgColor { background-color: #F5CF81; }

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

This div background color is #F5CF81.

Border color

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

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

This div border color is #F5CF81.

Opacity

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

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

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

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

This text has shadow with #F5CF81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CF81.

Preview

Color preview on black background

This text has color #F5CF81 on black background.


Color preview on white background

This text has color #F5CF81 on white background.


Black color preview on #F5CF81 background

This text has black color on #F5CF81 background.


White color preview on #F5CF81 background

This text has white color on #F5CF81 background.


Related colors

Complementary color

Complementary color for #hex is #0A307E.


I love getcolorcode.com

Triadic colors

1 #81F5CF and #CF81F5 with #F5CF81 are triadic colors.

2 #81CFF5 and #CFF581 with #F5CF81 are triadic colors.