COLOR #FFC02E

HEX: #FFC02E
RGB: (255,192,46)

Color info

#FFC02E contains mainly red color. Web safe color of #FFC02E is #FFCC33 (or #FC3).

RGB color model

#FFC02E color RGB value is (255,192,46).

  • red value is 255;
  • green value is 192;
  • blue value is 46.
RGB:
(255,192,46)
(100%,75%,18%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 46 of 255 = 18%

255
192
46

R + G + B ~ 64%. #FFC02E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 46 = 493 (100%)
R 255 of 493 ~ 51.72%
G 192 of 493 ~ 38.95%
B 46 of 493 ~ 9.33%

%51.72
%38.95

CMYK color model

#FFC02E color CMYK value is (0,25,82,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,25,82,0)
C0M25Y82K0 
(0%,25%,82%,0%)
(0.00/0.25/0.82/0.00)	

CMYK percentages

%0
%24.71
%81.96
%0

Codes

Color #FFC02E in popluar color models

FFC02E
RGB25519246
HSL42°100.00%59.02%
HSB/HSV42°81.96%100.00%
CMYK0.00%24.71%81.96%
0.00%

Color #FFC02E in popluar number systems.

HEXFFC02E
Decimal25519246
Binary1111111111000000101110
Octal37730056

Shades and tints

Shades of #FFC02E

#FFC02E
(255,192,46)
#E8AF2A
(232,175,42)
#D19E26
(209,158,38)
#BA8D22
(186,141,34)
#A37C1E
(163,124,30)
#8C6B1A
(140,107,26)
#755A16
(117,90,22)
#5E4912
(94,73,18)
#47380E
(71,56,14)
#30270A
(48,39,10)
#191606
(25,22,6)
#000000
(0,0,0)

Tints of #FFC02E

#FFC02E
(255,192,46)
#FFC541
(255,197,65)
#FFCA54
(255,202,84)
#FFCF67
(255,207,103)
#FFD47A
(255,212,122)
#FFD98D
(255,217,141)
#FFDEA0
(255,222,160)
#FFE3B3
(255,227,179)
#FFE8C6
(255,232,198)
#FFEDD9
(255,237,217)
#FFF2EC
(255,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC02E color. Also use rgb(255,192,46) instead hex code.

Text Font Color

.myTextColor { color: #FFC02E; }

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

This text font color is #FFC02E.


Background Color

.myBgColor { background-color: #FFC02E; }

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

This div background color is #FFC02E.


Border color

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

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

This div border color is #FFC02E.


Opacity

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

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

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

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

This text has shadow with #FFC02E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC02E on black background.


Color preview on white background

This text has color #FFC02E on white background.



Black color preview on #FFC02E background

This text has black color on #FFC02E background.


White color preview on #FFC02E background

This text has white color on #FFC02E background.