COLOR #FEA238

HEX: #FEA238 RGB: (254,162,56)

Color info

#FEA238 contains mainly red color. Web safe color of #FEA238 is #FF9933 (or #F93).

RGB color model

#FEA238 color RGB value is (254,162,56).

RGB: (254,162,56) (100%, 64%, 22%)

RGB channels and saturation

R 254 of 255 = 100%
G 162 of 255 = 64%
B 56 of 255 = 22%

254
162
56

R + G + B ~ 62%. #FEA238 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 162 + 56 = 472 (100%)
R 254 of 472 ~ 53.81%
G 162 of 472 ~ 34.32%
B 56 of 472 ~ 11.86'%

%53.81
%34.32
%11.86

CMYK color model

#FEA238 color CMYK value is (0,36,78,0).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 77.95%
  • key color value is 0.39%

CMYK: (0,36,78,0)
C0M36Y78K0 (0%, 36%, 78%, 0%)
(0.00 / 0.36 / 0.78 / 0.00)

CMYK percentages

%0
%36.22
%77.95
%0.39

Codes

Color #FEA238 in popluar color models

FE A2 38
RGB 254 162 56
HSL 32° 99.00% 60.78%
HSB/HSV 32° 77.95% 99.61%
CMYK 0.00% 36.22% 77.95%
0.39%

Color #FEA238 in popluar number systems.

HEX FE A2 38
Decimal 254 162 56
Binary 11111110 10100010 111000
Octal 376 242 70

Shades and tints

Shades of #FEA238

#FEA238
(254,162,56)
#E79433
(231,148,51)
#D0862E
(208,134,46)
#B97829
(185,120,41)
#A26A24
(162,106,36)
#8B5C1F
(139,92,31)
#744E1A
(116,78,26)
#5D4015
(93,64,21)
#463210
(70,50,16)
#2F240B
(47,36,11)
#181606
(24,22,6)
#000000
(0,0,0)

Tints of #FEA238

#FEA238
(254,162,56)
#FEAA4A
(254,170,74)
#FEB25C
(254,178,92)
#FEBA6E
(254,186,110)
#FEC280
(254,194,128)
#FECA92
(254,202,146)
#FED2A4
(254,210,164)
#FEDAB6
(254,218,182)
#FEE2C8
(254,226,200)
#FEEADA
(254,234,218)
#FEF2EC
(254,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA238 color. Also use rgb(254,162,56) instead hex code.

Text Font Color

.myTextColor { color: #FEA238; }

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

This text font color is #FEA238.

Background Color

.myBgColor { background-color: #FEA238; }

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

This div background color is #FEA238.

Border color

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

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

This div border color is #FEA238.

Opacity

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

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

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

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

This text has shadow with #FEA238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA238.

Preview

Color preview on black background

This text has color #FEA238 on black background.


Color preview on white background

This text has color #FEA238 on white background.


Black color preview on #FEA238 background

This text has black color on #FEA238 background.


White color preview on #FEA238 background

This text has white color on #FEA238 background.


Related colors

Complementary color

Complementary color for #hex is #015DC7.


I love getcolorcode.com

Triadic colors

1 #38FEA2 and #A238FE with #FEA238 are triadic colors.

2 #38A2FE and #A2FE38 with #FEA238 are triadic colors.