COLOR #F0CA58

HEX: #F0CA58
RGB: (240,202,88)

Color info

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

RGB color model

#F0CA58 color RGB value is (240,202,88).

  • red value is 240;
  • green value is 202;
  • blue value is 88.
RGB:
(240,202,88)
(94%,79%,35%)

RGB channels and saturation

R 240 of 255 = 94%
G 202 of 255 = 79%
B 88 of 255 = 35%

240
202
88

R + G + B ~ 69%. #F0CA58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 202 + 88 = 530 (100%)
R 240 of 530 ~ 45.28%
G 202 of 530 ~ 38.11%
B 88 of 530 ~ 16.6%

%45.28
%38.11
%16.6

CMYK color model

#F0CA58 color CMYK value is (0,16,63,6).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 63.33%
  • key color value is 5.88%
CMYK:
(0,16,63,6)
C0M16Y63K6 
(0%,16%,63%,6%)
(0.00/0.16/0.63/0.06)	

CMYK percentages

%0
%15.83
%63.33
%5.88

Codes

Color #F0CA58 in popluar color models

F0CA58
RGB24020288
HSL45°83.52%64.31%
HSB/HSV45°63.33%94.12%
CMYK0.00%15.83%63.33%
5.88%

Color #F0CA58 in popluar number systems.

HEXF0CA58
Decimal24020288
Binary11110000110010101011000
Octal360312130

Shades and tints

Shades of #F0CA58

#F0CA58
(240,202,88)
#DBB850
(219,184,80)
#C6A648
(198,166,72)
#B19440
(177,148,64)
#9C8238
(156,130,56)
#877030
(135,112,48)
#725E28
(114,94,40)
#5D4C20
(93,76,32)
#483A18
(72,58,24)
#332810
(51,40,16)
#1E1608
(30,22,8)
#000000
(0,0,0)

Tints of #F0CA58

#F0CA58
(240,202,88)
#F1CE67
(241,206,103)
#F2D276
(242,210,118)
#F3D685
(243,214,133)
#F4DA94
(244,218,148)
#F5DEA3
(245,222,163)
#F6E2B2
(246,226,178)
#F7E6C1
(247,230,193)
#F8EAD0
(248,234,208)
#F9EEDF
(249,238,223)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CA58 color. Also use rgb(240,202,88) instead hex code.

Text Font Color

.myTextColor { color: #F0CA58; }

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

This text font color is #F0CA58.


Background Color

.myBgColor { background-color: #F0CA58; }

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

This div background color is #F0CA58.


Border color

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

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

This div border color is #F0CA58.


Opacity

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

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

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

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

This text has shadow with #F0CA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CA58 on black background.


Color preview on white background

This text has color #F0CA58 on white background.



Black color preview on #F0CA58 background

This text has black color on #F0CA58 background.


White color preview on #F0CA58 background

This text has white color on #F0CA58 background.