COLOR #F8CA36

HEX: #F8CA36
RGB: (248,202,54)

Color info

#F8CA36 contains mainly red and green colors. Web safe color of #F8CA36 is #FFCC33 (or #FC3).

RGB color model

#F8CA36 color RGB value is (248,202,54).

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

RGB channels and saturation

R 248 of 255 = 97%
G 202 of 255 = 79%
B 54 of 255 = 21%

248
202
54

R + G + B ~ 66%. #F8CA36 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 202 + 54 = 504 (100%)
R 248 of 504 ~ 49.21%
G 202 of 504 ~ 40.08%
B 54 of 504 ~ 10.71%

%49.21
%40.08
%10.71

CMYK color model

#F8CA36 color CMYK value is (0,19,78,3).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 78.23%
  • key color value is 2.75%
CMYK:
(0,19,78,3)
C0M19Y78K3 
(0%,19%,78%,3%)
(0.00/0.19/0.78/0.03)	

CMYK percentages

%0
%18.55
%78.23
%2.75

Codes

Color #F8CA36 in popluar color models

F8CA36
RGB24820254
HSL46°93.27%59.22%
HSB/HSV46°78.23%97.25%
CMYK0.00%18.55%78.23%
2.75%

Color #F8CA36 in popluar number systems.

HEXF8CA36
Decimal24820254
Binary1111100011001010110110
Octal37031266

Shades and tints

Shades of #F8CA36

#F8CA36
(248,202,54)
#E2B832
(226,184,50)
#CCA62E
(204,166,46)
#B6942A
(182,148,42)
#A08226
(160,130,38)
#8A7022
(138,112,34)
#745E1E
(116,94,30)
#5E4C1A
(94,76,26)
#483A16
(72,58,22)
#322812
(50,40,18)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #F8CA36

#F8CA36
(248,202,54)
#F8CE48
(248,206,72)
#F8D25A
(248,210,90)
#F8D66C
(248,214,108)
#F8DA7E
(248,218,126)
#F8DE90
(248,222,144)
#F8E2A2
(248,226,162)
#F8E6B4
(248,230,180)
#F8EAC6
(248,234,198)
#F8EED8
(248,238,216)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CA36; }

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

This text font color is #F8CA36.


Background Color

.myBgColor { background-color: #F8CA36; }

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

This div background color is #F8CA36.


Border color

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

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

This div border color is #F8CA36.


Opacity

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

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

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

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

This text has shadow with #F8CA36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CA36 on black background.


Color preview on white background

This text has color #F8CA36 on white background.



Black color preview on #F8CA36 background

This text has black color on #F8CA36 background.


White color preview on #F8CA36 background

This text has white color on #F8CA36 background.