COLOR #F5CE36

HEX: #F5CE36
RGB: (245,206,54)

Color info

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

RGB color model

#F5CE36 color RGB value is (245,206,54).

  • red value is 245;
  • green value is 206;
  • blue value is 54.
RGB:
(245,206,54)
(96%,81%,21%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 54 of 255 = 21%

245
206
54

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

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 54 = 505 (100%)
R 245 of 505 ~ 48.51%
G 206 of 505 ~ 40.79%
B 54 of 505 ~ 10.69%

%48.51
%40.79
%10.69

CMYK color model

#F5CE36 color CMYK value is (0,16,78,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 77.96%
  • key color value is 3.92%
CMYK:
(0,16,78,4)
C0M16Y78K4 
(0%,16%,78%,4%)
(0.00/0.16/0.78/0.04)	

CMYK percentages

%0
%15.92
%77.96
%3.92

Codes

Color #F5CE36 in popluar color models

F5CE36
RGB24520654
HSL48°90.52%58.63%
HSB/HSV48°77.96%96.08%
CMYK0.00%15.92%77.96%
3.92%

Color #F5CE36 in popluar number systems.

HEXF5CE36
Decimal24520654
Binary1111010111001110110110
Octal36531666

Shades and tints

Shades of #F5CE36

#F5CE36
(245,206,54)
#DFBC32
(223,188,50)
#C9AA2E
(201,170,46)
#B3982A
(179,152,42)
#9D8626
(157,134,38)
#877422
(135,116,34)
#71621E
(113,98,30)
#5B501A
(91,80,26)
#453E16
(69,62,22)
#2F2C12
(47,44,18)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #F5CE36

#F5CE36
(245,206,54)
#F5D248
(245,210,72)
#F5D65A
(245,214,90)
#F5DA6C
(245,218,108)
#F5DE7E
(245,222,126)
#F5E290
(245,226,144)
#F5E6A2
(245,230,162)
#F5EAB4
(245,234,180)
#F5EEC6
(245,238,198)
#F5F2D8
(245,242,216)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CE36 color. Also use rgb(245,206,54) instead hex code.

Text Font Color

.myTextColor { color: #F5CE36; }

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

This text font color is #F5CE36.


Background Color

.myBgColor { background-color: #F5CE36; }

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

This div background color is #F5CE36.


Border color

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

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

This div border color is #F5CE36.


Opacity

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

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

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

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

This text has shadow with #F5CE36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CE36 on black background.


Color preview on white background

This text has color #F5CE36 on white background.



Black color preview on #F5CE36 background

This text has black color on #F5CE36 background.


White color preview on #F5CE36 background

This text has white color on #F5CE36 background.