COLOR #F8CA81

HEX: #F8CA81
RGB: (248,202,129)

Color info

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

RGB color model

#F8CA81 color RGB value is (248,202,129).

  • red value is 248;
  • green value is 202;
  • blue value is 129.
RGB:
(248,202,129)
(97%,79%,51%)

RGB channels and saturation

R 248 of 255 = 97%
G 202 of 255 = 79%
B 129 of 255 = 51%

248
202
129

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

Portions of RGB colors in percentages

R + G + B =
248 + 202 + 129 = 579 (100%)
R 248 of 579 ~ 42.83%
G 202 of 579 ~ 34.89%
B 129 of 579 ~ 22.28%

%42.83
%34.89
%22.28

CMYK color model

#F8CA81 color CMYK value is (0,19,48,3).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 47.98%
  • key color value is 2.75%
CMYK:
(0,19,48,3)
C0M19Y48K3 
(0%,19%,48%,3%)
(0.00/0.19/0.48/0.03)	

CMYK percentages

%0
%18.55
%47.98
%2.75

Codes

Color #F8CA81 in popluar color models

F8CA81
RGB248202129
HSL37°89.47%73.92%
HSB/HSV37°47.98%97.25%
CMYK0.00%18.55%47.98%
2.75%

Color #F8CA81 in popluar number systems.

HEXF8CA81
Decimal248202129
Binary111110001100101010000001
Octal370312201

Shades and tints

Shades of #F8CA81

#F8CA81
(248,202,129)
#E2B876
(226,184,118)
#CCA66B
(204,166,107)
#B69460
(182,148,96)
#A08255
(160,130,85)
#8A704A
(138,112,74)
#745E3F
(116,94,63)
#5E4C34
(94,76,52)
#483A29
(72,58,41)
#32281E
(50,40,30)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #F8CA81

#F8CA81
(248,202,129)
#F8CE8C
(248,206,140)
#F8D297
(248,210,151)
#F8D6A2
(248,214,162)
#F8DAAD
(248,218,173)
#F8DEB8
(248,222,184)
#F8E2C3
(248,226,195)
#F8E6CE
(248,230,206)
#F8EAD9
(248,234,217)
#F8EEE4
(248,238,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CA81 color. Also use rgb(248,202,129) instead hex code.

Text Font Color

.myTextColor { color: #F8CA81; }

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

This text font color is #F8CA81.


Background Color

.myBgColor { background-color: #F8CA81; }

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

This div background color is #F8CA81.


Border color

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

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

This div border color is #F8CA81.


Opacity

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

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

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

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

This text has shadow with #F8CA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CA81 on black background.


Color preview on white background

This text has color #F8CA81 on white background.



Black color preview on #F8CA81 background

This text has black color on #F8CA81 background.


White color preview on #F8CA81 background

This text has white color on #F8CA81 background.