COLOR #FECA43

HEX: #FECA43
RGB: (254,202,67)

Color info

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

RGB color model

#FECA43 color RGB value is (254,202,67).

  • red value is 254;
  • green value is 202;
  • blue value is 67.
RGB:
(254,202,67)
(100%,79%,26%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 67 of 255 = 26%

254
202
67

R + G + B ~ 68%. #FECA43 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 202 + 67 = 523 (100%)
R 254 of 523 ~ 48.57%
G 202 of 523 ~ 38.62%
B 67 of 523 ~ 12.81%

%48.57
%38.62
%12.81

CMYK color model

#FECA43 color CMYK value is (0,20,74,0).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 73.62%
  • key color value is 0.39%
CMYK:
(0,20,74,0)
C0M20Y74K0 
(0%,20%,74%,0%)
(0.00/0.20/0.74/0.00)	

CMYK percentages

%0
%20.47
%73.62
%0.39

Codes

Color #FECA43 in popluar color models

FECA43
RGB25420267
HSL43°98.94%62.94%
HSB/HSV43°73.62%99.61%
CMYK0.00%20.47%73.62%
0.39%

Color #FECA43 in popluar number systems.

HEXFECA43
Decimal25420267
Binary11111110110010101000011
Octal376312103

Shades and tints

Shades of #FECA43

#FECA43
(254,202,67)
#E7B83D
(231,184,61)
#D0A637
(208,166,55)
#B99431
(185,148,49)
#A2822B
(162,130,43)
#8B7025
(139,112,37)
#745E1F
(116,94,31)
#5D4C19
(93,76,25)
#463A13
(70,58,19)
#2F280D
(47,40,13)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #FECA43

#FECA43
(254,202,67)
#FECE54
(254,206,84)
#FED265
(254,210,101)
#FED676
(254,214,118)
#FEDA87
(254,218,135)
#FEDE98
(254,222,152)
#FEE2A9
(254,226,169)
#FEE6BA
(254,230,186)
#FEEACB
(254,234,203)
#FEEEDC
(254,238,220)
#FEF2ED
(254,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECA43 color. Also use rgb(254,202,67) instead hex code.

Text Font Color

.myTextColor { color: #FECA43; }

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

This text font color is #FECA43.


Background Color

.myBgColor { background-color: #FECA43; }

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

This div background color is #FECA43.


Border color

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

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

This div border color is #FECA43.


Opacity

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

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

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

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

This text has shadow with #FECA43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECA43 on black background.


Color preview on white background

This text has color #FECA43 on white background.



Black color preview on #FECA43 background

This text has black color on #FECA43 background.


White color preview on #FECA43 background

This text has white color on #FECA43 background.